Implemented interface member:
method
ProposeSweeps
Microsoft.ML.ISweeper.ProposeSweeps(System.Int32, System.Collections.Generic.IEnumerable<Microsoft.ML.IRunResult>)
2 references to ProposeSweeps
Microsoft.ML.Sweeper.Tests (2)
TestSweeper.cs (2)
660var sweeps = sweeper.ProposeSweeps(maxInitSweeps, results); 687sweeps = sweeper.ProposeSweeps(5, results);