FET Forum

FET Support (English) => Programming Help => Topic started by: Michael on September 07, 2009, 01:05:06 PM

Title: Evaluation of Timetables
Post by: Michael on September 07, 2009, 01:05:06 PM
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
Title: Re: Evaluation of Timetables
Post by: Liviu Lalescu on September 07, 2009, 01:24:09 PM
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).
Title: Re: Evaluation of Timetables
Post by: Michael on September 07, 2009, 06:10:59 PM
Thanks, that was the information I was looking for.