evaluate_population: Evaluate DE population

Description Usage Arguments Value

Description

Evaluates the DE population on a given objective function.

Usage

1
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.


ExpDE documentation built on May 2, 2019, 9:11 a.m.