Package com.imsl.math
Class MinConNonlin.UphillSearchCalcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinConNonlin.UphillSearchCalcException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MinConNonlin
Deprecated.
The algorithm calculated an uphill search direction.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUphillSearchCalcException(String message) Deprecated.UphillSearchCalcException(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
-
UphillSearchCalcException
Deprecated. -
UphillSearchCalcException
Deprecated.
-
MinConNonlinhas been replaced byMinConNLP.