Package com.imsl.math

Class MinUnconMultiVar.ApproximateMinimumException

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

public static class MinUnconMultiVar.ApproximateMinimumException extends IMSLException
Scaled step tolerance satisfied; the current point may be an approximate local solution, or the algorithm is making very slow progress and is not near a solution, or the scaled step tolerance is too big.
See Also:
  • Constructor Details

    • ApproximateMinimumException

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

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