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.0.0

Syntax

C#
public bool NoMoreProgress { get; }
Visual Basic (Declaration)
Public ReadOnly Property NoMoreProgress As Boolean
Visual C++
public:
property bool NoMoreProgress {
	bool get ();
}

Field Value

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