006fix / Game_Coding_Challenge

0 stars 0 forks source link

genetic algorithm doesn't select right number of candidates #16

Closed 006fix closed 2 years ago

006fix commented 2 years ago

If ties exist, it can sometimes choose more or less than intended.

To control for this, select with a wider range, sort by rank, select top 10

Then remove current crude controls