UniformIntOption(Int32, Int32, Boolean, Nullable<Int32>) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Criar um UniformIntOption uso min
e max
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)
Parâmetros
- min
- Int32
- max
- Int32
- logBase
- Boolean