ContinuousParameterRange

A list of continuous hyperparameters to tune.

Types

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

Properties

Link copied to clipboard

The maximum value for the hyperparameter. The tuning job uses floating-point values between MinValue value and this value for tuning.

Link copied to clipboard

The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and MaxValuefor tuning.

Link copied to clipboard
val name: String?

The name of the continuous hyperparameter to tune.

Link copied to clipboard

The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following 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