5 references to SweepableLongParamAttribute
Microsoft.ML.Core (1)
EntryPoints\ModuleArgs.cs (1)
487new SweepableLongParamAttribute(Name, Min, Max, StepSize ?? -1, NumSteps ?? -1, IsLogScale) { RawValue = RawValue, Frozen = Frozen };
Microsoft.ML.FastTree (1)
FastTreeArguments.cs (1)
515[TlcModule.SweepableLongParamAttribute("NumLeaves", 2, 128, isLogScale: true, stepSize: 4)]
Microsoft.ML.LightGbm (1)
LightGbmTrainerBase.cs (1)
106[TlcModule.SweepableLongParamAttribute("NumLeaves", 2, 128, isLogScale: true, stepSize: 4)]
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\LbfgsPredictorBase.cs (1)
84[TlcModule.SweepableLongParamAttribute("MaxIterations", 1, int.MaxValue)]
Standard\Online\OnlineLinear.cs (1)
29[TlcModule.SweepableLongParamAttribute("NumIterations", 1, 100, stepSize: 10, isLogScale: true)]