JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

add scaling before krylov method #98

Closed geoffroyleconte closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #98 (8a1c4a4) into main (249267f) will decrease coverage by 0.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #98      +/-   ##
==========================================
- Coverage   80.84%   80.70%   -0.14%     
==========================================
  Files          27       27              
  Lines        1853     1840      -13     
==========================================
- Hits         1498     1485      -13     
  Misses        355      355              
Impacted Files Coverage Δ
src/iterations/solvers/Krylov_utils.jl 100.00% <100.00%> (ø)
src/iterations/solvers/Newton/K3Krylov.jl 93.50% <100.00%> (-0.40%) :arrow_down:
src/iterations/solvers/Newton/K3_5Krylov.jl 95.00% <100.00%> (-0.39%) :arrow_down:
src/iterations/solvers/augmented/K2Krylov.jl 96.00% <100.00%> (-0.37%) :arrow_down:
src/iterations/solvers/augmented/K2_5Krylov.jl 95.45% <100.00%> (-0.33%) :arrow_down:
src/iterations/solvers/normal/K1Krylov.jl 96.36% <100.00%> (-0.31%) :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 249267f...8a1c4a4. Read the comment docs.