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