USCbiostats / fmcmc

A friendly MCMC framework
https://uscbiostats.github.io/fmcmc/
Other
16 stars 7 forks source link

Automatic stop #2

Open gvegayon opened 6 years ago

gvegayon commented 6 years ago

When running multiple chains, we should be able to check whether the MCMC converged in an automatic way. This would imply that, in the case of using parallel, child processes should communicate with the master process at every set of iterations. The set of functions that can be used for this are: parallel::children, parallel::readChild, etc. Some observations: