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)
90
return
_randomSweeper
.ProposeSweeps(Math.Min(numOfCandidates, _args.NumberInitialPopulation - numRuns), previousRuns);
160
ParameterSet[] randomChallengers =
_randomSweeper
.ProposeSweeps(numOfCandidates - eiChallengers.Length, previousRuns);
195
ParameterSet[] randomConfigs =
_randomSweeper
.ProposeSweeps(_args.NumRandomEISearchConfigurations, previousRuns);