1 write to Max
Microsoft.ML.AutoML (1)
Utils\SweepableParamAttributes.cs (1)
138Max = max;
3 references to Max
Microsoft.ML.AutoML (3)
PipelineSuggesters\PipelineSuggester.cs (1)
153Max = fp.Max,
Utils\SweepableParamAttributes.cs (2)
152new SweepableFloatParam(Name, Min, Max, StepSize ?? -1, NumSteps ?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen }; 164return $"[{GetType().Name}({name}{Min}f, {Max}f{optional})]";