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
Deprecated.
The line search used more than 5 function calls, therefore it has been
declared unsuccessful.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLineSearchException(String message) Deprecated.LineSearchException(String key, Object[] arguments) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LineSearchException
Deprecated. -
LineSearchException
Deprecated.
-
MinConNonlinhas been replaced byMinConNLP.