IPerformanceInfo

Assembly: Stat;

Description

The IPerformanceInfo interface is used to work with information about optimization methods execution.

Inheritance Hierarchy

          IPerformanceInfo

Comments

To solve optimization problem of quadratic function for several variables with linear constraints, use the ISmQuadraticProgramming interface.

Properties

  Property name Brief description

ConstraintsCalls

The ConstraintsCalls property returns number of constraints calculations.

InitFeasiblePoint

The InitFeasiblePoint property returns found start point which meets the specified constraints.

Iterations

The Iterations property returns actual number of iterations.

ObjFunCalls

The ObjFunCalls property returns the calculation number of criterion function.

ObjValByIter

The ObjValByIter property returns criterion function value calculated on each iteration.

See also:

Stat Assembly Interfaces