1 write to NumSteps
Microsoft.ML.Core (1)
EntryPoints\ModuleArgs.cs (1)
477
NumSteps
= numSteps;
3 references to NumSteps
Microsoft.ML.Core (3)
EntryPoints\ModuleArgs.cs (3)
487
new SweepableLongParamAttribute(Name, Min, Max, StepSize ?? -1,
NumSteps
?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen };
494
if (
NumSteps
!= null)
495
optional.Append($", numSteps:{
NumSteps
}");