evaluation All
suspend fun <V, F> CellularEvolveScope<V, F>.evaluationAll(parallelismLimit: Int = parallelismConfig.workersCount, fitnessFunction: (V) -> F = this.fitnessFunction)
NOTE! Use it only for CellularEvolveScope. For CellEvolveScope use evaluation.
Parameters
parallelism Limit
limit of parallel workers
fitness Function
fitnessFunction for evaluation stage