![]() |
Dakota Reference Manual
Version 6.12
Explore and Predict with Confidence
|
Use the Metropolis-Hastings MCMC algorithm
This keyword is related to the topics:
Alias: none
Argument(s): none
Default: metropolis_hastings
This keyword specifies the use of a Metropolis-Hastings algorithm for the MCMC chain generation. This means there is no delayed rejection and no adaptive proposal covariance updating as in DRAM.
Default Behavior
Five MCMC algorithm variants are supported currently in QUESO: dram
, delayed_rejection
, adaptive_metropolis
, metropolis_hastings
, and multilevel
. The default is dram
.
Two MCMC algorithm variants are currently supported in MUQ: metropolis_hastings
and adaptive_metropolis
.
Usage Tips
If the user wants to use Metropolis-Hastings, possibly as a comparison to the other methods which involve more chain adaptation, this is the MCMC type to use.
method, bayes_calibration queso metropolis_hastings samples = 10000 seed = 348