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