|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.mines.jtk.opt.LineSearch.Result
public static class LineSearch.Result
The result of a line search.
| Field Summary | |
|---|---|
int |
ended
The condition that ended the search. |
double |
f
The value of the function f(s). |
double |
g
The value of the derivative f'(s). |
int |
neval
The number of function and derivative evaluations. |
double |
s
The step s. |
| Method Summary | |
|---|---|
boolean |
converged()
Determines whether the line search converged. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final double s
public final double f
public final double g
public final int ended
public final int neval
| Method Detail |
|---|
public boolean converged()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||