MUQ
0.4.3
MCMCFactory.cpp
Go to the documentation of this file.
1
#include "
MUQ/SamplingAlgorithms/MCMCFactory.h
"
2
3
namespace
pt = boost::property_tree;
4
using namespace
muq::Modeling
;
5
using namespace
muq::SamplingAlgorithms
;
6
7
std::shared_ptr<SingleChainMCMC>
8
MCMCFactory::CreateSingleChain(pt::ptree pt,
9
std::shared_ptr<AbstractSamplingProblem> problem) {
10
std::shared_ptr<SingleChainMCMC> singleChain = std::make_shared<SingleChainMCMC>(pt, problem);
11
12
return
singleChain;
13
}
MCMCFactory.h
muq::Modeling
Definition:
AllClassWrappers.h:7
muq::SamplingAlgorithms
Definition:
AllClassWrappers.h:7
doxygen_prep
modules
SamplingAlgorithms
src
MCMCFactory.cpp
Generated on Wed Jun 12 2024 00:48:28 for MUQ by
1.9.1