Values.CategoricalHyperParameterRangeSourceProvides the name and range of a categorical hyperparameter.
type nonrec t = {name : ParameterName.t option;The name of the hyperparameter.
*)values : CategoricalValues.t option;A list of the categories for the hyperparameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of CategoricalValue.t ] list
| `String of ParameterName.t ])
list ]