Values_0.ParameterRangeSourceDefines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.
type nonrec t = {integerParameterRangeSpecification : IntegerParameterRangeSpecification.t
option;A IntegerParameterRangeSpecification object that defines the possible values for an integer hyperparameter.
*)continuousParameterRangeSpecification : ContinuousParameterRangeSpecification.t
option;A ContinuousParameterRangeSpecification object that defines the possible values for a continuous hyperparameter.
*)categoricalParameterRangeSpecification : CategoricalParameterRangeSpecification.t
option;A CategoricalParameterRangeSpecification object that defines the possible values for a categorical hyperparameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of ParameterValue.t ] list
| `String of ParameterValue.t ])
list ])
list ]