Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 381 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 381 Bytes

Dual SDDP

This repository stores the original code implementing the dual SDDP method.

To run the code from the command line:

julia main.jl

Installation instructions

Code works with Julia 0.6 and Gurobi v7.0.2.

The code runs with the following packages:

  • StochDynamicProgramming cd57a17 (branch fp/refact)
  • JuMP v0.18.1
  • Gurobi v0.4.0
  • Clustering v0.8.0