NonNegativeLeastSquaresDualTolerance Property |
The dual tolerance controlling when the computation stops.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double DualTolerance { get; set; }
Public Overridable Property DualTolerance As Double
Get
Set
public:
virtual property double DualTolerance {
double get ();
void set (double value);
}
abstract DualTolerance : float with get, set
override DualTolerance : float with 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