neat-python
neat-python copied to clipboard
Two Fitness termination condition
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.