EpiModel / CombPrevNet

The Role of HIV Partner Services in the Modern Biomedical HIV Prevention Era
GNU General Public License v3.0
2 stars 0 forks source link

Use of tergmLite in calibration #42

Closed smjenness closed 4 years ago

smjenness commented 4 years ago

It looks like tergmLite is not being used in model calibration:

control <- control_msm(simno = fsimno,
                       nsteps = 52*60,
                       nsims = ncores,
                       ncores = ncores,
                       save.nwstats = FALSE,
                       save.clin.hist = FALSE,
                       tergmLite = FALSE)
andsv2 commented 4 years ago

Yes, looks like tergmLite was turned off. Will turn it on for recalibration/selection (always is likely to explain file size issue).