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)
660
var sweeps = sweeper.
ProposeSweeps
(maxInitSweeps, results);
687
sweeps = sweeper.
ProposeSweeps
(5, results);