| QuasiNewtonTrainerGradientTolerance Property |
The gradient tolerance.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double GradientTolerance { get; set; }Public Overridable Property GradientTolerance As Double
Get
Set
public:
virtual property double GradientTolerance {
double get ();
void set (double value);
}abstract GradientTolerance : float with get, set
override GradientTolerance : float with 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