PopulationSize: Integer;
The PopulationSize property determines population size.
It is recommended that population size corresponds to the inequality: 5*N < PopulationSize < 10*N, where N - the number of optimization problem variables.
The property use is given in the example for ICpNonLinearOptimization.CriterionFunction.
See also: