IDifferEvolutionParams.PopulationSize

Syntax

PopulationSize: Integer;

Description

The PopulationSize property determines population size.

Comments

It is recommended that population size corresponds to the inequality: 5*N < PopulationSize < 10*N, where N - the number of optimization problem variables.

Example

The property use is given in the example for ICpNonLinearOptimization.CriterionFunction.

See also:

IDifferEvolutionParams