1 write to _baseSweeper
Microsoft.ML.Sweeper (1)
AsyncSweeper.cs (1)
202_baseSweeper = options.Sweeper.CreateComponent(_host);
3 references to _baseSweeper
Microsoft.ML.Sweeper (3)
AsyncSweeper.cs (3)
203_host.CheckUserArg(!(_baseSweeper is NelderMeadSweeper) || options.Relaxation == 0, nameof(options.Relaxation), 220var paramSets = _baseSweeper.ProposeSweeps(_batchSize, results); 306(_baseSweeper as IDisposable)?.Dispose();