lkapelevich / SDDiP.jl

The functionality from this package has been moved to https://github.com/odow/SDDP.jl
Other
8 stars 3 forks source link

solutions #19

Closed carlosverbran closed 6 years ago

carlosverbran commented 6 years ago

Is there any way to retrive the solution results by var-stage-node? Br, CV

odow commented 6 years ago

Hi @carlosverbran,

You might need to elaborate on you mean by "solution results" a bit more so we can help.

SDDiP is built upon SDDP.jl (https://github.com/odow/SDDP.jl).

If you haven't read them, the docs contain a number of examples that detail how to do different things. At the bottom of Tutorial One: first steps, we show how to simulate a policy and record the results of variables in the model.

Cheers, Oscar

carlosverbran commented 6 years ago

Thank you Oscar. That's exactly what I was looking for. Br, CV

lkapelevich commented 6 years ago

I've linked the SDDP documentation in the readme now.