JuliaFirstOrder / ProximalAlgorithms.jl

Proximal algorithms for nonsmooth optimization in Julia
Other
130 stars 21 forks source link

Fix and polish Nesterov acceleration tooling and fast proximal gradient implementation #58

Closed lostella closed 2 years ago

lostella commented 2 years ago

This PR:

Also:

codecov[bot] commented 2 years ago

Codecov Report

Merging #58 (17cb237) into master (238dfd2) will decrease coverage by 0.33%. The diff coverage is 84.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
- Coverage   89.73%   89.39%   -0.34%     
==========================================
  Files          22       22              
  Lines         945      962      +17     
==========================================
+ Hits          848      860      +12     
- Misses         97      102       +5     
Impacted Files Coverage Δ
src/accel/nesterov.jl 81.81% <81.48%> (-10.49%) :arrow_down:
src/algorithms/fast_forward_backward.jl 97.50% <100.00%> (-0.18%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 238dfd2...17cb237. Read the comment docs.