odow / SDDP.jl

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

[docs] clarify simulate using a different sampling scheme #692

Closed odow closed 12 months ago

odow commented 1 year ago

Closes #691

codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (1050457) 92.74% compared to head (abc49ca) 92.74%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #692 +/- ## ======================================= Coverage 92.74% 92.74% ======================================= Files 27 27 Lines 3351 3351 ======================================= Hits 3108 3108 Misses 243 243 ```

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

odow commented 1 year ago

cc @HenriDeh is this any better:

https://sddp.dev/previews/PR692/guides/simulate_using_a_different_sampling_scheme/

I've added

# Note: `Ω` is defined at the top of this page of documentation

in places

HenriDeh commented 1 year ago

Yes totally. It will help people like me who tunnel-vision save some time :)