Implemented interface member:
method
Update
Microsoft.ML.Sweeper.IAsyncSweeper.Update(System.Int32, Microsoft.ML.IRunResult)
5 references to Update
Microsoft.ML.Sweeper.Tests (5)
TestSweeper.cs (5)
211
sweeper.
Update
(task.CompletedResult().Id, new RunResult(task.CompletedResult().ParameterSet, random.NextDouble(), true));
261
sweeper.
Update
(task.CompletedResult().Id, result);
292
sweeper.
Update
(run.Key, run.Value);
341
sweeper.
Update
(paramWithId.Id, result);
395
sweeper.
Update
(paramWithId.Id, result);