2 writes to FirstBatchSweeper
Microsoft.ML.Sweeper.Tests (2)
TestSweeper.cs (2)
374
FirstBatchSweeper
= ComponentFactoryUtils.CreateFromFunction<IValueGenerator[], ISweeper>(
552
FirstBatchSweeper
= ComponentFactoryUtils.CreateFromFunction<IValueGenerator[], ISweeper>(
3 references to FirstBatchSweeper
Microsoft.ML.Sweeper (3)
Algorithms\NelderMead.cs (3)
96
env.CheckValue(options.
FirstBatchSweeper
, nameof(options.
FirstBatchSweeper
), "First Batch Sweeper Contains Null Value");
115
_initSweeper = options.
FirstBatchSweeper
.CreateComponent(env, _sweepParameters.ToArray());