Solution Config Hpo Config Properties Algorithm Hyper Parameter Ranges Properties
data class SolutionConfigHpoConfigPropertiesAlgorithmHyperParameterRangesProperties(val categoricalHyperParameterRanges: List<SolutionCategoricalHyperParameterRange>? = null, val continuousHyperParameterRanges: List<SolutionContinuousHyperParameterRange>? = null, val integerHyperParameterRanges: List<SolutionIntegerHyperParameterRange>? = null)
The hyperparameters and their allowable ranges
Constructors
Link copied to clipboard
constructor(categoricalHyperParameterRanges: List<SolutionCategoricalHyperParameterRange>? = null, continuousHyperParameterRanges: List<SolutionContinuousHyperParameterRange>? = null, integerHyperParameterRanges: List<SolutionIntegerHyperParameterRange>? = null)