public static interface LineSearch.Solution
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
linesearch(Vector x,
Vector d)
Get the increment α so that f(x + α * d) is (approximately) minimized.
|
double linesearch(Vector x, Vector d)
x - the initial positiond - the line search direction