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