FET Forum

FET Support (English) => Get Help => Topic started by: yshah1996 on March 21, 2018, 06:24:56 PM

Title: FET help
Post by: yshah1996 on March 21, 2018, 06:24:56 PM
So for every year if i want to give different break timings i need to use student not available times ?

no other alternative ?
Title: Re: FET help
Post by: Liviu Lalescu on March 21, 2018, 06:31:40 PM
I don't understand why "students set not available" is not good. But you can use also activities preferred time slots.
Title: Re: FET help
Post by: yshah1996 on March 22, 2018, 07:28:46 AM
Which is the main file ?
like which algorithm we are using in fet and where is the main file ?
and in fet examples you have mmentioned about genetic algorithm so i guess it is being used ?
Title: Re: FET help
Post by: Liviu Lalescu on March 22, 2018, 07:35:21 AM
Quote from: yshah1996 on March 22, 2018, 07:28:46 AM
Which is the main file ?
like which algorithm we are using in fet and where is the main file ?
and in fet examples you have mmentioned about genetic algorithm so i guess it is being used ?

For a  new subject, please start a new topic.

Now, to answer your questions: the algorithm is in src/engine/generate.cpp, not genetic, but a heuristic which can be named "recursive swapping" or "ejection chain".