LAMPSPUC / HydroPowerModels.jl

A Julia/JuMP package for Hydrothermal Multistage Steady-State Power Network Optimization solved by Stochastic Dual Dynamic Programming (SDDP).
MIT License
10 stars 1 forks source link

Add infinity horizon #14

Closed Thiago-NovaesB closed 11 months ago

Thiago-NovaesB commented 11 months ago

Closes #13

Thiago-NovaesB commented 11 months ago

@odow about simulate, I was in doubt about this. But from what I understand, we use the infinite horizon to train politics. But once we get the policy and apply it to a simulation, we just want to simulate the horizon stages, right? I don't think it makes sense to have cycles there.

odow commented 11 months ago

we just want to simulate the horizon stages, right? I don't think it makes sense to have cycles there.

That part is up to you. It depends what the user wants.

This link has an example of how you need to change the simulate call: https://sddp.dev/dev/tutorial/example_reservoir/#Cyclic-graphs