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
Effective contacts computation is fixed
Configuration files are structured for better readability and management of parameters
all interventions have interpolation using lockdown contacts as True
tracing_method
is changed tointervention
because it isn't really a tracing_method as it acceptsno_intervention
andlockdown
Earlier the experiments were run as -
python run.py tracing_method=bdt1
Now the experiments should be run as -
python run.py intervention=bdt1