Click or drag to resize

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Tolerance { get; set; }

Property Value

Double
See Also