Class BOBYQAOptimizer.PathIsExploredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.math3.optimization.direct.BOBYQAOptimizer.PathIsExploredException
- All Implemented Interfaces:
Serializable
- Enclosing class:
BOBYQAOptimizer
Marker for code paths that are not explored with the current unit tests.
If the path becomes explored, it should just be removed from the code.
- Since:
- 3.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringMessage string.private static final longSerializable UID. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerializable UID.- See Also:
-
PATH_IS_EXPLORED
-
-
Constructor Details
-
PathIsExploredException
PathIsExploredException()
-