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

[ENH] Add L-BFGS solver for MAP Inference #146

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

felipeangelimvieira
Copy link
Owner

@felipeangelimvieira felipeangelimvieira commented Dec 12, 2024

Closes #145

@felipeangelimvieira felipeangelimvieira added the enhancement New feature or request label Dec 12, 2024
@felipeangelimvieira felipeangelimvieira changed the title [ENh] Add L-BFGS optimizer for MAP Inference [ENH] Add L-BFGS optimizer for MAP Inference Dec 12, 2024
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.28%. Comparing base (70063e9) to head (3ffc9d2).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #146      +/-   ##
==========================================
+ Coverage   95.84%   96.28%   +0.44%     
==========================================
  Files          37       39       +2     
  Lines        1419     1535     +116     
==========================================
+ Hits         1360     1478     +118     
+ Misses         59       57       -2     

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

@felipeangelimvieira felipeangelimvieira changed the title [ENH] Add L-BFGS optimizer for MAP Inference [ENH] Add L-BFGS solver for MAP Inference Dec 12, 2024
@felipeangelimvieira felipeangelimvieira merged commit 552dcfb into main Dec 12, 2024
14 checks passed
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.

[ENH] Add L-BFGS solver
1 participant