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