Class NonconvergenceException

    • Constructor Detail

      • NonconvergenceException

        public NonconvergenceException​(double guess,
                                       long iterations)
    • Method Detail

      • getInitialGuess

        public double getInitialGuess()
        Get the initial guess used for the algorithm.
        Returns:
        the initial guess used for the algorithm
      • getIterations

        public long getIterations()
        Get the number of iterations applied.
        Returns:
        the number of iterations applied.