rolling horizon optimization Topic is solved

Problems with modeling
Post Reply
bigakrim
User
User
Posts: 12
Joined: 4 years ago

rolling horizon optimization

Post by bigakrim »

I want to implement a rolling horizon optimization in gams.
In the considered system, updated forecasted data over a prediction horizon are provided periodically and input to the model to update the decisions.
So, I consider at each rolling horizon iteration, a submodel optimization problem to solve over the prediction horizon with the current forecasted data. Then, the results from the submodel optimization will be stored into a file which will be used for the next iteration and updated for the coming iterations.
At this stage, I don't know how to code this method in gams.
Can someone help me?
User avatar
Renger
Posts: 639
Joined: 7 years ago

Re: rolling horizon optimization

Post by Renger »

Hi
You could do this with a loop (see for example this post).
Cheers
Renger
____________________________________
Enjoy modeling even more: Read my blog on modeling at The lazy economist
Post Reply