类 NonconvergenceException

所有已实现的接口:
Serializable

public class NonconvergenceException extends IllegalArgumentException
Indicates the algorithm failed to converge in the allotted number of iterations.
作者:
ray
另请参阅:
序列化表格
  • 构造器详细资料

    • NonconvergenceException

      public NonconvergenceException(double guess, long iterations)
  • 方法详细资料

    • getInitialGuess

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

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