Skip to content

Conversation

@frapac
Copy link
Member

@frapac frapac commented Apr 1, 2020

This PR fixes an important bug in SDDP. The solution is currently far from optimal in an optimizer point of view, but a rewrite of SDDP with ParameterJuMP is expected.

This PR also comes with some formatting.

CC @mrchaos

@codecov
Copy link

codecov bot commented Apr 1, 2020

Codecov Report

Merging #175 into master will increase coverage by 42.44%.
The diff coverage is 73.91%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #175       +/-   ##
===========================================
+ Coverage   33.77%   76.22%   +42.44%     
===========================================
  Files          18       18               
  Lines         977      963       -14     
===========================================
+ Hits          330      734      +404     
+ Misses        647      229      -418     
Impacted Files Coverage Δ
src/StochDynamicProgramming.jl 100.00% <ø> (ø)
src/interface.jl 68.42% <0.00%> (+68.42%) ⬆️
src/objects.jl 92.30% <ø> (+26.97%) ⬆️
src/utils.jl 84.09% <ø> (+66.31%) ⬆️
src/oneStepOneAleaProblem.jl 63.49% <83.33%> (+63.49%) ⬆️
src/SDDPoptimize.jl 77.55% <100.00%> (+77.55%) ⬆️
src/forwardBackwardIterations.jl 70.88% <100.00%> (+70.88%) ⬆️
src/noises.jl 97.56% <100.00%> (+12.19%) ⬆️
src/params.jl 80.00% <100.00%> (+55.00%) ⬆️
... and 9 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 f667f51...5edc7b1. Read the comment docs.

@frapac frapac merged commit 134acb9 into master Apr 2, 2020
@frapac frapac deleted the fp/fix_examples branch April 6, 2020 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants