LbfgsTrainerBase<TOptions,TTransformer,TModel>.OptionsBase.HistorySize 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 previous iterations to remember for estimating the Hessian. Lower values mean faster but less accurate estimates.
[Microsoft.ML.SearchSpace.Range(2, 512, 2, true)]
public int HistorySize;
public int HistorySize;
[<Microsoft.ML.SearchSpace.Range(2, 512, 2, true)>]
val mutable HistorySize : int
val mutable HistorySize : int
Public HistorySize As Integer
Field Value
- Attributes