INonLoResults.CriterionFunctionTrajectory

Fore Syntax

CriterionFunctionTrajectory: Array;

Fore.NET Syntax

CriterionFunctionTrajectory: System.Array;

Description

The CriterionFunctionTrajectory property returns trajectory of criterion function that is resulted after calculation of non-linear optimization method.

Comments

To get intermediate values of criterion function for each iteration as an array, use the INonLoResults.ObjValByIter property.

Fore and Fore.NET Examples

The property use is given in the example for INonLinearExplanatory.Retrospective.

See also:

INonLoResults