25 #ifndef QUESO_TK_FACTORY_MALA_H
26 #define QUESO_TK_FACTORY_MALA_H
28 #include <queso/TransitionKernelFactory.h>
29 #include <queso/TKGroup.h>
30 #include <queso/BayesianJointPdf.h>
39 template <
class DerivedTK>
77 #endif // QUESO_TK_FACTORY_MALA_H
static GslMatrix * m_initial_cov_matrix
static const BaseJointPdf< GslVector, GslMatrix > * m_target_pdf
static const MhOptionsValues * m_options
std::string m_prefix
Prefix for input file option names. Prepends all options for this class.
TKFactoryMALA(const std::string &name)
virtual SharedPtr< BaseTKGroup< GslVector, GslMatrix > >::Type build_tk()
static const std::vector< double > * m_dr_scales
A class for handling Bayesian joint PDFs.