2 instantiations of RandomGridSweeper
Microsoft.ML.Sweeper.Tests (2)
SweeperTest.cs (1)
40var sweeper = new RandomGridSweeper(env,
TestSweeper.cs (1)
441var sweeper = new RandomGridSweeper(env, args);
13 references to RandomGridSweeper
Microsoft.ML.Sweeper (6)
Algorithms\Grid.cs (4)
13[assembly: LoadableClass(typeof(RandomGridSweeper), typeof(RandomGridSweeper.Options), typeof(SignatureSweeper), 15[assembly: LoadableClass(typeof(RandomGridSweeper), typeof(RandomGridSweeper.Options), typeof(SignatureSweeperFromParameterList),
AsyncSweeper.cs (2)
18[assembly: LoadableClass(typeof(SimpleAsyncSweeper), typeof(RandomGridSweeper.Options), typeof(SignatureAsyncSweeper), 96public SimpleAsyncSweeper(IHostEnvironment env, RandomGridSweeper.Options options)
Microsoft.ML.Sweeper.Tests (7)
SweeperTest.cs (2)
40var sweeper = new RandomGridSweeper(env, 41new RandomGridSweeper.Options(),
TestSweeper.cs (5)
159var gridArgs = new RandomGridSweeper.Options(); 376new RandomGridSweeper(environ, new RandomGridSweeper.Options() { SweptParameters = param })) 432var args = new RandomGridSweeper.Options() 441var sweeper = new RandomGridSweeper(env, args); 555return new RandomGridSweeper(environ, new RandomGridSweeper.Options() { SweptParameters = param });