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

Reduce memory footprint #218

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft

Reduce memory footprint #218

wants to merge 17 commits into from

Conversation

sethaxen
Copy link
Member

@sethaxen sethaxen commented Oct 25, 2024

Closes #213.

Most of the changes are a clean-up and refactor of internal functions and types related to reconstruction of a compact representation of L-BFGS's inverse Hessian approximation from pairs of positions and gradients. All changes are internal.

This PR also bumps the Julia lower bound to v1.8, which should not be a problem now that v1.10 is the LTS.

Copy link

codecov bot commented Oct 25, 2024

Codecov Report

Attention: Patch coverage is 98.37398% with 2 lines in your changes missing coverage. Please review.

Project coverage is 84.53%. Comparing base (01e594d) to head (9baf53c).

Files with missing lines Patch % Lines
src/lbfgs.jl 98.03% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #218      +/-   ##
==========================================
+ Coverage   83.52%   84.53%   +1.00%     
==========================================
  Files          13       13              
  Lines         601      640      +39     
==========================================
+ Hits          502      541      +39     
  Misses         99       99              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

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.

Reducing memory footprint
1 participant