5 references to HistoryLength
Microsoft.ML.Sweeper (5)
Algorithms\KdoSweeper.cs (5)
94
_host.CheckUserArg(options.
HistoryLength
> 1, nameof(options.
HistoryLength
), "Must be greater than 1");
164
if (history.Length > _args.
HistoryLength
)
434
if (bestK.Count < _args.
HistoryLength
|| r.CompareTo(worst) > 0)
437
if (bestK.Count > _args.
HistoryLength
)