4 writes to Sweeper
Microsoft.ML.Sweeper.Tests (4)
TestSweeper.cs (4)
188
args.
Sweeper
= ComponentFactoryUtils.CreateFromFunction(
238
args.
Sweeper
= ComponentFactoryUtils.CreateFromFunction(
309
args.
Sweeper
= ComponentFactoryUtils.CreateFromFunction(
361
args.
Sweeper
= ComponentFactoryUtils.CreateFromFunction(
3 references to Sweeper
Microsoft.ML.Sweeper (3)
AsyncSweeper.cs (3)
196
_host.CheckValue(options.
Sweeper
, nameof(options.
Sweeper
), "Please specify a sweeper");
202
_baseSweeper = options.
Sweeper
.CreateComponent(_host);