3 writes to LogBase
Microsoft.ML.AutoML (3)
PipelineSuggesters\PipelineSuggester.cs (2)
154
LogBase
= fp.IsLogScale,
173
LogBase
= lp.IsLogScale
Sweepers\Parameters.cs (1)
33
LogBase
= false;
12 references to LogBase
Microsoft.ML.AutoML (12)
Sweepers\Parameters.cs (12)
215
Runtime.Contracts.Assert(!args.
LogBase
|| args.Min > 0, "min must be positive if log scale is used");
216
Runtime.Contracts.Assert(!args.
LogBase
|| args.StepSize == null || args.StepSize > 1, "StepSize must be greater than 1 if log scale is used");
217
Runtime.Contracts.Assert(args.
LogBase
|| args.StepSize == null || args.StepSize > 0, "StepSize must be greater than 0 if linear scale is used");
225
if (_args.
LogBase
)
255
if (_args.
LogBase
)
311
if (_args.
LogBase
)
341
Runtime.Contracts.Assert(!args.
LogBase
|| args.Min > 0, "min must be positive if log scale is used");
342
Runtime.Contracts.Assert(!args.
LogBase
|| args.StepSize == null || args.StepSize > 1, "StepSize must be greater than 1 if log scale is used");
343
Runtime.Contracts.Assert(args.
LogBase
|| args.StepSize == null || args.StepSize > 0, "StepSize must be greater than 0 if linear scale is used");
351
if (_args.
LogBase
)
373
if (_args.
LogBase
)
429
if (_args.
LogBase
)