2 implementations of ISweeper
Microsoft.ML.AutoML (2)
Sweepers\SmacSweeper.cs (1)
17
internal sealed class SmacSweeper :
ISweeper
Sweepers\SweeperBase.cs (1)
18
internal abstract class SweeperBase :
ISweeper
1 reference to ISweeper
Microsoft.ML.AutoML (1)
Sweepers\SmacSweeper.cs (1)
68
private readonly
ISweeper
_randomSweeper;