Assembly: Cp;
Namespace: Prognoz.Platform.Interop.Cp;
The ITargetResults interface is used to work with criterion problem calculation results.
ITargetResults
To get criterion problem calculation results, execute the ICpMethod.Evaluate method and cast the obtained result to the ITargetResults interface.
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. | |
The OptimalValue property returns optimal value of criterion function. | ||
The VarValues property returns values of phase and controlling variables. |
Property name | Brief description | |
ErrorMsg | The ErrorMsg property returns information message about calculation results. | |
Status | The Status property returns error code. |
See also: