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