DifferEvolutionParams

Assembly: Cp;

Description

The DifferEvolutionParams class is used to set up differential evolution method parameters.

Comments

To set method parameters, use the ICpNonLinearOptimization.DifferEvolutionParams property.

Class object properties inherited from IDifferEvolutionParams

  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:

Cp Assembly Classes