Contains the implementation of MCMC chains. More...
#include "infer/chainarray.hpp"#include <glog/logging.h>#include "infer/metropolis.hpp"#include "serial/mcmc.hpp"
Namespaces | |
| stateline | |
| stateline::mcmc | |
Functions | |
| std::string | stateline::mcmc::internal::toDbString (uint id, uint index, const DbEntryType &t) |
| Get the key string representing a database entry of a particular chain. More... | |
| std::string | stateline::mcmc::internal::toDbString (uint id, const DbEntryType &t) |
| Get the key string representing a database entry of a particular chain. More... | |
| double | stateline::mcmc::internal::doubleFromDb (const std::string &data) |
| Convert a database string value into a floating point value. More... | |
| uint | stateline::mcmc::internal::uintFromDb (const std::string &data) |
| Convert a database string value into an unsigned integer value. More... | |
Contains the implementation of MCMC chains.