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");
209
ParameterSet[] randomConfigs = _randomSweeper.ProposeSweeps(_args.
NumRandomEISearchConfigurations
, previousRuns);