Class BOBYQAOptimizer.PathIsExploredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.commons.math3.optim.nonlinear.scalar.noderiv.BOBYQAOptimizer.PathIsExploredException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BOBYQAOptimizer
private static class BOBYQAOptimizer.PathIsExploredException extends java.lang.RuntimeException
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.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
PATH_IS_EXPLORED
Message string.private static long
serialVersionUID
Serializable UID.
-
Constructor Summary
Constructors Constructor Description PathIsExploredException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serializable UID.- See Also:
- Constant Field Values
-
PATH_IS_EXPLORED
private static final java.lang.String PATH_IS_EXPLORED
Message string.- See Also:
- Constant Field Values
-
-