Click or drag to resize
QuadraticProgrammingNoMoreProgress Property
Contains status of true or false if computer rounding error is inhibiting improvement in the objective function.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public bool NoMoreProgress { get; }

Property Value

Type: Boolean
Is true if due to computer rounding error, a change in the variables fails to improve the objective function.
Remarks
Usually the solution is close to optimum.
See Also