Solution Integer Hyper Parameter Range
data class SolutionIntegerHyperParameterRange(val maxValue: Int? = null, val minValue: Int? = null, val name: String? = null)
Provides the name and range of an integer-valued hyperparameter.
Constructors
Link copied to clipboard
fun SolutionIntegerHyperParameterRange(maxValue: Int? = null, minValue: Int? = null, name: String? = null)