Skip to content
Prev 8371 / 20628 Next

mcmcglmm and parallel chains

Hans Ekbrand <hans at ...> writes:
It depends a bit on what your computational issues are.  It would
probably be _better_ to use multiple starting points, but if you are
sure you have no problem with burn-in then you can start all the chains
at the same points and rely on the different random-number seeds to allow
the chains to explore parameter space independently.  (Using multiple
starting points would would also allow you to use the Gelman-Rubin
diagnostic to assess convergence.)
   I would do some experiments with MCMCglmm to ensure that you know
how random seeds work with it (i.e. that you get identical answers
if and only if random seeds are set the same).  You may also want/need
to look at some of the comments in the high performance task view about
random number streams for parallel computation.

  
to look into