Conference PaperPDF Available

Stripping off the implementation complexity of physics-based model predictive control for buildings via deep learning

Authors:

Abstract and Figures

Over the past decade, model predictive control (MPC) has been considered as the most promising solution for intelligent building operation. Despite extensive effort, transfer of this technology into practice is hampered by the need to obtain an accurate controller model with minimum effort, the need of expert knowledge to set it up, and the need of increased computational power and dedicated software to run it. A promising direction that tackles the last two problems was proposed by approximate explicit MPC where the optimal control policies are learned from MPC data via a suitable function approximator, e.g., a deep learning (DL) model. The main advantage of the proposed approach stems from simple evaluation at execution time leading to low computational footprints and easy deployment on embedded HW platforms. We present the energy savings potential of physics-based (also called 'white-box') MPC applied to an office building in Belgium. Moreover, we demonstrate how deep learning approximators can be used to cut the implementation and maintenance costs of MPC deployment without compromising performance. We also critically assess the presented approach by pointing out the major challenges and remaining open-research questions.
Content may be subject to copyright.
Stripping off the implementation complexity of
physics-based model predictive control for buildings
via deep learning
Ján Drgoˇ
na1,2,Lieve Helsen2,3, and Draguna L. Vrabie1
1Pacific Northwest National Laboratory, Richland, WA, USA
{jan.drgona, draguna.vrabie}@pnnl.gov
2Department of Mechanical Engineering, KU Leuven, Belgium
{jan.drgona, lieve.helsen}@kuleuven.be
3EnergyVille, Thor Park, Waterschei, Belgium
Abstract
Over the past decade, model predictive control (MPC) has been considered as
the most promising solution for intelligent building operation. Despite extensive
effort, transfer of this technology into practice is hampered by the need to obtain
an accurate controller model with minimum effort, the need of expert knowledge
to set it up, and the need of increased computational power and dedicated software
to run it. A promising direction that tackles the last two problems was proposed
by approximate explicit MPC where the optimal control policies are learned from
MPC data via a suitable function approximator, e.g., a deep learning (DL) model.
The main advantage of the proposed approach stems from simple evaluation at
execution time leading to low computational footprints and easy deployment on
embedded HW platforms. We present the energy savings potential of physics-
based (also called ’white-box’) MPC applied to an office building in Belgium.
Moreover, we demonstrate how deep learning approximators can be used to cut the
implementation and maintenance costs of MPC deployment without compromising
performance. We also critically assess the presented approach by pointing out the
major challenges and remaining open-research questions.
1 Introduction
Nowadays buildings use roughly
40 %
of the global energy (approx. 64 PWh), a large portion of
which is being used for heating, cooling, ventilation, and air-conditioning (HVAC) [
1
]. The energy
efficiency of buildings is thus one of the priorities to sustainably address the increased energy demands
and reduction of CO2emissions in the long term [2].
It has been shown that smart control strategies like model predictive control (MPC) can maximize
system-level efficiency for existing built environments, thus reducing the emissions of greenhouse
gases, and can improve the thermal comfort of the occupants, with reported energy use reductions of
15 % up to 50 % [3, 4, 5].
Despite this, the practical implementations of MPC are hampered by the challenge of obtaining an
accurate controller model with minimum effort, the need of expert knowledge to set it up, and the
need of increased computational power and dedicated software to run it [
6
]. Every building represent
a unique system which requires tailored modeling and control design.
33rd Conference on Neural Information Processing Systems (NeurIPS 2019), Vancouver, Canada.
The MPC in this work is based on detailed physical modeling of a real-life office building which
provides an accurate prediction of the building’s thermal behavior and high control performance.
On the other hand, the disadvantage of such high-fidelity MPC approach lies in its computational
demands and software dependencies. Here we are exploring the use of DL to learn the optimal
control policies from MPC data. The main advantage of the proposed method stems from its low
computational footprint, minimal software dependencies and easy deployment even on low-level
hardware without compromising control performance. The advantage compared to reinforcement
learning is its sample efficiency, because policies are learned with supervision from pre-computed
optimal control trajectories in realistic operational scenarios.
2 Optimization-based model predictive control using physical models
The office building considered in the experimental and simulation study called Hollandsch Huys is
located in Hasselt, Belgium. Hollandsch Huys represents a so-called GEOTABS building with slow
dynamics and complex heating ventilation and air conditioning (HVAC) system [
7
]. The building’s
layout consists of five floors divided into
12
thermal zones. For detailed description of the building
and physics-based modeling in Modelica language we refer to [
8
]. The main advantage of such a
high fidelity physics-based "digital twin" model stems from its potentially high prediction accuracy,
interpretability, and reliability. Based on the approach described in [
9
] the physics-based model can
be transformed to state-space representation with
700
states
x
,
301
disturbance signals
d
,
12
thermal
zones yand 20 control inputs u.
Fig. 1 shows the corresponding control configuration. The optimization-based MPC (OB-MPC)
computes the optimal control actions
u
, based on estimated states
x
via Kalman Filter (KF), for details
see [
10
,
11
]. The MPC problem is solved using a state-of the art optimization solver Gurobi [
12
]
running in the MATLAB environment. The non-linear weather forecaster model is running in
the Dymola environment and computes the forecasts of disturbances
d
(weather, occupancy), and
reference
r
trajectories based on actual weather data
w
obtained from the Dark Sky API [
13
]. Optimal
control actions at the current time step
u0
represent the heat flows to be delivered to the building and
are re-computed once per sampling time in so-called receding horizon control (RHC) fashion.
Hollandsch Huys
office building
u
y
d
r
w
Dark Sky
weather
y
ru
w
train replace
MPC & KF
OB-MPC
DL-MPC
Disturbances
and comfort
forecaster
Figure 1: Optimization-based MPC methodology with deep learning-based policy approximator.
3 Deep learning-based approximation of MPC policies
The central idea here is based on learning the optimal control policies from optimal trajectories
generated by OB-MPC via deep learning model in an imitation learning fashion, as shown in Fig. 1.
A detailed description of the applied methodology can be found in [
10
]. After training, the DL-MPC
policy replaces the computationally heavy and costly OB-MPC implementation. We use MATLAB’s
neural network toolbox for the design and training of the three-layer time-delayed neural network on
330 days of simulated operation of the original OB-MPC.
4 Experimental and simulation results
The real operational performance of the physics-based OB-MPC is compared to the conventional
rule-based controller (RBC) on a dataset of
72
days (
31
for MPC,
41
for RBC) during the transient
season (intermediate between spring and summer). The mean ambient temperature for the MPC
dataset is
17.3C
, and for RBC it is
18.8C
. The corresponding HP energy savings of OB-MPC are
equal to
50.4 %
, with a thermal comfort improvement of
50.5 %
. However, it is essential to mention
that that these are preliminary results for the transient season, that can not be generalized over all
seasons. Nevertheless, these results are encouraging and provide a glimpse of the energy-saving
potential of the proposed physics-based predictive control strategy in a real setting.
Subsequently, we evaluate the control performance on a simulated
30
-days test set, together with
the deployment cost reduction of the proposed DL-MPC with respect to OB-MPC. The simulation
setup is idealized, as no uncertainty in the feature space of both OB-MPC and DL-MPC is considered.
As a result, DL-MPC kept very high comfort satisfaction close to
100 %
, but it slightly increased
the energy use roughly by
3 %
w.r.t. high-fidelity OB-MPC. Yet, DL-MPC kept high energy saving
potential compared to the classical RBC. However, in contrast to the runtime and deployment cost
of OB-MPC, the presented neural policies require only a fraction of computational and memory
resources without the need for expensive software dependencies. In this case, we observed that
DL-MPC is roughly
50 000
-times faster and consumes
638
-times less memory. The overall control
performance, average CPU evaluation time per sample
1
, memory footprint
2
, together with the cost
associated with commercial software licenses 3are summarized in Tab. 1.
Table 1: Comparison of OB-MPC and DL-MPC. Performance indicators: simulation performance
on 30-days test set, computational and memory footprint, and software deployment cost.
Method Discomfort Energy use CPU time Memory SW Deployment
[K h] [kW h] [1×103s] [MB] Cost [$]
OB-MPC 0.0 801.2 26 843 415 18,050
DL-MPC 0.15 824.5 0.528 0.65 0
5 Conclusions, challenges and future work
In this work, we demonstrated the preliminary results of the energy-saving potential of the
optimization-based model predictive control (OB-MPC) based on a physical model in the oper-
ation of the real office building in Belgium. Additionally, we showed on simulation results, how deep
learning technology could be used to reduce the deployment cost of such advanced control strategies,
maintaining high control performance, while using only a fraction of computational resources.
However, several open-research problems remain unanswered. For example, what is the optimal
topology and hyperparameter setup for efficient representation of such problems? How to guarantee
satisfactory control performance far from the optimal trajectory? How sensitive is the policy to
uncertainty in weather forecast? Does the policy stabilize the closed-loop system? How to explicitly
include constraint handling properties of OB-MPC into DL-MPC policies? How can we use predictive
models and state estimation algorithms to further improve policy performance based on feedback?
How can we verify the policies using physics-based models? Can we parametrize the policies based
on physical parameters of the buildings to be used in a transfer learning fashion? Can we create
synthetic training datasets using generative models with the aid of physics-based modeling? Can we
use generative models to synthesize the policies directly from the building parameters?
Future work of the authors, includes deployment of trained DL-MPC policies in a real office building.
As the step towards computationally efficient and interpretable neural network policies for real-world
systems, the authors are focusing on the development of novel deep neural topologies inspired by the
sparse structure of the physics-based models and optimal control problems.
1
In case of OB-MPC the average runtime is the sum of
24.534 s
for the non-linear weather forecaster model
running in Dymola and 2.309 s for the MPC solution via Gurobi.
2
In case of OB-MPC, only the implementation code and actively used libraries are evaluated. We are omitting
the memory requirements of the MATLAB and the Dymola environments themselves.
3
Overall costs are computed as aggregate cost of MATLAB perpetual license (
2,150
$), Gurobi single user
license (10,000 $), and Dymola standard license (5,900 $).
References
[1]
IEA International Energy Agency and International Partnership for Energy Efficiency Cooperation. Build-
ing energy performance metrics - supporting energy efficiency progress in major economies. Technical
report, IEA Publications, 2015.
[2]
David Rolnick, Priya L. Donti, Lynn H. Kaack, Kelly Kochanski, Alexandre Lacoste, Kris Sankaran,
Andrew Slavin Ross, Nikola Milojevic-Dupont, Natasha Jaques, Anna Waldman-Brown, Alexandra
Luccioni, Tegan Maharaj, Evan D. Sherwin, S. Karthik Mukkavilli, Konrad P. Körding, Carla Gomes,
Andrew Y. Ng, Demis Hassabis, John C. Platt, Felix Creutzig, Jennifer Chayes, and Yoshua Bengio.
Tackling climate change with machine learning. CoRR, abs/1906.05433, 2019.
[3]
Jan Širok
`
y, Frauke Oldewurtel, Jiˇ
rí Cigler, and Samuel Prívara. Experimental analysis of model predictive
control for an energy efficient building heating system. Applied Energy, 88(9):3079–3087, 2011.
[4]
D. Sturzenegger, D. Gyalistras, M. Morari, and R. S. Smith. Model predictive climate control of a swiss
office building: Implementation, results, and cost–benefit analysis. IEEE Transactions on Control Systems
Technology, 24(1):1–12, Jan 2016.
[5]
Y. Ma, F. Borrelli, B. Hencey, B. Coffey, S. Bengea, and P. Haves. Model predictive control for the
operation of building cooling systems. IEEE Transactions on Control Systems Technology, 20(3):796–803,
2012.
[6]
J. Cigler, D. Gyalistras, J. Široký, V. Tiet, and L. Ferkl. Beyond Theory: the Challenge of Implementing
Model Predictive Control in Buildings. In Proceedings of 11th Rehva World Congress, Clima, 2013.
[7]
Elisa Van Kenhove, Jelle Laverge, Wim Boydens, and Arnold Janssens. Design Optimization of a
GEOTABS Office Building. Energy Procedia, 78:2989 – 2994, 2015. 6th International Building Physics
Conference, IBPC 2015.
[8]
D. Picard. Modeling, Optimal Control and HVAC Design of Large Buildings using Ground Source Heat
Pump Systems, PhD Thesis, KU Leuven, Belgium. 2017.
[9]
Damien Picard, Filip Jorissen, and Lieve Helsen. Methodology for obtaining linear state space building
energy simulation models. In Proceedings of the 11th International Modelica Conference, pages 51–58,
Paris, France, 2015.
[10]
J. Drgoˇ
na, D. Picard, M. Kvasnica, and L. Helsen. Approximate model predictive building control via
machine learning. Applied Energy, 218:199 – 216, 2018.
[11]
D. Picard, J. Drgoˇ
na, M. Kvasnica, and L. Helsen. Impact of the controller model complexity on model
predictive control performance for buildings. Energy and Buildings, 152:739 – 751, 2017.
[12] Inc. Gurobi Optimization. Gurobi optimizer reference manual, 2012.
[13] LLC. The Dark Sky Company. Dark Sky API.
... One domain that has attracted increased attention is data-driven approaches that learn and approximate based on MPC input-output training data [26,85,86,89,98]. [85,86] used Deep Time Delay Neural Network (TDNN) to train on MPC data based on a physics-based model and was able to reduce the computational and memory requirements significantly using this model instead. ...
... One domain that has attracted increased attention is data-driven approaches that learn and approximate based on MPC input-output training data [26,85,86,89,98]. [85,86] used Deep Time Delay Neural Network (TDNN) to train on MPC data based on a physics-based model and was able to reduce the computational and memory requirements significantly using this model instead. The authors argue that such an approach has the benefits of a low computational footprint, minimal software dependencies and easy deployment on low level hardware. ...
Article
Full-text available
Managing supply and demand in the electricity grid is becoming more challenging due to the increasing penetration of variable renewable energy sources. As significant end-use consumers, and through better grid integration, buildings are expected to play an expanding role in the future smart grid. Predictive control allows buildings to better harness available energy flexibility from the building passive thermal mass. However, due to the heterogeneous nature of the building stock, developing computationally tractable control-oriented models, which adequately represent the complex and nonlinear thermal-dynamics of individual buildings, is proving to be a major hurdle. Data-driven predictive control, coupled with the “Internet of Things”, holds the promise for a scalable and transferrable approach, with data-driven models replacing traditional physics-based models. This review examines recent work utilising data-driven predictive control for demand side management application with a special focus on the nexus of model development and control integration, which to date, previous reviews have not addressed. Further topics examined include the practical requirements for harnessing passive thermal mass and the issue of feature selection. Current research gaps are outlined and future research pathways are suggested to identify the most promising data-driven predictive control techniques for grid integration of buildings.
... One domain that has attracted increased attention is data-driven approaches that learn and approximate based on MPC input-output training data [26,85,86,89,98]. Drgona et al. [85,86] used Deep Time Delay Neural Network (TDNN) to train on MPC data based on a physics-based model and was able to reduce the computational and memory requirements significantly using this model instead. ...
... One domain that has attracted increased attention is data-driven approaches that learn and approximate based on MPC input-output training data [26,85,86,89,98]. Drgona et al. [85,86] used Deep Time Delay Neural Network (TDNN) to train on MPC data based on a physics-based model and was able to reduce the computational and memory requirements significantly using this model instead. The authors argue that such an approach has the benefits of a low computational footprint, minimal software dependencies and easy deployment on low level hardware. ...
Preprint
Full-text available
Managing supply and demand in the electricity grid is becoming more challenging due to the increasing penetration of variable renewable energy sources. As significant end-use consumers, and through better grid integration, buildings are expected to play an expanding role in the future smart grid. Predictive control allows buildings to better harness available energy flexibility from the building passive thermal mass. However, due to the heterogeneous nature of the building stock, developing computationally tractable control-oriented models, which adequately represent the complex and nonlinear thermal-dynamics of individual buildings, is proving to be a major hurdle. Data-driven predictive control, coupled with the "Internet of Things", holds the promise for a scalable and transferrable approach,with data-driven models replacing traditional physics-based models. This review examines recent work utilising data-driven predictive control for demand side management application with a special focus on the nexus of model development and control integration, which to date, previous reviews have not addressed. Further topics examined include the practical requirements for harnessing passive thermal mass and the issue of feature selection. Current research gaps are outlined and future research pathways are suggested to identify the most promising data-driven predictive control techniques for grid integration of buildings.
... The proposed hybrid control strategy improved system response taking into account uncertainties of the parameters. Drgo na et al. [42] proposed an approach to train a neural network with the MPC data based on a detailed office building model. This work demonstrated that the control method based on deep learning can not only reduce the computational work but also maintain the control performance. ...
Article
Developing intelligent building control strategies is increasingly becoming a multi-objective problem as owners, occupants, and operators seek to balance performance across energy, operating expense, environmental concerns, indoor environmental quality, and electric grid incentives. Implementing multi-objective optimal controls in buildings is challenging and often not tractable due to the complexity of the problem and the computational burden that frequently accompanies such optimization problems. In this work, we extract near-optimal rule sets from a database of non-dominated solutions, created by applying multi-objective model predictive control to detailed EnergyPlus models. We first apply multi-criteria decision analysis to rank the non-dominated solutions and select a subset of consistent and plausible operating strategies that can satisfy operator or occupant preferences. Next, unsupervised clustering is applied to highlight recurring control patterns. In the final step, we build a supervised classification model to identify the right optimal temperature control patterns for a particular day. The performance of the simplified rule sets is then quantified through simulation. Despite the dramatically simpler form, the best rule sets were able to achieve 95–97% of the energy savings and 89–92% of the cost objective savings of the fully detailed model predictive controller, while achieving similar thermal comfort and peak electrical demand.
... Subsequently, we compare the simulation performances of field-deployed OB-MPC against proposed IL-MPC using detailed physical modeling of a whitebox approach, providing an accurate and reliable simulator of the building's thermal behavior. This work is an extension of a non-archived short paper given in [23]. ...
Conference Paper
Full-text available
It has been shown that model predictive control (MPC) is a promising solution for energy-efficient building operations. However, the deployment of MPC in a large portion of the building stock has not been possible partially because of high installation costs. Every building is unique and requires a tailored MPC solution. The best performing solutions are often based on physics-based modeling, which is, however, computationally expensive and requires dedicated software. A promising direction that tackles this problem is to train a neural network-based optimal control policy to imitate the behavior of physics-based MPC from the simulation data generated offline. The neural networks give control actions that closely approximate those produced by physics-based MPC, but with a fraction of the computational and memory requirements and without the need for licensed software. The main advantage of the proposed approach stems from simple evaluation at execution time, leading to low computational footprints and easy deployment on embedded HW platforms. In the case study, we present the energy savings potential of physics-based MPC applied to an office building in Belgium. We demonstrate how neural network approximators can be used to cut the implementation and maintenance costs of MPC deployment without compromising performance. We also critically assess the presented approach by pointing out the remaining challenges and open research questions. INTRODUCTION Nowadays buildings use roughly 40 % of the global energy (approx. 64 PWh), a large portion of which is being used for
... Deep learning has recently shown promise to play a major role in devising new solutions to applications with natural phenomena, such as climate change [1,2], ocean dynamics [3], air quality [4,5,6], and so on. Deep learning techniques inherently require a large amount of data for effective representation learning, so their performance is significantly degraded when there are only a limited number of observations. ...
Preprint
Modeling the dynamics of real-world physical systems is critical for spatiotemporal prediction tasks, but challenging when data is limited. The scarcity of real-world data and the difficulty in reproducing the data distribution hinder directly applying meta-learning techniques. Although the knowledge of governing partial differential equations (PDEs) of the data can be helpful for the fast adaptation to few observations, it is difficult to generalize to different or unknown dynamics. In this paper, we propose a framework, physics-aware modular meta-learning with auxiliary tasks (PiMetaL) whose spatial modules incorporate PDE-independent knowledge and temporal modules are rapidly adaptable to the limited data, respectively. The framework does not require the exact form of governing equations to model the observed spatiotemporal data. Furthermore, it mitigates the need for a large number of real-world tasks for meta-learning by leveraging simulated data. We apply the proposed framework to both synthetic and real-world spatiotemporal prediction tasks and demonstrate its superior performance with limited observations.
Article
Full-text available
Many studies have proven that the building sector can significantly benefit from replacing the current practice rule-based controllers (RBC) by more advanced control strategies like model predictive control (MPC). However, the optimization-based control algorithms, like MPC, impose increasing hardware and software requirements, together with more complicated error handling capabilities required from the commissioning staff. In recent years, several studies introduced promising remedy for these problems by using machine learning algorithms. The idea is based on devising simplified control laws learned from MPC. The main advantage of the proposed methods stems from their easy implementation even on low-level hardware. However, most of the reported studies were dealing only with problems with a limited complexity of the parametric space, and devising laws only for a single control variable, which inevitably limits their applicability to more complex building control problems. In this paper, we introduce a versatile framework for synthesis of simple, yet well-performing control strategies that mimic the behavior of optimization-based controllers, also for large scale multiple-input-multiple-output (MIMO) control problems which are common in the building sector. The approach employs multivariate regression and dimensionality reduction algorithms. Particularly, deep time delay neural networks (TDNN) and regression trees (RT) are used to derive the dependency of multiple real-valued control inputs on parameters. The complexity of the problem, as well as implementation cost, are further reduced by selecting the most significant features from the set of parameters. This reduction is based on straightforward manual selection, principal component analysis (PCA) and dynamic analysis of the building model. The approach is demonstrated on a case study employing temperature control in a six-zone building, described by a linear model with 286 states and 42 disturbances, resulting in an MPC problem with more than thousand of parameters. The results show that simplified control laws retain most of the performance of the complex MPC, while significantly decreasing the complexity and implementation cost.
Conference Paper
Full-text available
Optimal climate control for building systems is facilitated by linear, low-order models of the building structure and of its Heating, Ventilation and Air Conditioning (HVAC) systems. However, obtaining these models in a practical form is often difficult, which greatly hampers the commercial implementation of model predictive controllers. This work describes a methodology for obtaining a linear State Space Model (SSM) of Building Energy Simulation (BES) models, consisting of walls, windows, floors and the zone air. The methodology uses the Modelica library IDEAS to develop a BES model, including its non-linearities, and automates its linearisation. The Dymola function linearize2 is used to generate the state space formulation, facilitating further mathematical manipulations, or simulation in different environments. Optionally this model can then be reduced for control purposes using model order reduction (MOR) techniques. The methodology is illustrated for the zone air temperature in an office building. For this case, the absolute error between the non-linear BES and its SSM remains under 1 K and its yearly average is 0.21 K. The original 50 states SSM could furthermore be reduced to 16 states without significant loss of accuracy.
Article
Full-text available
GEOTABS combines a GEO-thermal heat pump with a Thermally Activated Building System (TABS). It is one of the most interesting technical solutions for energy efficient and healthy building. The study's objective is to research the characteristics of an optimized GEOTABS office building design. The two most important calculation methods used are the application of dynamic building simulations in TRNSYS and daylight simulations in Dialux. A trade-off of the evaluation variables ‘adaptive thermal comfort’, ‘energy consumption’ and ‘thermal balance of the ground’ has to be made in order to define the optimal solution and desired equilibrium for each specific demand.
Article
Full-text available
This paper reports the final results of the predictive building control project OptiControl-II that encompassed seven months of model predictive control (MPC) of a fully occupied Swiss office building. First, this paper provides a comprehensive literature review of experimental building MPC studies. Second, we describe the chosen control setup and modeling, the main experimental results, as well as simulation-based comparisons of MPC to industry-standard control using the EnergyPlus simulation software. Third, the costs and benefits of building MPC for cases similar to the investigated building are analyzed. In the experiments, MPC controlled the building reliably and achieved a good comfort level. The simulations suggested a significantly improved control performance in terms of energy and comfort compared with the previously installed industry-standard control strategy. However, for similar buildings and with the tools currently available, the required initial investment is likely too high to justify the deployment in everyday building projects on the basis of operating cost savings alone. Nevertheless, development investments in an MPC building automation framework and a tool for modeling building thermal dynamics together with the increasing importance of demand response and rising energy prices may push the technology into the net benefit range.
Article
Model predictive control (MPC) for heating, ventilation and air conditioning (HVAC) in buildings requires accurate controller models of the building envelope and its HVAC systems. Controller models are typically obtained by means of black- or grey-box system identification or using a white-box modelling approach. However, the necessary level of model complexity used by each method in order to obtain good MPC performance remains a priori unknown and no systematic method or examples showing the optimal complexity is available. This paper systematically investigates the required controller model complexity necessary to obtain optimal control performance for a given building. First, a 6-room house is modeled in detail using building energy simulation software. The building model is then linearised to obtain a linear time invariant (LTI) state-space model (SSM) and the upper bound of the control performance is computed using an MPC with the SSM both as controller and as plant model. The accuracy of the SSM (containing more than 250 states) is then artificially decreased by reducing its number of states to different orders ranging from 4 to 100 using balanced truncation model order reduction technique. The performances of MPCs using these controller models are then compared with the upper bound for both a standard MPC formulation (S-MPC) and an offset-free formulation (OSF-MPC) and with the performance of a rule-based-controller (RBC). The procedure is repeated for the same house model with a higher level of insulation and for a lighter weight construction. Furthermore, if the controller model is an LTI model, this paper shows that the CPU time necessary to solve the MPC optimization problem becomes independent of the number of states of the controller model when a dense approach is used. The controller model can thus be as complex as necessary to produce accurate predictions without increasing the computation time of the optimization.
Article
Low energy buildings have attracted lots of attention in recent years. Most of the research is focused on the building construction or alternative energy sources. In contrary, this paper presents a general methodology of minimizing energy consumption using current energy sources and minimal retrofitting, but instead making use of advanced control techniques. We focus on the analysis of energy savings that can be achieved in a building heating system by applying model predictive control (MPC) and using weather predictions. The basic formulation of MPC is described with emphasis on the building control application and tested in a two months experiment performed on a real building in Prague, Czech Republic.
Model predictive control for the operation of building cooling systems
  • Y Ma
  • F Borrelli
  • B Hencey
  • B Coffey
  • S Bengea
  • P Haves
Y. Ma, F. Borrelli, B. Hencey, B. Coffey, S. Bengea, and P. Haves. Model predictive control for the operation of building cooling systems. IEEE Transactions on Control Systems Technology, 20(3):796-803, 2012.
Beyond Theory: the Challenge of Implementing Model Predictive Control in Buildings
  • J Cigler
  • D Gyalistras
  • J Široký
  • V Tiet
  • L Ferkl
J. Cigler, D. Gyalistras, J. Široký, V. Tiet, and L. Ferkl. Beyond Theory: the Challenge of Implementing Model Predictive Control in Buildings. In Proceedings of 11th Rehva World Congress, Clima, 2013.
Optimal Control and HVAC Design of Large Buildings using Ground Source Heat Pump Systems
  • D Picard
  • Modeling
D. Picard. Modeling, Optimal Control and HVAC Design of Large Buildings using Ground Source Heat Pump Systems, PhD Thesis, KU Leuven, Belgium. 2017.
Optimization. Gurobi optimizer reference manual
  • Inc
  • Gurobi
Inc. Gurobi Optimization. Gurobi optimizer reference manual, 2012.