Assembly: Cp;
Namespace: Prognoz.Platform.Interop.Cp;
The IDifferEvolutionParams interface is used to set up differential evolution method parameters.
IDifferEvolutionParams
To get method parameters, use the ICpNonLinearOptimization.DifferEvolutionParams property.
| 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: