1 write to StepSize
Microsoft.ML.AutoML (1)
Utils\SweepableParamAttributes.cs (1)
140StepSize = stepSize;
5 references to StepSize
Microsoft.ML.AutoML (5)
PipelineSuggesters\PipelineSuggester.cs (2)
160if (fp.StepSize.HasValue) 162fpArgs.StepSize = fp.StepSize.Value;
Utils\SweepableParamAttributes.cs (3)
152new SweepableFloatParam(Name, Min, Max, StepSize ?? -1, NumSteps ?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen }; 157if (StepSize != null) 158optional.Append($", stepSize:{StepSize}");