time Iteration
Creates Statistic for current timeIteration.
Duration between current and previous iteration.
NOTE! this is automatically adding iterationTimeMarker to TimeStore. Use only once in evolution strategy:
evolve {
// other genetic operators
println(timeIteration) // OR stat(timeIteration()) for collecting to statistics
}
Content copied to clipboard