IDifferEvolutionParams.MaxGeneration

Fore syntax

MaxGeneration: Integer;

Fore.NET syntax

MaxGeneration: integer;

Description

The MaxGeneration property determines the number of generations.

Comments

The number of generations must be greater than zero.

Default value: 200.

Fore and Fore.NET examples

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

See also:

IDifferEvolutionParams