Assembly: Stat;
The IPerformanceInfo interface is used to work with information about optimization methods execution.
IPerformanceInfo
To solve optimization problem of quadratic function for several variables with linear constraints, use the ISmQuadraticProgramming interface.
Property name | Brief description | |
The ConstraintsCalls property returns number of constraints calculations. | ||
The InitFeasiblePoint property returns found start point which meets the specified constraints. | ||
The Iterations property returns actual number of iterations. | ||
The ObjFunCalls property returns the calculation number of criterion function. | ||
The ObjValByIter property returns criterion function value calculated on each iteration. |
See also: