IPerformanceInfo.ObjValByIter

Syntax

ObjValByIter: Array;

ObjValByIter: System.Array;

Description

The ObjValByIter property returns criterion function value calculated on each iteration.

Comments

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

Fore and Fore.NET Examples

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

See also:

IPerformanceInfo