dime-worldbank / Disease-Modelling-SSA

This repository contains the code for an agent-based model used for COVID-19 in Sub-Saharan Africa. The original code was written in Python by Aivin Solatorio and is since being developed in Java. Complimentary risk modelling has been conducted in R as an intermediate product and is also part of this repo
MIT License
6 stars 2 forks source link

Model logging should probably take place in its own method rather than being in the main section of sim file #25

Closed RobertManningSmith closed 6 months ago

RobertManningSmith commented 7 months ago

Also, I can probably reduce the number of lines by using method overloading and make nicer looking code