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:
Serializable
Enclosing class:
BOBYQAOptimizer

private static class BOBYQAOptimizer.PathIsExploredException extends 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 Details

  • Constructor Details

    • PathIsExploredException

      PathIsExploredException()