Hi,
how do you evaluate the quality of final timetables? (to say timetable X is better than timetable Y)
Is this anywhere documented, and if not, where in the code do I find it?
regards
Michael
I don't evaluate the timetables, but I keep the number of broken conflicts for each timetable, which may be a comparison function. It is in the number of conflicts (in solution.h and .cpp you find fitness function).
Thanks, that was the information I was looking for.