English
 
Help Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Journal Article

Adaptive Metropolis-coupled MCMC for BEAST 2

MPS-Authors
/persons/resource/persons202703

Bouckaert,  Remco
Linguistic and Cultural Evolution, Max Planck Institute for the Science of Human History, Max Planck Society;

External Resource

https://github.com/nicfel/CoupledMCMC
(Supplementary material)

Fulltext (restricted access)
There are currently no full texts shared for your IP range.
Fulltext (public)

shh2707.pdf
(Publisher version), 2MB

Supplementary Material (public)
There is no public supplementary material available
Citation

Müller​, N. F., & Bouckaert, R. (2020). Adaptive Metropolis-coupled MCMC for BEAST 2. PeerJ, 8: e9473. doi:10.7717/peerj.9473.


Cite as: https://hdl.handle.net/21.11116/0000-0007-2DF7-1
Abstract
With ever more complex models used to study evolutionary patterns, approaches that facilitate efficient inference under such models are needed. Metropolis-coupled Markov chain Monte Carlo (MCMC) has long been used to speed up phylogenetic analyses and to make use of multi-core CPUs. Metropolis-coupled MCMC essentially runs multiple MCMC chains in parallel. All chains are heated except for one cold chain that explores the posterior probability space like a regular MCMC chain. This heating allows chains to make bigger jumps in phylogenetic state space. The heated chains can then be used to propose new states for other chains, including the cold chain. One of the practical challenges using this approach, is to find optimal temperatures of the heated chains to efficiently explore state spaces. We here provide an adaptive Metropolis-coupled MCMC scheme to Bayesian phylogenetics, where the temperature difference between heated chains is automatically tuned to achieve a target acceptance probability of states being exchanged between individual chains. We first show the validity of this approach by comparing inferences of adaptive Metropolis-coupled MCMC to MCMC on several datasets. We then explore where Metropolis-coupled MCMC provides benefits over MCMC. We implemented this adaptive Metropolis-coupled MCMC approach as an open source package licenced under GPL 3.0 to the Bayesian phylogenetics software BEAST 2, available from https://github.com/nicfel/CoupledMCMC.