UniformDoubleOption(Double, Double, Boolean, Nullable<Double>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a UniformDoubleOption using min
, max
and defaultValue
.
public UniformDoubleOption (double min, double max, bool logBase = false, double? defaultValue = default);
new Microsoft.ML.SearchSpace.Option.UniformDoubleOption : double * double * bool * Nullable<double> -> Microsoft.ML.SearchSpace.Option.UniformDoubleOption
Public Sub New (min As Double, max As Double, Optional logBase As Boolean = false, Optional defaultValue As Nullable(Of Double) = Nothing)
Parameters
- min
- Double
- max
- Double
- logBase
- Boolean