IDifferEvolutionParams.PopulationSize

Fore Syntax

PopulationSize: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IDifferEvolutionParams