help build a timetabling

Started by BENKHALED, March 19, 2014, 09:17:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BENKHALED

hello, I am an Algerian student at the end of the cycle, my topic is an implementation of a local search algorithm Evolutionary stockastique for the problem of TimeTabling, I like that you give me ideas for what I can do a good solution, thank you.

Liviu Lalescu

FET prior to version 5 used a genetic algorithm, which was ineffective for difficult timetables. FET 5 uses a good heuristic algorithm. You can read about the algorithm on the documentation page or in the FET sources, especially the file generate.cpp.

BENKHALED

thank you, but I can not understand: the generate.cpp file, it is a complicated

Liviu Lalescu

Yes, unfortunately it is. Read the documentation, firstly. Then, in generate.cpp you have sections - try to understand by looking over sections.