MPCPy
MPCPy copied to clipboard
Open-source platform for model predictive control (MPC) in buildings.
This is to propose a new unit class as ``CarbonMargin`` with base unit ``kg_MWh``.
This issue is to add the function of PV solar generation forecast based on NOAA weather forecast using pvlib library
This issue is to address issues to be addressed related to working Ubuntu 18.04.
This issue is to report a problem recently discovered, where if a ``Modelica`` model is compiled and used for compilation of an optimization problem with the objective class ``EnergyCostMin``, and...
This issue will add analysis of auto-correlation of residuals as a parameter estimation validation method. Currently ``mpcpy.models.RMSE`` is the only validation method. The validation method should generate an ACF plot...
Per https://jmodelica.org/, Modelon stopped supporting the open-source JModelica environment as of December 2019. MPCPy can still continue to work with the public open-source version for compilation and optimization of Modelica...
The validate method class ``RMSE`` processes each key in the measurements dictionary. Instead, the user should specify which variables they would like to validate, similar to the ``estimate`` method using...
I wonder is it possible to use EP+ feedback and ANN optimization to control HVAC implemented in EP+??
This issue is to address an error that occurs in the function ``JModelica._get_control_results()``, where the control results are converted to a pandas series with datetime index. The error occurs because...
Currently all paths are Linux/MacOS specific, because they are hard-coded with '/' characters. In order to make them system independent `os.sep` or `os.path.join()` should be used instead.