public static class L_BFGS.LineSearchSol
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
madeProgress |
double |
objVal |
double |
step |
| Constructor and Description |
|---|
L_BFGS.LineSearchSol(boolean progress,
double obj,
double step) |