CodeReclaimers / neat-python

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

Two Fitness termination condition #155

Open Kuselokusi opened 5 years ago

Kuselokusi commented 5 years ago

Hi, I would like to ask if it is possible to set up NEAT python to check for more than one fitness termination condition. For example, if you want to terminate the evolutionary process when two conditions are meet simultaneously through an if statement using the "max" fitness criterion and another different criterion from the main program.