Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools to visualize the value function: Part II #286

Merged
merged 4 commits into from
Dec 18, 2019
Merged

Tools to visualize the value function: Part II #286

merged 4 commits into from
Dec 18, 2019

Conversation

odow
Copy link
Owner

@odow odow commented Dec 17, 2019

Closes #223

Todo:

  • documentation

@codecov
Copy link

codecov bot commented Dec 17, 2019

Codecov Report

Merging #286 into master will increase coverage by 2.29%.
The diff coverage is 76.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #286      +/-   ##
==========================================
+ Coverage   91.58%   93.87%   +2.29%     
==========================================
  Files          19       20       +1     
  Lines        1378     1683     +305     
==========================================
+ Hits         1262     1580     +318     
+ Misses        116      103      -13
Impacted Files Coverage Δ
src/visualization/value_functions.jl 82.81% <74.28%> (-11.07%) ⬇️
src/visualization/spaghetti_plot.jl 92% <90%> (+10.18%) ⬆️
src/modeling_aids.jl 100% <0%> (ø) ⬆️
src/binary_expansion.jl 100% <0%> (ø) ⬆️
src/visualization/dashboard.jl 0% <0%> (ø) ⬆️
src/SDDP.jl 100% <0%> (ø)
src/deterministic_equivalent.jl 98.96% <0%> (+0.08%) ⬆️
src/algorithm.jl 98.09% <0%> (+0.32%) ⬆️
... 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 4fee053...70d93f5. Read the comment docs.

@odow odow merged commit 19502bb into master Dec 18, 2019
@odow odow deleted the od/visualize branch December 18, 2019 01:43
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.

Add tools to visualize value function
1 participant