10 references to SweepableFloatParam
Microsoft.ML.AutoML (10)
TrainerExtensions\SweepableParams.cs (9)
19
new
SweepableFloatParam
("L2Regularization", 0.0f, 0.4f),
28
new
SweepableFloatParam
("InitialWeightsDiameter", 0.0f, 1.0f, numSteps: 5),
47
new
SweepableFloatParam
("LearningRate", 0.025f, 0.4f, isLogScale: true),
48
new
SweepableFloatParam
("Shrinkage", 0.025f, 4f, isLogScale: true),
55
new
SweepableFloatParam
("L2Regularization", 0.0f, 1.0f, numSteps: 4),
56
new
SweepableFloatParam
("L1Regularization", 0.0f, 1.0f, numSteps: 4),
60
new
SweepableFloatParam
("InitialWeightsDiameter", 0.0f, 1.0f, numSteps: 5),
103
new
SweepableFloatParam
("LearningRate", 0.025f, 0.4f, isLogScale: true),
136
new
SweepableFloatParam
("Lambda", 0.00001f, 0.1f, 10, isLogScale: true),
Utils\SweepableParamAttributes.cs (1)
152
new
SweepableFloatParam
(Name, Min, Max, StepSize ?? -1, NumSteps ?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen };