 | InteriorPointQPSolverParamsTolerance Property |
The interior point solver iteratively improves the infeasibility
of the original ("primal") problem as well as the infeasibility
of the related "dual" problem. It also monitors the gap between
primal and dual iterates. The SolveTolerance property controls the
accuracy of each of these values. Consider changing solver tolerance
to a larger value if you do not require a high accuracy
solution (the default is 1e-8).
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Tolerance { get; set; }
Public Property Tolerance As Double
Get
Set
public:
property double Tolerance {
double get ();
void set (double value);
}
member Tolerance : float with get, set
Property Value
Double
See Also