public static interface LineSearch.Solution
| 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 directionCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.