CodeReclaimers / neat-python

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

Fix crossover for individuals with equal fitness #211

Closed leonardoInf closed 3 years ago

leonardoInf commented 3 years ago

I fixed crossover for individuals with equal fitness according to the initial NEAT paper (p. 2).