3 references to LocalSearchParentCount
Microsoft.ML.Sweeper (3)
Algorithms\SmacSweeper.cs (3)
77_host.CheckUserArg(options.LocalSearchParentCount > 0, nameof(options.LocalSearchParentCount), "parameter must be greater than 0"); 165ParameterSet[] bestKParamSets = GetKBestConfigurations(previousRuns, forest, _args.LocalSearchParentCount);