1 write to _randomSweeper
Microsoft.ML.AutoML (1)
Sweepers\SmacSweeper.cs (1)
79_randomSweeper = new UniformRandomSweeper(new SweeperBase.ArgumentsBase(), _sweepParameters);
3 references to _randomSweeper
Microsoft.ML.AutoML (3)
Sweepers\SmacSweeper.cs (3)
90return _randomSweeper.ProposeSweeps(Math.Min(numOfCandidates, _args.NumberInitialPopulation - numRuns), previousRuns); 160ParameterSet[] randomChallengers = _randomSweeper.ProposeSweeps(numOfCandidates - eiChallengers.Length, previousRuns); 195ParameterSet[] randomConfigs = _randomSweeper.ProposeSweeps(_args.NumRandomEISearchConfigurations, previousRuns);