Package com.imsl.math

Class MinUnconMultiVar.FalseConvergenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinUnconMultiVar.FalseConvergenceException
All Implemented Interfaces:
Serializable
Enclosing class:
MinUnconMultiVar

public static class MinUnconMultiVar.FalseConvergenceException extends IMSLException
False convergence error; the iterates appear to be converging to a noncritical point. Possibly incorrect gradient information is used, or the function is discontinuous, or the other stopping tolerances are too tight.
See Also:
  • Constructor Details

    • FalseConvergenceException

      public FalseConvergenceException(String message)
      Constructs a FalseConvergenceException object.
      Parameters:
      message - a String containing the error message
    • FalseConvergenceException

      public FalseConvergenceException(String key, Object[] arguments)
      Constructs a FalseConvergenceException object.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string