donnell74 / CSC-450-Scheduler

MIT License
1 stars 1 forks source link

genetic diversity #9

Closed CameronHKIng closed 9 years ago

CameronHKIng commented 9 years ago

-See if can get from 0 -> valid in reasonable situations -Try different values of crossover constant (default usually is 2) -Also, see how many from crossover are invalid that come from valid parents -If necessary, make more of algorithm adaptive, and tweak numbers further -Add mutation back in; make it adaptive

CameronHKIng commented 9 years ago

See pull request #67