1 instantiation of ArgumentsBase
Microsoft.ML.AutoML (1)
Sweepers\SmacSweeper.cs (1)
79_randomSweeper = new UniformRandomSweeper(new SweeperBase.ArgumentsBase(), _sweepParameters);
5 references to ArgumentsBase
Microsoft.ML.AutoML (5)
Sweepers\Random.cs (2)
14public UniformRandomSweeper(ArgumentsBase args) 19public UniformRandomSweeper(ArgumentsBase args, IValueGenerator[] sweepParameters)
Sweepers\SweeperBase.cs (3)
33private readonly ArgumentsBase _args; 36protected SweeperBase(ArgumentsBase args, string name) 43protected SweeperBase(ArgumentsBase args, IValueGenerator[] sweepParameters, string name)