evaluateFitness: Computes the fitness values for each member of a given...

Description Usage Arguments Value

Description

This function expects a population, computes the fitness and returns the matrix of fitness values. This function makes use of parallelMap to allow parallelization of fitness evaluation. Keep in mind, that the return value is a 1xn matrix in case of single-objective optimization.

Usage

1
evaluateFitness(population, fitness.fun, task, control)

Arguments

population

[list]
Population.

fitness.fun

[function]
Fitness function.

task

[ecr_optimization_task]
Optimization task.

control

[ecr_control]
Control object containing all operators and further parameters. See setupECRControl and setupEvolutionaryOperators.

Value

[matrix].


jakobbossek/ecr documentation built on May 18, 2019, 9:09 a.m.