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