SolutionConfigHpoConfigPropertiesAlgorithmHyperParameterRangesProperties

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

constructor(categoricalHyperParameterRanges: List<SolutionCategoricalHyperParameterRange>? = null, continuousHyperParameterRanges: List<SolutionContinuousHyperParameterRange>? = null, integerHyperParameterRanges: List<SolutionIntegerHyperParameterRange>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The categorical hyperparameters and their ranges.

Link copied to clipboard

The continuous hyperparameters and their ranges.

Link copied to clipboard

The integer hyperparameters and their ranges.