ContinuousParameterRange

Specifies a continuous hyperparameter and it's range of tunable values. This object is part of the ParameterRanges object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum tunable value of the hyperparameter.

Link copied to clipboard

The minimum tunable value of the hyperparameter.

Link copied to clipboard

The name of the hyperparameter to tune.

Link copied to clipboard

The scale that hyperparameter tuning uses to search the hyperparameter range. Valid values:

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String