UniformIntOption(Int32, Int32, Boolean, Nullable<Int32>) Constructor

Definition

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
defaultValue
Nullable<Int32>

Applies to