JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

add K2_5 formulation #16

Closed geoffroyleconte closed 3 years ago

geoffroyleconte commented 3 years ago

Centrality corrections are not working at the moment, so keep K=0. This is slower than K2 formulation at the moment, but it might be usefull with iterative methods.

codecov[bot] commented 3 years ago

Codecov Report

Merging #16 (77e05b6) into master (6558bd4) will decrease coverage by 3.20%. The diff coverage is 71.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
- Coverage   86.98%   83.77%   -3.21%     
==========================================
  Files           9       10       +1     
  Lines         630      752     +122     
==========================================
+ Hits          548      630      +82     
- Misses         82      122      +40     
Impacted Files Coverage Δ
src/RipQP.jl 79.66% <ø> (ø)
src/iterations/regularization.jl 36.76% <ø> (+4.11%) :arrow_up:
src/iterations/direct_methods/K2.jl 87.50% <50.00%> (-0.50%) :arrow_down:
src/iterations/direct_methods/K2_5.jl 71.56% <71.56%> (ø)
src/iterations/iterations.jl 93.80% <100.00%> (-0.11%) :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 6558bd4...a4dc384. Read the comment docs.