IMSL C# Numerical Library

QuadraticProgramming.NoMoreProgress Property

Contains status of true or false if computer rounding error is inhibiting improvement in the objective function.

public bool NoMoreProgress {get;}

Property 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

QuadraticProgramming Class | Imsl.Math Namespace