Click or drag to resize
NonNegativeLeastSquaresDualTolerance Property
The dual tolerance controlling when the computation stops.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double DualTolerance { get; set; }

Property Value

Type: Double
A double containing the dual tolerance. The computation stops if the largest gradient is smaller than this.

Default: DualTolerance = 0.

See Also