Breast Cancer Markov Model for simulating the impact of COVID-19 on disease costs in Poland:
To install the required dependencies:
pip install -r requirements.txt
You can turn on and off COVID with the following flag in config.py:
IS_COVID_SIMULATION = False
To run 100 simulations:
cd src
python multiple_executions.py
To run 1 simulation:
cd src
python main.py
Results of the simulation will be stored in the "output" folder.