lbl-srg / MPCPy

Open-source platform for model predictive control (MPC) in buildings.
Other
116 stars 33 forks source link

Updating contraints data in optimization #144

Open dhblum opened 6 years ago

dhblum commented 6 years ago

This issue is to address a bug in the optimization, in which constraint data does not update if new constraint data is passed to the optimization object. Note that the constraint data used is updated if the time horizon is already defined in the initially passed csv file or dataframe. This bug only affects if a new constraint data timeseries is passed to optimization object.

dhblum commented 6 years ago

Closed by https://github.com/lbl-srg/MPCPy/pull/145.

dhblum commented 6 years ago

This issue also needs to address start, final, and cyclic constraints.