IPerformanceInfo.Iterations

Syntax

Iterations: Integer;

Description

The Iterations property returns actual number of iterations.

Comments

To get criterion function call number, use the IPerformanceInfo.ObjFunCalls property.

Example

The property use is given in the example for ISmNonLinearOptimization.PerformanceInfo.

See also:

IPerformanceInfo