2 types derived from SweeperBase
Microsoft.ML.Sweeper (2)
Algorithms\Grid.cs (1)
101public sealed class RandomGridSweeper : SweeperBase
Algorithms\Random.cs (1)
20public sealed class UniformRandomSweeper : SweeperBase
10 references to SweeperBase
Microsoft.ML.Sweeper (7)
Algorithms\KdoSweeper.cs (2)
102_randomSweeper = new UniformRandomSweeper(env, new SweeperBase.OptionsBase(), _sweepParameters); 103_redundantSweeper = new UniformRandomSweeper(env, new SweeperBase.OptionsBase { Retries = 0 }, _sweepParameters);
Algorithms\NelderMead.cs (1)
27public IComponentFactory<IValueGenerator[], ISweeper> FirstBatchSweeper = ComponentFactoryUtils.CreateFromFunction<IValueGenerator[], ISweeper>((host, array) => new UniformRandomSweeper(host, new SweeperBase.OptionsBase(), array));
Algorithms\Random.cs (2)
10[assembly: LoadableClass(typeof(UniformRandomSweeper), typeof(SweeperBase.OptionsBase), typeof(SignatureSweeper), 12[assembly: LoadableClass(typeof(UniformRandomSweeper), typeof(SweeperBase.OptionsBase), typeof(SignatureSweeperFromParameterList),
Algorithms\SmacSweeper.cs (1)
84_randomSweeper = new UniformRandomSweeper(env, new SweeperBase.OptionsBase(), _sweepParameters);
AsyncSweeper.cs (1)
16[assembly: LoadableClass(typeof(SimpleAsyncSweeper), typeof(SweeperBase.OptionsBase), typeof(SignatureAsyncSweeper),
Microsoft.ML.Sweeper.Tests (3)
SweeperTest.cs (1)
24new SweeperBase.OptionsBase(),
TestSweeper.cs (2)
94var args = new SweeperBase.OptionsBase() 135var sweeper = new SimpleAsyncSweeper(env, new SweeperBase.OptionsBase