|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
meshi.optimizers.LineSearchException
public class LineSearchException
| 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 |
|---|
public static final int WEIRD_INPUT_TO_FIND_STEP_LENGTH
public static final int NOT_A_DESCENT_DIRECTION
public static final int WOLF_CONDITION_NOT_MET
public int code
| Constructor Detail |
|---|
public LineSearchException(int code,
java.lang.String msg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||