Interface LineSearch.Solution
-
- Enclosing interface:
- LineSearch
public static interface LineSearch.Solution
This is the solution to a line search minimization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
linesearch(Vector x, Vector d)
Get the increment α so that f(x + α * d) is (approximately) minimized.
-