-
Notifications
You must be signed in to change notification settings - Fork 18
Implement LBFGS optimizer #89
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
Comments
agreed! FIRE is quick but doesn't seem to converge things as tightly as LBFGS |
Do you have a comparison that it does generally better than FIRE? Here are some references comparing different optimizers:
FIRE seems to be more robust but can struggle with very small |
@corinwagen Good examples! Personally I haven't seen much comparison with molecules / molecular crystals so I think there is a compelling case to add BFGS as you demonstrated above. |
LBFGS would be an excellent additional optimizer alongside FIRE and gradient descent
The text was updated successfully, but these errors were encountered: