UniformSingleOption(Single, Single, Boolean, Nullable<Single>) 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 UniformSingleOption using min
, max
and defaultValue
.
public UniformSingleOption (float min, float max, bool logBase = false, float? defaultValue = default);
new Microsoft.ML.SearchSpace.Option.UniformSingleOption : single * single * bool * Nullable<single> -> Microsoft.ML.SearchSpace.Option.UniformSingleOption
Public Sub New (min As Single, max As Single, Optional logBase As Boolean = false, Optional defaultValue As Nullable(Of Single) = Nothing)
Parameters
- min
- Single
- max
- Single
- logBase
- Boolean