|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Field Summary | |
static int |
CONTINUE
The static values are the standard predefined states for the optimization. |
static int |
CONVERGED
Convergence, by some criterion (1). |
static int |
EXCEPTION
An exception was caught during the iteration (-3). |
static int |
NUMERIC_PROBLEM
Some numeric problem encountered in the optimization (-2). |
static int |
TOO_MANY_STEPS
Too many iterations, or some other iterative count exceeded (-1). |
| Method Summary | |
boolean |
continueIteration(OptimizerAlgorithm opt,
ModelPoint values)
Should the iteration continue? |
int |
getState()
The state of the optimizer. |
int |
setState(int code)
|
| Field Detail |
public static final int CONTINUE
The CONTINUE state (0) means to continue the iteration. Any other value causes iteration to terminate. By convention, negative values are failure, positive values successful convergence (but nothing in the basic code depends on this distinction).
public static final int CONVERGED
public static final int TOO_MANY_STEPS
public static final int NUMERIC_PROBLEM
public static final int EXCEPTION
| Method Detail |
public int getState()
public int setState(int code)
public boolean continueIteration(OptimizerAlgorithm opt,
ModelPoint values)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||