项目作者: KDDComplexNetworkAnalysis

项目描述 :
UTLDR: an agent-based framework for modeling infectious diseases and public interventions
高级语言: Jupyter Notebook
项目地址: git://github.com/KDDComplexNetworkAnalysis/UTLDR.git
创建时间: 2020-04-29T13:50:26Z
项目社区:https://github.com/KDDComplexNetworkAnalysis/UTLDR

开源协议:

下载


UTLDR: an agent-based framework for modeling infectious diseases and public interventions¶

Open In Colab

UTLDR is an agent-based, stochastic, frameworks that can be used to simulate the effect of alternative combinations of public interventions.

UTLDR name is an acronym of the “meta-compartments” that compose it: Undetected - Tested - Lockdown - Dead - Recovered.

It requires as input a population of agents (preferibly characterized by age/gender as well as working place) tied in a social tissue (it is not a mean field approach).
Household structures as well as schools, workingplaces and other social circles are assumend to be embedded within the social network and annotated at agent level.

Repository content

  • UTLDR jupyter notebook with incremental examples of the base model
  • UTLDR2 source code: extension of UTLDR that leverages geographical tesselation (at census cell level)

Dependencies