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)
211sweeper.Update(task.CompletedResult().Id, new RunResult(task.CompletedResult().ParameterSet, random.NextDouble(), true)); 261sweeper.Update(task.CompletedResult().Id, result); 292sweeper.Update(run.Key, run.Value); 341sweeper.Update(paramWithId.Id, result); 395sweeper.Update(paramWithId.Id, result);