3 writes to LogBase
Microsoft.ML.SearchSpace (3)
Converter\NumericOptionConverter.cs (3)
60
LogBase
= intOption.LogBase,
68
LogBase
= doubleOption.LogBase,
76
LogBase
= singleOption.LogBase,
3 references to LogBase
Microsoft.ML.SearchSpace (3)
Converter\NumericOptionConverter.cs (3)
43
"int" => new UniformIntOption(Convert.ToInt32(schema.Min), Convert.ToInt32(schema.Max), schema.
LogBase
, Convert.ToInt32(schema.Default)),
44
"float" => new UniformSingleOption(Convert.ToSingle(schema.Min), Convert.ToSingle(schema.Max), schema.
LogBase
, Convert.ToSingle(schema.Default)),
45
"double" => new UniformDoubleOption(Convert.ToDouble(schema.Min), Convert.ToDouble(schema.Max), schema.
LogBase
, Convert.ToDouble(schema.Default)),