stop By
Stop and finish GA if iteration more or equal to maxIteration.
Stop and finish GA if stopCondition return true.
inline fun <V, F> EvolveScope<V, F>.stopBy(maxIteration: Int = Int.MAX_VALUE, stopCondition: EvolveScope<V, F>.() -> Boolean)
Stop and finish GA if:
iteration more or equal to maxIteration
stopCondition return true