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