Run more iterations of PMCMC
Arguments
- object
The
SimInf_pmcmc
object to continue from.- niter
An integer specifying the number of iterations to run the PMCMC.
- verbose
prints diagnostic messages when
TRUE
. The default is to retrieve the global optionverbose
and useFALSE
if it is not set. Whenverbose=TRUE
, information is printed every 100 iterations. For pmcmc, it is possible to get information every nth information by specifyingverbose=n
, for example,verbose=1
orverbose=10
.