abm-covid-lux / abmlux

Agent-based epidemic modelling
Other
4 stars 0 forks source link

Bug fixes, tweaks and faster contact tracing #145

Closed James-Thompson-724 closed 3 years ago

James-Thompson-724 commented 3 years ago

The manual contact tracing is quite intensive from a performance point of view, and therefore the config now directs towards a simplified, much faster version, called ContactTracingManualFast. Correspondingly, the contact counts reporter has been disabled, since it required the full ContactTracingManual. If necessary, we can switch back to ContactTracingManual later.

Also, the contact tracing app absolutely kills the runtime and is not needed for validation, and therefore can be abandoned from the project, at least for the time being. If we have time later, we can experiment with the app too.