UniformDoubleOption(Double, Double, Boolean, Nullable<Double>) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen Sie eine UniformDoubleOption Verwendung max
min
und 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)
Parameter
- min
- Double
- max
- Double
- logBase
- Boolean