donnell74 / CSC-450-Scheduler

MIT License
1 stars 1 forks source link

Changed generate_starting_pop not causing time to only the first one not... #31

Closed donnell74 closed 9 years ago

donnell74 commented 9 years ago

... causing time

prichey commented 9 years ago

I'm not sure what this actually does but seems to run fine for me

hana9235 commented 9 years ago

Looks good. I'm glad that ended up being a simple fix.

donnell74 commented 9 years ago

Since we now timebox our evolution loop we wanted to not count the time of the first generate_starting_population because on slower computers it was always returning zero valid schedules

dhebrink commented 9 years ago

Looks good

prichey commented 9 years ago

Thanks for clarifying, looks good

CameronHKIng commented 9 years ago

Once the user is informed that initial setup is not part of the time estimate, this looks good.