Hi Oscar (@odow),
I am working on a SDDP implementation of a capacity expansion problem using SDDP.jl. I suspect that convergence could be improved by using a type of stratified sampling scheme in the forward pass, such as Latin Hypercube Sampling. I saw that you discussed such methods, at least for the upper bound simulations, in your thesis. It does not seem straightforward to implement a QMC sampling scheme in SDDP.jl, especially in the parallel setup, since draws of different parallel passes would depend on each other. Have you or anyone else ever done this in SDDP.jl? Would you have any pointers on what to bear in mind?