SgdBinaryTrainerBase<TModel>.OptionsBase.ConvergenceTolerance Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The convergence tolerance. If the exponential moving average of loss reductions falls below this tolerance, the algorithm is deemed to have converged and will stop.
[Microsoft.ML.SearchSpace.Range(1E-06, 0.1, 0.1, true)]
public double ConvergenceTolerance;
public double ConvergenceTolerance;
[<Microsoft.ML.SearchSpace.Range(1E-06, 0.1, 0.1, true)>]
val mutable ConvergenceTolerance : double
val mutable ConvergenceTolerance : double
Public ConvergenceTolerance As Double
Field Value
- Attributes