kibaekkim / DualDecomposition.jl

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

Implementation of multistage stochastic programs #36

Closed hideakiv closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #36 (9322b61) into master (4840e34) will decrease coverage by 18.49%. The diff coverage is 6.73%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #36       +/-   ##
===========================================
- Coverage   96.92%   78.42%   -18.50%     
===========================================
  Files           9       10        +1     
  Lines         358      496      +138     
===========================================
+ Hits          347      389       +42     
- Misses         11      107       +96     
Impacted Files Coverage Δ
src/BranchAndBound.jl 0.00% <0.00%> (ø)
src/LagrangeMaster/LagrangeMaster.jl 0.00% <0.00%> (ø)
src/LagrangeMaster/BundleMethod.jl 95.65% <66.66%> (-4.35%) :arrow_down:
src/LagrangeDual.jl 96.29% <100.00%> (+0.25%) :arrow_up:
src/LagrangeMaster/SubgradientMethod.jl 100.00% <100.00%> (ø)
src/utils.jl 100.00% <0.00%> (ø)
src/parallel.jl 100.00% <0.00%> (ø)
src/BlockModel.jl 100.00% <0.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 4840e34...9322b61. Read the comment docs.

kibaekkim commented 3 years ago

This PR has been partly resolved by #41. The rest would be addressed in separate PRs.