1 write to _randomSweeper
Microsoft.ML.Sweeper (1)
Algorithms\SmacSweeper.cs (1)
84
_randomSweeper
= new UniformRandomSweeper(env, new SweeperBase.OptionsBase(), _sweepParameters);
3 references to _randomSweeper
Microsoft.ML.Sweeper (3)
Algorithms\SmacSweeper.cs (3)
95
return
_randomSweeper
.ProposeSweeps(Math.Min(numOfCandidates, _args.NumberInitialPopulation - numRuns), previousRuns);
171
ParameterSet[] randomChallengers =
_randomSweeper
.ProposeSweeps(numOfCandidates - eiChallengers.Length, previousRuns);
209
ParameterSet[] randomConfigs =
_randomSweeper
.ProposeSweeps(_args.NumRandomEISearchConfigurations, previousRuns);