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

simulation options will eventually become difficult to keep putting into the model as boolean options #33

Closed RobertManningSmith closed 1 month ago

RobertManningSmith commented 3 months ago

proposing to change:

WorldBankCovid19Sim(long seed, Params params, String outputFilename, boolean demography)

into just WorldBankCovid19Sim(long seed, Params params, String outputFilename)