neat-python icon indicating copy to clipboard operation
neat-python copied to clipboard

Two Fitness termination condition

Open Kuselokusi opened this issue 6 years ago • 0 comments

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.

Kuselokusi avatar Feb 01 '19 12:02 Kuselokusi