2 implementations of IAsyncSweeper
Microsoft.ML.Sweeper (2)
AsyncSweeper.cs (2)
69
public partial class SimpleAsyncSweeper :
IAsyncSweeper
, IDisposable
151
public sealed class DeterministicSweeperAsync :
IAsyncSweeper
, IDisposable
1 reference to IAsyncSweeper
Microsoft.ML.Sweeper (1)
AsyncSweeper.cs (1)
66
/// Expose existing <see cref="ISweeper"/>s as <see cref="
IAsyncSweeper
"/> with no synchronization over the past runs.