Values.HyperParameterRangesSourceSpecifies the hyperparameters and their ranges. Hyperparameters can be categorical, continuous, or integer-valued.
type nonrec t = {integerHyperParameterRanges : IntegerHyperParameterRanges.t option;The integer-valued hyperparameters and their ranges.
*)continuousHyperParameterRanges : ContinuousHyperParameterRanges.t option;The continuous hyperparameters and their ranges.
*)categoricalHyperParameterRanges : CategoricalHyperParameterRanges.t option;The categorical hyperparameters and their ranges.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of ContinuousMinValue.t
| `Integer of IntegerMinValue.t
| `List of [> `String of CategoricalValue.t ] list
| `String of ParameterName.t ])
list ]
list ])
list ]