Implemented interface member:
method
ProposeSweeps
Microsoft.ML.ISweeper.ProposeSweeps(System.Int32, System.Collections.Generic.IEnumerable<Microsoft.ML.IRunResult>)
4 references to ProposeSweeps
Microsoft.ML.Sweeper.Tests (4)
TestSweeper.cs (4)
560var sweeps = sweeper.ProposeSweeps(5, new List<RunResult>()); 588sweeps = sweeper.ProposeSweeps(5, results); 608var sweeps = sweeper.ProposeSweeps(5, new List<RunResult>()); 636sweeps = sweeper.ProposeSweeps(5, results);