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

feat(numeric_solver): add a new numeric algo 'BFGS' #77

Merged
merged 2 commits into from
Feb 18, 2024

test

9b7789e
Select commit
Loading
Failed to load commit list.
Merged

feat(numeric_solver): add a new numeric algo 'BFGS' #77

test
9b7789e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 17, 2024 in 0s

95.45% (+0.02%) compared to 9ad8d30

View this Pull Request on Codecov

95.45% (+0.02%) compared to 9ad8d30

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9ad8d30) 95.43% compared to head (9b7789e) 95.45%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
+ Coverage   95.43%   95.45%   +0.02%     
==========================================
  Files          19       19              
  Lines        2101     2113      +12     
  Branches      653      653              
==========================================
+ Hits         2005     2017      +12     
  Misses         66       66              
  Partials       30       30              

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