2 instantiations of SimpleAsyncSweeper
Microsoft.ML.Sweeper.Tests (2)
TestSweeper.cs (2)
135var sweeper = new SimpleAsyncSweeper(env, new SweeperBase.OptionsBase 166var gridSweeper = new SimpleAsyncSweeper(env, gridArgs);
4 references to SimpleAsyncSweeper
Microsoft.ML.Sweeper (2)
AsyncSweeper.cs (2)
16[assembly: LoadableClass(typeof(SimpleAsyncSweeper), typeof(SweeperBase.OptionsBase), typeof(SignatureAsyncSweeper), 18[assembly: LoadableClass(typeof(SimpleAsyncSweeper), typeof(RandomGridSweeper.Options), typeof(SignatureAsyncSweeper),
Microsoft.ML.Sweeper.Tests (2)
TestSweeper.cs (2)
135var sweeper = new SimpleAsyncSweeper(env, new SweeperBase.OptionsBase 166var gridSweeper = new SimpleAsyncSweeper(env, gridArgs);