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),
220
var paramSets =
_baseSweeper
.ProposeSweeps(_batchSize, results);
306
(
_baseSweeper
as IDisposable)?.Dispose();