A Model-oriented Control (MC) repository to learn about energy system modeling and optimization (control)
To get started, simply clone this repository on your computer or Fork it via GitHub. After installing dependencies from the requirements.txt
file, the code should run properly.
mc-workshop
├─ data
| ├─ in <- input example data-set
| └─ out <- output result files
├─ src <- python code source files
└─ README.md <- README for developers using this code
We consider a simplistic 1st order building RC model and focus on the definition of the decision variables, and system constraints for the correct control of the building's inside temperature.
This project is licensed under the MIT License - see the LICENSE.md file for details