ICpNonLinearOptimization.DifferEvolutionParams

Syntax

DifferEvolutionParams: IDifferEvolutionParams;

Description

The DifferEvolutionParams property determines parameters of the differential evolution method

Comments

The parameters are used in calculation if the differential evolution method is used to search for solutions, that is, the ICpNonLinearOptimization.MethodType property is set to CpNonLinearMethodType.DifferentEvolution.

Example

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

See also:

ICpNonLinearOptimization