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)
14
public UniformRandomSweeper(
ArgumentsBase
args)
19
public UniformRandomSweeper(
ArgumentsBase
args, IValueGenerator[] sweepParameters)
Sweepers\SweeperBase.cs (3)
33
private readonly
ArgumentsBase
_args;
36
protected SweeperBase(
ArgumentsBase
args, string name)
43
protected SweeperBase(
ArgumentsBase
args, IValueGenerator[] sweepParameters, string name)