seirsplus
seirsplus copied to clipboard
Models of SEIRS epidemic dynamics with extensions, including network-structured populations, testing, contact tracing, and social distancing.
If not using checkpoints, the model should run for a specific time. I suppose at line 200 in the run() function ` self.run_epoch(runtime=self.tmax, dt=dt)` should be `self.run_epoch(runtime=T, dt=dt)`
Dear Prof., I have just learn the seirsplus package with great interest. I think the Version 2.0 code is very suitable for my research on COVID-19. I wonder whether you...
I want to predict the covid happend in hongkong, so the 2.0version is required which is sharply satisfy my requirement, please help me do that with the 2.0 code
1. if ('c'+str(c) in team) is unreliable. for example 'c1' in "c11" 2. workplaceNetwork.add_edge(cohortStartIdx+i, j), cohortStartIdx is needed
I am getting this error when running the example model.. Do you know how to deal with this error? @ryansmcgee @mschauer @fdabl @jrhomburger @tomermilo 
Hello, i am using this great simulation for visualizing purpose but in Extended SEIRS Model i am continuously getting error on Network and it is giving me error as model...
The adapter pattern has been applied to one of the files in this project. This will translate the class's interface to a compatible one.
The builder pattern has been applied to one of the files in this project. This ensures that the complex objects are simplified by creating different representations of them.
Added a root class for aggregate pattern It ensures that the other domain objects are treated as a whole collection