andrewrosemberg / HydroPowerModels.jl

A Julia/JuMP Package for Hydrothermal economic dispatch Optimization
MIT License
43 stars 5 forks source link

Add Inconsistent Policy Simulation #54

Open andrewrosemberg opened 1 year ago

andrewrosemberg commented 1 year ago

Allow the user to run a different model at the forward pass (simulation step). Similar to what was done in this paper (which used the implementation in the out-of-date branch: forw_diff_back ).

Depends on https://github.com/odow/SDDP.jl/issues/419

odow commented 1 year ago

Now available in SDDP.jl v1.5.0. See https://odow.github.io/SDDP.jl/dev/tutorial/pglib_opf/

andrewrosemberg commented 1 year ago

This is great!! I will update the package with the new SDDP and create a tutorial here.

andrewrosemberg commented 1 year ago

Change will be available in new repo home: https://github.com/LAMPSPUC/HydroPowerModels.jl/pull/2