kibaekkim / DualDecomposition.jl

An algorithmic framework for parallel dual decomposition methods in Julia
MIT License
19 stars 5 forks source link

Multistage stochastic optimization example #13

Closed kibaekkim closed 4 years ago

kibaekkim commented 4 years ago

@hideakiv Can you add your multistage stochastic optimization example (not the DRO one) to this repo (in example directory)? You can create a PR.

hideakiv commented 4 years ago

@kibaekkim The data structure is dependent on DRMSMIP.jl, which is dependent on the DRMS branch. We may have to merge these.

kibaekkim commented 4 years ago

@hideakiv As we discussed, please add the multistage example by using the package as it is, not by using the DRO extension.