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

LBFGS solver part 1: chainable preconditioner. #980

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

copybara-service[bot]
Copy link

LBFGS solver part 1: chainable preconditioner.

scale_by_lbfgs implements preconditioning a la lbfgs.
lbfgs alias chains it with a linesearch (currently backtracking linesearch).

@copybara-service copybara-service bot force-pushed the test_638389172 branch 8 times, most recently from c6afb94 to 9fb1674 Compare June 2, 2024 23:40
@fabianp fabianp mentioned this pull request Jun 3, 2024
@copybara-service copybara-service bot force-pushed the test_638389172 branch 2 times, most recently from 5c9358b to 1049aa0 Compare June 7, 2024 15:28
scale_by_lbfgs implements preconditioning a la lbfgs.
lbfgs alias chains it with a linesearch (currently backtracking linesearch).

PiperOrigin-RevId: 641262577
@copybara-service copybara-service bot merged commit d58899d into main Jun 7, 2024
@copybara-service copybara-service bot deleted the test_638389172 branch June 7, 2024 15:49
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

Successfully merging this pull request may close these issues.

1 participant