Evaluation of Timetables

Started by Michael, September 07, 2009, 01:05:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Michael

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

Liviu Lalescu

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).

Michael

Thanks, that was the information I was looking for.