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

Feature/bfgs restart #93

Merged
merged 2 commits into from
Sep 13, 2022
Merged

Feature/bfgs restart #93

merged 2 commits into from
Sep 13, 2022

Conversation

sblauth
Copy link
Owner

@sblauth sblauth commented Sep 13, 2022

Add the possibility to restart BFGS methods with gradient descent.
Closes #92

@sblauth sblauth added the enhancement New feature or request label Sep 13, 2022
@sblauth sblauth self-assigned this Sep 13, 2022
@sblauth sblauth linked an issue Sep 13, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2022

Codecov Report

Merging #93 (464a3b0) into main (8d3530a) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
+ Coverage   94.65%   94.67%   +0.02%     
==========================================
  Files          65       65              
  Lines        5439     5455      +16     
==========================================
+ Hits         5148     5164      +16     
  Misses        291      291              
Impacted Files Coverage Δ
cashocs/io/config.py 100.00% <ø> (ø)
...cs/_optimization/optimization_algorithms/l_bfgs.py 99.28% <100.00%> (+0.10%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sblauth sblauth merged commit 0b5b531 into main Sep 13, 2022
@sblauth sblauth deleted the feature/bfgs_restart branch September 13, 2022 08:08
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 this pull request may close these issues.

[Development] Restarts for BFGS
2 participants