CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.42k stars 493 forks source link

Fitness criteion min #146

Closed mircearoata closed 5 years ago

mircearoata commented 5 years ago

If fitness criterion is min, training should stop when fitness is lower than fitness_threshold, not higher.

mircearoata commented 5 years ago

So, now I think this is intended, if it was thought like: "take the lowest genome by fitness and train until it is good", not "try to make fitness minimum".