trvrb / antigen

Simulating virus evolution and epidemiology
http://bedford.io/projects/antigen/
20 stars 8 forks source link

Allow coinfection #2

Open trvrb opened 10 years ago

trvrb commented 10 years ago

Currently, each Host references a single virus. Refactor to have each Host reference an array of viruses, which can be empty. Then, allow new infections to occur at a rate of β I (S + I) rather than β I S. A host recovers from each viral infection independently.