Assembly: Cp;
Namespace: Prognoz.Platform.Interop.Cp;
The DifferEvolutionParams class is used to set up differential evolution method parameters.
To set method parameters, use the ICpNonLinearOptimization.DifferEvolutionParams property.
Class to get analog of the Class class:
None;
Class to get analog of the Class class object:
DifferEvolutionParamsClass;
Property name | Brief description | |
CrossProb | The CrossProb property determines probability. | |
DiffScale | The DiffScale property determines scale. | |
The EvolutionStrategy property determines trial vector generation method. | ||
MaxGeneration | The MaxGeneration property determines the number of generations. | |
PopulationSize | The PopulationSize property determines population size. |
See also: