handcraftsman / GeneticAlgorithmsWithPython

source code from the book Genetic Algorithms with Python by Clinton Sheppard
Apache License 2.0
1.21k stars 446 forks source link

Clarify and fix which age gets reset in the Get Improvement function. #5

Closed GregEakin closed 6 years ago

GregEakin commented 6 years ago

It look like the code is updating the age of the parent, just before it's garbage collected; see the indexed versions like ch12. This changes makes clear what's being updated, before replacing the parent.