3 references to NumRandomEISearchConfigurations
Microsoft.ML.Sweeper (3)
Algorithms\SmacSweeper.cs (3)
78_host.CheckUserArg(options.NumRandomEISearchConfigurations > 0, nameof(options.NumRandomEISearchConfigurations), "parameter must be greater than 0"); 209ParameterSet[] randomConfigs = _randomSweeper.ProposeSweeps(_args.NumRandomEISearchConfigurations, previousRuns);