SdcaTrainerBase<TOptions,TTransformer,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 tolerance for the ratio between duality gap and primal loss for convergence checking.
[Microsoft.ML.SearchSpace.Range(1E-07, 1, 1E-07, true)]
public float ConvergenceTolerance;
public float ConvergenceTolerance;
[<Microsoft.ML.SearchSpace.Range(1E-07, 1, 1E-07, true)>]
val mutable ConvergenceTolerance : single
val mutable ConvergenceTolerance : single
Public ConvergenceTolerance As Single
Field Value
- Attributes