COVID-IWG / epimargin

networked, stochastic SIRD epidemiological model with Bayesian parameter estimation and policy scenario comparison tools
https://www.adaptivecontrol.org/
MIT License
9 stars 5 forks source link

unify parallelizing mechanisms #130

Open satejsoman opened 3 years ago

satejsoman commented 3 years ago

Currently, SIR is parallelized by running separate models with different seeds, but AgeSIRVD instantiates a single model and advances a vector state through multivariate draws tied to a single seed.

todo: [] Update SIR to match the latter. [] Update plotting code and analysis functions to take in a single new SIR model rather than an array of models