FET Forum

FET Support (English) => Programming Help => Topic started by: BENKHALED on March 19, 2014, 09:17:31 AM

Title: help build a timetabling
Post by: BENKHALED on March 19, 2014, 09:17:31 AM
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.
Title: Re: help build a timetabling
Post by: Liviu Lalescu on March 19, 2014, 09:58:29 AM
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.
Title: Re: help build a timetabling
Post by: BENKHALED on March 19, 2014, 10:20:20 AM
thank you, but I can not understand: the generate.cpp file, it is a complicated
Title: Re: help build a timetabling
Post by: Liviu Lalescu on March 19, 2014, 12:15:25 PM
Yes, unfortunately it is. Read the documentation, firstly. Then, in generate.cpp you have sections - try to understand by looking over sections.