1 write to StepSize
Microsoft.ML.Core (1)
EntryPoints\ModuleArgs.cs (1)
424StepSize = stepSize;
3 references to StepSize
Microsoft.ML.Core (3)
EntryPoints\ModuleArgs.cs (3)
436new SweepableFloatParamAttribute(Name, Min, Max, StepSize ?? -1, NumSteps ?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen }; 441if (StepSize != null) 442optional.Append($", stepSize:{StepSize}");