issues
search
EpiModel
/
EpiModeling
Tutorials for Using the EpiModel Software Platform for Research
4
stars
2
forks
source link
additional explainer points
#3
Open
smjenness
opened
2 years ago
smjenness
commented
2 years ago
[ ] nsims in the R script versus array batches (total sims =
ceiling(arrays/sims per batch)
)
[ ] include renv::restore in core sim scripts
[ ] estimation and simulation as separate scripts
[ ] remove any local helpers like pkgload from HPC ready script
[ ] number of jobs you can submit concurrently (versus number of epimodel partition nodes in cluster); concept of a queue
ceiling(arrays/sims per batch)
)