1 write to Max
Microsoft.ML.AutoML (1)
Utils\SweepableParamAttributes.cs (1)
185
Max
= max;
3 references to Max
Microsoft.ML.AutoML (3)
PipelineSuggesters\PipelineSuggester.cs (1)
172
Max = lp.
Max
,
Utils\SweepableParamAttributes.cs (2)
199
new SweepableLongParam(Name, Min,
Max
, StepSize ?? -1, NumSteps ?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen };
211
return $"[{GetType().Name}({name}{Min}, {
Max
}{optional})]";