Show contents 

Stat Assembly > Stat Assembly Interfaces > IPerformanceInfo > IPerformanceInfo.Iterations

IPerformanceInfo.Iterations

Syntax

Iterations: Integer;

Iterations: integer;

Description

The Iterations property returns actual number of iterations.

Comments

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

Fore and Fore.NET Examples

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

See also:

IPerformanceInfo