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