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

[Development] Implement other types of line search #32

Closed
sblauth opened this issue Apr 21, 2022 · 1 comment · Fixed by #95
Closed

[Development] Implement other types of line search #32

sblauth opened this issue Apr 21, 2022 · 1 comment · Fixed by #95
Labels
enhancement New feature or request

Comments

@sblauth
Copy link
Owner

sblauth commented Apr 21, 2022

More flexibility for the user. Possible options are:

  • A linearized exact line search (which would be exact for linear-quadratic problems)
  • An interpolation-based line search which would generate a quadratic / cubic model of the 1D problem and search for the minimizer of the model
@sblauth sblauth added task enhancement New feature or request labels Apr 21, 2022
@sblauth
Copy link
Owner Author

sblauth commented Aug 29, 2022

The barzilai borwein method (which can be interpreted as stepsize scheme for standard gradient descent) could be implemented together with a non-monotone line search

@sblauth sblauth changed the title Implement other types of line search [Development] Implement other types of line search Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant