David

Results 62 comments of David

The packaging of this code is just a mess. A good requirements.txt is missing. To solve this issue you just need to clone this repo: https://github.com/CompVis/taming-transformers.git And the add the...

You should not move the taming folder and there is no need to install anything. Just add the taming module to the PYTHONPATH

@michaelpiron do you have any ideas on this?

No idea. This will need testing to debug under these same conditions. I haven't found the time to look at this.

I don't if @michaelpiron was able to reproduce this?

Maybe a solution could be to provide a helper to the optimization to indicate that a deferrable load is currently in operation. But this means that the user has to...

This is a very important improvement for me but I just haven't been able to find the time to work on this lately. But it is in the to do...

Ok just came up with these LP formulations: - For the maximum battery dynamic power (kW/s): ``` constraints.update({"constraint_batt_dynamic_max_{}".format(i) : plp.LpConstraint(e = P_sto_pos[i+1] - P_sto_pos[i], sense = plp.LpConstraintLE, rhs = self.timeStep*dyn_max)...

This is implemented in the latest release that I've just launched. It should be available soon. I did some testing on this. The main thing is that it is hard...

> I am wondering if it is possible for a continuous load to also be defined as having just one startup (set_def_constant). Yes you can try this I don't see...