Restart
data class Restart(val forceStop: Boolean = false, val resetPopulation: Boolean = true) : EvolveScopeStartOption
Immediately restart children of DistributedGA.
Equals to Start if GA.state is State.INITIALIZED.
Parameters
force Stop
if
trueand GA is active stop GA with StopPolicy.Immediately else StopPolicy.Default
reset Population
if true all progress will be lost.