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

Gauss Newton with Line Search #268

Merged
merged 7 commits into from
Nov 5, 2023

Fix formatting

77be3a2
Select commit
Loading
Failed to load commit list.
Merged

Gauss Newton with Line Search #268

Fix formatting
77be3a2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 5, 2023 in 0s

93.58% (+45.16%) compared to b8d43a3

View this Pull Request on Codecov

93.58% (+45.16%) compared to b8d43a3

Details

Codecov Report

Merging #268 (77be3a2) into master (b8d43a3) will increase coverage by 45.16%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master     #268       +/-   ##
===========================================
+ Coverage   48.41%   93.58%   +45.16%     
===========================================
  Files          19       19               
  Lines        1801     1807        +6     
===========================================
+ Hits          872     1691      +819     
+ Misses        929      116      -813     
Files Coverage Δ
src/gaussnewton.jl 77.27% <100.00%> (+14.91%) ⬆️
src/linesearch.jl 88.05% <100.00%> (+82.79%) ⬆️
src/raphson.jl 100.00% <ø> (+26.98%) ⬆️
src/utils.jl 85.54% <ø> (+33.22%) ⬆️

... and 14 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!