UniformNumericOption(Double, Double, Boolean) 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 UniformNumericOption using min
and max
.
public UniformNumericOption (double min, double max, bool logBase = false);
new Microsoft.ML.SearchSpace.Option.UniformNumericOption : double * double * bool -> Microsoft.ML.SearchSpace.Option.UniformNumericOption
Public Sub New (min As Double, max As Double, Optional logBase As Boolean = false)
Parameters
- min
- Double
- max
- Double
- logBase
- Boolean
Indicate whether it should be log base or not.