Class SearchInterval

    • Constructor Detail

      • SearchInterval

        public SearchInterval​(double lo,
                              double hi)
        Parameters:
        lo - Lower bound.
        hi - Upper bound.
        Throws:
        MathIllegalArgumentException - if lo >= hi.
    • Method Detail

      • getMin

        public double getMin()
        Gets the lower bound.
        Returns:
        the lower bound.
      • getMax

        public double getMax()
        Gets the upper bound.
        Returns:
        the upper bound.
      • getStartValue

        public double getStartValue()
        Gets the start value.
        Returns:
        the start value.