1 write to StepSize
Microsoft.ML.AutoML (1)
Utils\SweepableParamAttributes.cs (1)
187StepSize = stepSize;
5 references to StepSize
Microsoft.ML.AutoML (5)
PipelineSuggesters\PipelineSuggester.cs (2)
179if (lp.StepSize.HasValue) 181lpArgs.StepSize = lp.StepSize.Value;
Utils\SweepableParamAttributes.cs (3)
199new SweepableLongParam(Name, Min, Max, StepSize ?? -1, NumSteps ?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen }; 204if (StepSize != null) 205optional.Append($", stepSize:{StepSize}");