2 types derived from SweeperBase
Microsoft.ML.Sweeper (2)
Algorithms\Grid.cs (1)
101
public sealed class RandomGridSweeper :
SweeperBase
Algorithms\Random.cs (1)
20
public 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)
27
public 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)
24
new
SweeperBase
.OptionsBase(),
TestSweeper.cs (2)
94
var args = new
SweeperBase
.OptionsBase()
135
var sweeper = new SimpleAsyncSweeper(env, new
SweeperBase
.OptionsBase