JuliaFirstOrder / ProximalAlgorithms.jl

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

Fix typing issues in Nesterov and Broyden acceleration #73

Closed lostella closed 2 years ago

lostella commented 2 years ago

Fix the following:

Bump bugfix version number.

codecov[bot] commented 2 years ago

Codecov Report

Merging #73 (1de0e45) into master (9fe03c1) will increase coverage by 0.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
+ Coverage   88.67%   88.93%   +0.26%     
==========================================
  Files          21       21              
  Lines         883      886       +3     
==========================================
+ Hits          783      788       +5     
+ Misses        100       98       -2     
Impacted Files Coverage Δ
src/accel/broyden.jl 100.00% <100.00%> (ø)
src/accel/nesterov.jl 87.87% <100.00%> (+6.06%) :arrow_up:

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 9fe03c1...1de0e45. Read the comment docs.