INonLoResults

Assembly:Cp

Namespace: Prognoz.Platform.Interop.Cp;

Description

The INonLoResults interface contains properties used to work with results of non-linear optimization method calculation.

Inheritance Hierarchy

          ICpResults

          INonLoResults

Properties

  Property name Brief description
CriterionFunctionTrajectory The CriterionFunctionTrajectory property returns the criterion function trajectory that is resulted after calculation of non-linear optimization method.
ObjValByIter The ObjValByIter property returns array of intermediate criterion function values per each iteration.
OptimalValue The OptimalValue property returns optimal value of criterion function.
VarValues The VarValues property returns array of calculated values of variable.

Properties inherited from ICpResults

  Property name Brief description
ErrorMsg The ErrorMsg property returns information about calculation result.
Status The Status property returns error code.

See also:

Cp Assembly Interfaces