LbfgsTrainerBase<TOptions,TTransformer,TModel>.OptionsBase.HistorySize Field

Definition

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

Applies to