Terminates when this and the other termination criteria are fulfilled
Terminates when this and the other termination criteria are fulfilled
Terminates when this or the other termination criterion is fulfilled
Terminates when this or the other termination criterion is fulfilled
This termination criterion first just waits until
numberOfInitialStepshave passed. After this initial period, it evaluates the fitness of the current intermediate result everyfitnessReevaluationIntervalsteps. If at some point there was no improvement for at leastmaxStepsWithoutImprovement, the optimization is terminated, and the fittest intermediate result found so far is returned.