Values_0.ContinuousParameterRangeSpecificationSourceDefines the possible values for a continuous hyperparameter.
type nonrec t = {minValue : ParameterValue.t;The minimum floating-point value allowed.
*)maxValue : ParameterValue.t;The maximum floating-point value allowed.
*)}