ITargetResults

Assembly: Cp;

Description

The ITargetResults interface is used to work with criterion problem calculation results.

Inheritance Hierarchy

          ICpResults

          ITargetResults

Comments

To get criterion problem calculation results, execute the ICpMethod.Evaluate method and cast the obtained result to the ITargetResults interface.

Properties

  Property name Brief description
CriterionFunctionTrajectory The CriterionFunctionTrajectory property returns criterion function trajectory.
ObjValByAdjustIter The ObjValByAdjustIter property returns change progress of criterion function during sequential loosening of limits.
ObjValByIter The ObjValByIter property returns change progress of criterion function during non-linear programming problem solution.
OptimalValue The OptimalValue property returns optimal value of criterion function.
VarValues The VarValues property returns values of phase and controlling variables.

Properties inherited from ICpResults

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

See also:

Cp Assembly Interfaces