JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Tune itmax for Krylov methods #181

Closed geoffroyleconte closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #181 (b354cfd) into main (d9f183e) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #181   +/-   ##
=======================================
  Coverage   87.53%   87.53%           
=======================================
  Files          38       38           
  Lines        2680     2680           
=======================================
  Hits         2346     2346           
  Misses        334      334           
Impacted Files Coverage Δ
src/iterations/solvers/Newton/K3SStructured.jl 91.48% <ø> (ø)
src/iterations/solvers/Newton/K3_5Structured.jl 91.39% <ø> (ø)
src/iterations/solvers/augmented/K2Krylov.jl 95.00% <ø> (ø)
src/iterations/solvers/augmented/K2Structured.jl 90.38% <ø> (ø)
src/iterations/solvers/augmented/K2_5Structured.jl 96.49% <ø> (ø)
src/iterations/solvers/normal/K1_1Structured.jl 92.85% <ø> (ø)
src/iterations/solvers/normal/K1_2Structured.jl 94.23% <ø> (ø)
src/iterations/solvers/Krylov_utils.jl 96.82% <100.00%> (ø)
src/iterations/solvers/Newton/K3Krylov.jl 93.58% <100.00%> (ø)
src/iterations/solvers/Newton/K3SKrylov.jl 95.52% <100.00%> (ø)
... and 3 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 d9f183e...b354cfd. Read the comment docs.