evaluateAll

inline suspend fun <V, F> EvolveScope<V, F>.evaluateAll(start: Int, end: Int, parallelismLimit: Int, crossinline fitnessFunction: (V) -> F)

Base evaluates function for all chromosomes in Population by fitnessFunction

Parameters

start

first index of chromosome (inclusive)

end

last index of chromosome (exclusive)

parallelismLimit

limit of parallel workers