QuadraticProgrammingNoMoreProgress Property |
Contains status of true or false if computer rounding error
is inhibiting improvement in the objective function.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public bool NoMoreProgress { get; }
Public ReadOnly Property NoMoreProgress As Boolean
Get
public:
property bool NoMoreProgress {
bool get ();
}
member NoMoreProgress : bool with 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