epiverse-trace / epidemics

A library of published compartmental epidemic models, and classes to represent demographic structure, non-pharmaceutical interventions, and vaccination regimes, to compose epidemic scenarios.
https://epiverse-trace.github.io/epidemics/
Other
8 stars 2 forks source link

Preserve seeds across parameter and event sets for stochastic models #172

Closed pratikunterwegs closed 4 months ago

pratikunterwegs commented 6 months ago

This issue is to ensure that the random number streams should be preserved when running multiple replicates of several parameter and model component (intervention, time-dependece) sets (see #160). This ensures comparability across parameter and event sets. A dummy example of this is shown in this Gist.