org.apache.commons.math3.optim.nonlinear.scalar.noderiv
Class BOBYQAOptimizer.PathIsExploredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
private static java.lang.String PATH_IS_EXPLORED
           
private static long serialVersionUID
           
 
Constructor Summary
BOBYQAOptimizer.PathIsExploredException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

PATH_IS_EXPLORED

private static final java.lang.String PATH_IS_EXPLORED
See Also:
Constant Field Values
Constructor Detail

BOBYQAOptimizer.PathIsExploredException

BOBYQAOptimizer.PathIsExploredException()


Copyright (c) 2003-2013 Apache Software Foundation