BDI-pathogens / OpenABM-Covid19

OpenABM-Covid19: an agent-based model for modelling the spread of SARS-CoV-2 (coronavirus) and control interventions for the Covid-19 epidemic
GNU General Public License v3.0
111 stars 76 forks source link

Add more functionality for custom networks #180

Closed roberthinch closed 3 years ago

roberthinch commented 3 years ago

Add the following:

  1. The ability to delete networks
  2. The ability to add a custom random network where the number of connections for each person is pre-specified by the network regenerates each day
  3. A Python object for the networks (with characteristics and ability to delete)
  4. Add function to Python model to return a summary of information about all the networks
p-robot commented 3 years ago

In src/COVID19/model.py: NETWORK_CONSTRCUTION_BESPOKE -> NETWORK_CONSTRUCTION_BESPOKE.