meshi.optimizers
Class LineSearchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by meshi.optimizers.LineSearchException
All Implemented Interfaces:
java.io.Serializable

public class LineSearchException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 int code
           
static int NOT_A_DESCENT_DIRECTION
           
static int WEIRD_INPUT_TO_FIND_STEP_LENGTH
           
static int WOLF_CONDITION_NOT_MET
           
 
Constructor Summary
LineSearchException(int code, java.lang.String msg)
           
 
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

WEIRD_INPUT_TO_FIND_STEP_LENGTH

public static final int WEIRD_INPUT_TO_FIND_STEP_LENGTH
See Also:
Constant Field Values

NOT_A_DESCENT_DIRECTION

public static final int NOT_A_DESCENT_DIRECTION
See Also:
Constant Field Values

WOLF_CONDITION_NOT_MET

public static final int WOLF_CONDITION_NOT_MET
See Also:
Constant Field Values

code

public int code
Constructor Detail

LineSearchException

public LineSearchException(int code,
                           java.lang.String msg)