DifferEvolutionParams: IDifferEvolutionParams;
The DifferEvolutionParams property determines parameters of the differential evolution method
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.
The property use is given in the example for ICpNonLinearOptimization.CriterionFunction.
See also: