Interface DefaultContinuousHyperParameterRange.Builder

    • Method Detail

      • minValue

        DefaultContinuousHyperParameterRange.Builder minValue​(Double minValue)

        The minimum allowable value for the hyperparameter.

        Parameters:
        minValue - The minimum allowable value for the hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxValue

        DefaultContinuousHyperParameterRange.Builder maxValue​(Double maxValue)

        The maximum allowable value for the hyperparameter.

        Parameters:
        maxValue - The maximum allowable value for the hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTunable

        DefaultContinuousHyperParameterRange.Builder isTunable​(Boolean isTunable)

        Whether the hyperparameter is tunable.

        Parameters:
        isTunable - Whether the hyperparameter is tunable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.