Solution Continuous Hyper Parameter Range
data class SolutionContinuousHyperParameterRange(val maxValue: Double? = null, val minValue: Double? = null, val name: String? = null)
Provides the name and range of a continuous hyperparameter.
Constructors
Link copied to clipboard
fun SolutionContinuousHyperParameterRange(maxValue: Double? = null, minValue: Double? = null, name: String? = null)