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");
165
ParameterSet[] bestKParamSets = GetKBestConfigurations(previousRuns, forest, _args.
LocalSearchParentCount
);