Assembly: Cp;
The INonLoResults interface contains properties that are used to work with results of non-linear optimization method calculation.
INonLoResults
| 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 the array of intermediate criterion function values per each iteration. | |
| OptimalValue | The OptimalValue property returns optimal value of criterion function. | |
| VarValues | The VarValues property returns the array of calculated values of variable. |
| Property name | Brief description | |
| ErrorMsg | The ErrorMsg property returns information message about calculation results. | |
| Status | The Status property returns error code. |
See also: