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