This repository contains the code created for the Thesis: Unfolding Futures in Feedback Loops.
The code used to link Stella to the EMA workbench is available via: https://github.com/Lukasvdwolf/ThesisPublic
For this thesis two System Dynamics models were created: Epidemic and ClimateMitigation (also refered to as Energy). Using the best practices of the EMA workbench, this repo is structured around those models. Additionally, src contains overarching code which supports the analysis.
| Notebook | Description |
|---|---|
ClimateMitigation/analysis_full.ipynb |
Full analysis notebook for the climate mitigation case study. |
Epidemic/analysis_full.ipynb |
Full analysis notebook for the epidemic case study. |
Repo structure:
ThesisOpen/
├── .gitignore
├── README.md
├── ClimateMitigation/
│ ├── Figures/
│ ├── Model/
│ ├── analysis_full.ipynb
│ ├── experimental_setup.py
│ └── experiments.ipynb
├── Epidemic/
│ ├── Figures/
│ ├── Model/
│ ├── analysis_full.ipynb
│ ├── experimental_setup.py
│ └── experiments.ipynb
├── Housing/
│ ├── Model/
│ ├── analysis.ipynb
│ ├── experimental_setup.py
│ └── experiments.ipynb
└── src/
└── thesis_utils/