LbfgsTrainerBase<TOptions,TTransformer,TModel>.OptionsBase.MaximumNumberOfIterations 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.
Number of iterations.
[Microsoft.ML.SearchSpace.Range(1, 2147483647, 1, true)]
public int MaximumNumberOfIterations;
public int MaximumNumberOfIterations;
[<Microsoft.ML.SearchSpace.Range(1, 2147483647, 1, true)>]
val mutable MaximumNumberOfIterations : int
val mutable MaximumNumberOfIterations : int
Public MaximumNumberOfIterations As Integer
Field Value
- Attributes