IMsOptimizationProblem.MaxIterationsCount

Fore Syntax

MaxIterationsCount: Integer;

Fore.NET Syntax

MaxIterationsCount: integer;

Description

The MaxIterationsCount property determines the maximum number of iterations, at which optimal value is found.

Comments

The default value is 100.

Fore and Fore.NET Examples

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

See also:

IMsOptimizationProblem