INonLoResults.CriterionFunctionTrajectory

Syntax

CriterionFunctionTrajectory: 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.

Example

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

See also:

INonLoResults