mila-iqia / COVI-AgentSim

Covid-19 spread simulator with human mobility and intervention modeling.
Other
20 stars 8 forks source link

Prateek/some fixes #53

Closed pg2455 closed 4 years ago

pg2455 commented 4 years ago
  1. IMPORTANT - command line option - tracing_method is changed to intervention because it isn't really a tracing_method as it accepts no_intervention and lockdown

Earlier the experiments were run as - python run.py tracing_method=bdt1

Now the experiments should be run as - python run.py intervention=bdt1

  1. Effective contacts computation is fixed
  2. Configuration files are structured for better readability and management of parameters
  3. all interventions have interpolation using lockdown contacts as True