on Steady Generations
Check for steady generation with Chromosome.fitness.
Return
true if best fitness of Chromosome not changed after last targetIterationCount iterations.
Parameters
the maximum number of iterations during which the best fitness may not change
action to invoke when it returns true
Check for steady generation with target.
Return
true if best fitness of Chromosome not changed after last targetIterationCount iterations.
Parameters
some comparable value for comparison
the maximum number of iterations during which the best fitness may not change
action to invoke when it returns true
Check for steady generation with target.
Return
true if best fitness of Chromosome not changed after last targetIterationCount iterations.
Parameters
some comparable value for comparison
the maximum number of iterations during which the best fitness may not change
action for comparison target with previous value
action to invoke when it returns true