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