No description
Find a file
2021-07-29 12:11:48 +02:00
.github/workflows Don't trigger github action on master push 2021-07-22 22:39:23 +02:00
Images Added english labels to reference temp graph 2021-07-22 22:14:23 +02:00
Plots Added Presentation tex files 2021-07-20 23:07:53 +02:00
Sections Added english labels to reference temp graph 2021-07-22 22:14:23 +02:00
.gitignore Added .gitignore file 2021-07-21 11:59:08 +02:00
.latexmkrc Folder restructure 2021-07-20 22:55:56 +02:00
EESD.cls Added Presentation tex files 2021-07-20 23:07:53 +02:00
glossaries.tex Thesis update 2021-06-25 06:22:43 +02:00
Logo-EPFL.png Initial commit of the Master Thesis 2021-03-05 13:44:40 +01:00
logos169.pdf Added Presentation tex files 2021-07-20 23:07:53 +02:00
mcode.sty Initial commit of the Master Thesis 2021-03-05 13:44:40 +01:00
README.md Updated README file 2021-07-29 12:11:48 +02:00
references.bib Final version of the report 2021-06-25 11:27:25 +02:00
slides_clean.tex Added Presentation tex files 2021-07-20 23:07:53 +02:00
slides_notes.tex Added Presentation tex files 2021-07-20 23:07:53 +02:00
thesis.tex Fixed footer spacing 2021-07-22 22:05:15 +02:00

Inter-seasonal GP MPC control for buildings

Report and Presentation slides

This repository contains the code for the report and presentation slides for my Master Project

Inter-seasonal Performance of Gaussian Process-based Model Predictive Control of Buildings

which was done under the supervision of Prof. Colin Jones at the EPFL's Automatic Control Laboratory

The main folder structure is as follows:

└── Thesis
    ├── Images
    ├── Plots
    └── Sections

The Images and Plots folders contain the figures used in the thesis and are shared between the report and the presentation. The Sections folder contains the content of documents.

In order to compile the documents, the appropriate main file has to be chosen:

  • thesis.tex compiles the project report
  • slides_clean.tex compiles the presentation slides, not including the notes
  • slides_notes.tex compiles the presentation slides, including the notes on the right side of the screen.

The resulting presentation pdf contains an embedded video file. It can be played back using a compatible pdf reader, such as okular or pympress.


The presentation is based on the beamer template by Mahmoud Shaqfa.