5 instantiations of SweepableLongParam
Microsoft.ML.AutoML (5)
TrainerExtensions\SweepableParams.cs (4)
27
new
SweepableLongParam
("NumberOfIterations", 1, 100, stepSize: 10, isLogScale: true),
37
new
SweepableLongParam
("NumberOfLeaves", 2, 128, isLogScale: true, stepSize: 4),
59
new
SweepableLongParam
("MaximumNumberOfIterations", 1, int.MaxValue),
104
new
SweepableLongParam
("NumberOfLeaves", 2, 128, isLogScale: true, stepSize: 4),
Utils\SweepableParamAttributes.cs (1)
199
new
SweepableLongParam
(Name, Min, Max, StepSize ?? -1, NumSteps ?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen };
1 reference to SweepableLongParam
Microsoft.ML.AutoML (1)
PipelineSuggesters\PipelineSuggester.cs (1)
167
case
SweepableLongParam
lp: