evaluate_population: Evaluate DE population
Description
Evaluates the DE population on a given objective function.
Usage
evaluate_population(probpars, Pop)
Arguments
probpars
problem parameters (see ExpDE
for details).
Pop
population matrix (each row is a candidate solution, normalized
to the [0, 1] interval,)
Value
numeric vector (with length nrow(Pop)
) containing the function
values of each point in the population.