is Steady Generations
inline fun <V, F, ES : EvolveScope<V, F>> ES.isSteadyGenerations(targetIterationCount: Int, storeNamePrevious: String = STEADY_GENERATIONS, storeNameIteration: String = STEADY_GENERATIONS_CURRENT_ITERATION): Boolean
Check for steady generation with Chromosome.fitness.
Return
true if best fitness of Chromosome not changed after last targetIterationCount iterations.
Parameters
target Iteration Count
the maximum number of iterations during which the best fitness may not change