ProgressiveHedging.jl is a basic implementation of the Progressive Hedging algorithm which is used to solve stochastic programs.
ProgressiveHedging.jl makes use of the JuMP framework to build and solve the subproblems. It can be used with Julia's Distributed package to solve problems in parallel.
See the documentation or the examples directory for examples.