SgdBinaryTrainerBase<TModel>.OptionsBase.ConvergenceTolerance Field

Definition

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.

public double ConvergenceTolerance;
val mutable ConvergenceTolerance : double
Public ConvergenceTolerance As Double 

Field Value

Double

Applies to