kibaekkim / DualDecomposition.jl

An algorithmic framework for parallel dual decomposition methods in Julia
MIT License
19 stars 5 forks source link

attempt different initial values for nonlinear programs #12

Closed wzhangw closed 4 years ago

wzhangw commented 4 years ago

Attempt different initial values if the subproblems are not solved to optimality. This intends to address #10.

codecov-commenter commented 4 years ago

Codecov Report

Merging #12 into master will decrease coverage by 1.02%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   97.72%   96.70%   -1.03%     
==========================================
  Files           4        4              
  Lines         176      182       +6     
==========================================
+ Hits          172      176       +4     
- Misses          4        6       +2     
Impacted Files Coverage Δ
src/LagrangeDual.jl 95.65% <66.66%> (-2.03%) :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 28cd0f7...6d298d6. Read the comment docs.