Click or drag to resize
QuasiNewtonTrainerGradientTolerance Property
The gradient tolerance.

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

Property Value

Type: Double
A double specifying the gradient tolerance.
Remarks
By default, GradientTolerance equals the cube root of machine precision.
See Also