Hello,
I trained a hydropower model using SDDP.jl with a given set of parameters. To check the robustness of the trained policy, I would now like to run simulations where one of the parameters is changed — for example, increasing the load parameter that must be satisfied in each node by 10%.
My goal is to perform a simple sensitivity analysis and observe how the trained policy reacts to this change in demand.
I tried to just modify the demand parameter in my code and rerun the simulation, but it seems that this approach does not work directly.
What is the correct way to change parameters (like demand) only in the simulation phase after training the model?
Thank you!