IPerformanceInfo.ObjFunCalls

Syntax

ObjFunCalls: Integer;

Description

The ObjFunCalls property returns the calculation number of criterion function.

Comments

To get an actual number of iterations, use the IPerformanceInfo.Iterations property.

Example

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

See also:

IPerformanceInfo