Identify building thermodynamic models in a distributed manner.
The repository contents were created using following software:
- Matlab R2020a (necessary toolboxes are listed in the demo example file)
- EnergyPlus 9.1.0
The repository contains a Matlab source code with a distributed building identification algorithm and one demo example. The algorithm is thoroughly described in the article: Distributed agent-based building grey-box model identification, which is going to be published in the Control Engineering Practice journal.
Contents of the repository (folders):
- code: OOP classes and other functions representing the algorithm.
- demo: A demo example.
- EnergyPlus_model: A folder with a Simulink model which runs EnergyPlus software in the background.
- demo_DID_EP.mlx: A LIVE SCRIPT WITH A DESCRIBED DEMO EXAMPLE.