odow / SDDP.jl

A JuMP extension for Stochastic Dual Dynamic Programming
https://sddp.dev
Other
304 stars 62 forks source link

[docs] update Two-stage newsvendor example #658

Closed odow closed 1 year ago

odow commented 1 year ago

I'm giving a few tutorials in October at https://cermics-lab.enpc.fr/seso2023/ and https://julia-users-paris.github.io/workshop/en/.

My plan is to work through a few of these examples, with little exercises at the bottom for people to try.

Preview: https://odow.github.io/SDDP.jl/previews/PR658/tutorial/example_newsvendor/

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (7765a0c) 92.71% compared to head (0fe07e8) 92.71%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #658 +/- ## ======================================= Coverage 92.71% 92.71% ======================================= Files 27 27 Lines 3334 3334 ======================================= Hits 3091 3091 Misses 243 243 ``` | [Files Changed](https://app.codecov.io/gh/odow/SDDP.jl/pull/658?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Oscar+Dowson) | Coverage Δ | | |---|---|---| | [src/plugins/risk\_measures.jl](https://app.codecov.io/gh/odow/SDDP.jl/pull/658?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Oscar+Dowson#diff-c3JjL3BsdWdpbnMvcmlza19tZWFzdXJlcy5qbA==) | `93.87% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

odow commented 1 year ago

I moved this to JuMP: https://github.com/jump-dev/JuMP.jl/pull/3466