JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

MINRES with K2 and K2.5 #61

Closed geoffroyleconte closed 3 years ago

geoffroyleconte commented 3 years ago

MINRES with K2 and K2.5 as LinearOperators Identity and Jacobi preconditioners

codecov[bot] commented 3 years ago

Codecov Report

Merging #61 (9486019) into master (716a8c1) will increase coverage by 1.22%. The diff coverage is 97.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   86.88%   88.11%   +1.22%     
==========================================
  Files          15       19       +4     
  Lines         999     1136     +137     
==========================================
+ Hits          868     1001     +133     
- Misses        131      135       +4     
Impacted Files Coverage Δ
src/RipQP.jl 95.00% <ø> (ø)
src/iterations/iterations.jl 100.00% <ø> (ø)
src/iterations/solvers/K2minres.jl 95.55% <95.55%> (ø)
src/iterations/solvers/K2_5minres.jl 96.82% <96.82%> (ø)
src/data_initialization.jl 95.41% <100.00%> (+0.51%) :arrow_up:
src/iterations/preconditioners/identity.jl 100.00% <100.00%> (ø)
src/iterations/preconditioners/jacobi.jl 100.00% <100.00%> (ø)
... and 1 more

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 716a8c1...9486019. Read the comment docs.