MPCPy
MPCPy copied to clipboard
Open-source platform for model predictive control (MPC) in buildings.
This issue is to catch an error thrown if running unit tests within a Docker container with no access to a display. ``` Traceback (most recent call last): File "/usr/local/git/mpcpy/MPCPy/unittests/test_optimization.py",...
Consider a ControlFromCSV file looks like: ``` Time, u 9/1/2017 00:00:00, u1 9/1/2017 01:00:00, u2 9/1/2017 02:00:00, u3 ``` and the user invokes a simulation by: ``` start_time = '9/1/2017...
This issue is to develop a workflow to set the initialization of a model for simulation and optimization.
This issue is to implement a method to convert Global Horizontal Irradiation (GIH) measurements to Plane of Array (POA) Irradiation, which is useful for more accurate accounting of solar irradiation...
In order to better describe the functionality of the software and guard against confusion with the general mpc simulation package developed here: https://pypi.python.org/pypi/mpcpy/0.3.0, I am proposing to change the name...
This issue is to improve the documentation of the estimate() and optimize() functions for each estimation method, optimization problem type, and optimization package type. This issue will need to incorporate...
This issue is to expose methods to set and get optimization options for model estimation problems.
This issue is to architect the use of fmu-based parameter estimation using https://github.com/sdu-cfei/modest-py.
Add Python interface to solver packages NLOpt, scipy and JModelica.org Nelder-Mead