Package com.imsl.math

Class MinConNonlin.LineSearchException

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

public static class MinConNonlin.LineSearchException extends IMSLException
Deprecated.
MinConNonlin has been replaced by MinConNLP.
The line search used more than 5 function calls, therefore it has been declared unsuccessful.
See Also:
  • Constructor Details

    • LineSearchException

      public LineSearchException(String message)
      Deprecated.
    • LineSearchException

      public LineSearchException(String key, Object[] arguments)
      Deprecated.