5 instantiations of Options
Microsoft.ML.Sweeper.Tests (5)
SweeperTest.cs (1)
41new RandomGridSweeper.Options(),
TestSweeper.cs (4)
159var gridArgs = new RandomGridSweeper.Options(); 376new RandomGridSweeper(environ, new RandomGridSweeper.Options() { SweptParameters = param })) 432var args = new RandomGridSweeper.Options() 555return new RandomGridSweeper(environ, new RandomGridSweeper.Options() { SweptParameters = param });
8 references to Options
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), 120public RandomGridSweeper(IHostEnvironment env, Options options) 137public RandomGridSweeper(IHostEnvironment env, Options options, IValueGenerator[] sweepParameters)
AsyncSweeper.cs (2)
18[assembly: LoadableClass(typeof(SimpleAsyncSweeper), typeof(RandomGridSweeper.Options), typeof(SignatureAsyncSweeper), 96public SimpleAsyncSweeper(IHostEnvironment env, RandomGridSweeper.Options options)
Microsoft.ML.Sweeper.Tests (2)
TestSweeper.cs (2)
159var gridArgs = new RandomGridSweeper.Options(); 432var args = new RandomGridSweeper.Options()