Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize & enhance linesearch algorithms #7

Open
3 of 5 tasks
ManifoldFR opened this issue Aug 23, 2022 · 1 comment
Open
3 of 5 tasks

Reorganize & enhance linesearch algorithms #7

ManifoldFR opened this issue Aug 23, 2022 · 1 comment
Assignees

Comments

@ManifoldFR
Copy link
Member

ManifoldFR commented Aug 23, 2022

For more robustness we need a better linesearch procedure:

  • Refactor linesearch into own struct/algo that can be switched out
  • Implement: cubic interpolation (see minpack's linesearches) -- done in edaebfbb and 26699fb
  • Merge both Armijo backtracking (simple & interpolation) into single class
  • Bracketing Wolfe search w/ support function derivative evaluation
  • Linesearch diagnostic tools: plot interpolating polynomials in DEBUG mode

We can take inspiration from the implementations in Google Ceres: https://github.com/ceres-solver/ceres-solver/blob/master/internal/ceres/line_search.cc

@ManifoldFR ManifoldFR changed the title Better linesearch algorithms Reorganize & enhance linesearch algorithms Aug 24, 2022
@ManifoldFR ManifoldFR self-assigned this Aug 24, 2022
@ManifoldFR
Copy link
Member Author

Point 3 addressed by 5720051

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant