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"); 164if (history.Length > _args.HistoryLength) 434if (bestK.Count < _args.HistoryLength || r.CompareTo(worst) > 0) 437if (bestK.Count > _args.HistoryLength)