So for every year if i want to give different break timings i need to use student not available times ?
no other alternative ?
I don't understand why "students set not available" is not good. But you can use also activities preferred time slots.
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 ?
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".