Hi All,
I am actually trying to develop an algorithm to shift the load demand during on-peak hours using GenOpt. I have had a quick trial testing the example file HookJeives Algorithm, however I have some doubts in order to achieve my target.
I would like to start with something very simple such as:
min J : C(t) dt Where,
C(t): [Php + Pdhw +...] * Time of Use (t) C(t) : Cost function Time of Use : on-peak hour tariff prices and off-peak hour tariff prices Php: Power associated to a Heat Pump Pdhw: Power associated to the Domestic Hot Water
and,
18C <= Temperature indoor<= 21C
18C <= Temperature Domestic Hot Water<= 21C
Therefore, I am not too sure if HookJeives is the best algorithm to use for this case, and if it is, how can I set the time of use parameter and constraint the temperatures.
Thanks!!!