odow / SDDP.jl

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

Kokako to-do list #181

Closed odow closed 4 years ago

odow commented 6 years ago

Features

Performance improvements

Public facing

odow commented 4 years ago

Closing this since the big issues are done, and the few minor ones aren't a priority.

Thuener commented 2 weeks ago

@odow, I'm having some issues with high-dimension problems (with many states). Looking around, I found this issue here that you mention https://castle.princeton.edu/wp-content/uploads/2020/11/Asamov-Regularized-decomposition-of-high-dimensional-multistage-stochastic-programs-with-Markov-uncertainty.pdf.

Any updates on the Asamov & Powell's quadratic regularization implementation?

odow commented 1 week ago

Any updates on the Asamov & Powell's quadratic regularization implementation?

Nope. We could discuss off-line perhaps. I tend to think that regularization is dumb. It doesn't make sense to regularize to a previous sample path if the uncertainty is different. It only makes sense if the state variables have very low variance.

SDDP.jl is just not designed for high-dimensional problems.