Interface ContinuousHyperParameterRange.Builder

    • Method Detail

      • name

        ContinuousHyperParameterRange.Builder name​(String name)

        The name of the hyperparameter.

        Parameters:
        name - The name of the hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minValue

        ContinuousHyperParameterRange.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

        ContinuousHyperParameterRange.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.