ISmBoxConstrainedOptimization.MaxIteration

Syntax

MaxIteration: Integer;

Description

The MaxIteration property determines the maximum number of iterations within which the solution is found.

Comments

Default value is 100.

To determine accuracy of solution, use the ISmBoxConstrainedOptimization.Tolerance property.

Example

The property use is given in the example for ISmBoxConstrainedOptimization.Solution

See also:

ISmBoxConstrainedOptimization