parallelMap
to allow parallelization of fitness
evaluation.
Keep in mind, that the return value is a 1xn matrix in case of single-objective
optimization.
evaluateFitness(population, fitness.fun, task, control)
list
]
Population.function
]
Fitness function.ecr_optimization_task
]
Optimization task.ecr_control
]
Control object containing all operators and further parameters.
See setupECRControl
and setupEvolutionaryOperators
.matrix
].