hops
|
#include <DNest4Adapter.hpp>
Public Member Functions | |
DNest4Adapter () | |
void | from_prior (DNest4::RNG &rng) |
double | perturb (DNest4::RNG &rng) |
double | log_likelihood () const |
void | print (std::ostream &out) const |
std::string | description () const |
@Brief An adapter that allows the usage of hops sampling algorithms and hops compatible models with DNest4
|
inline |
std::string hops::DNest4Adapter< ModelImplType >::description |
@Brief returns string with column names in csv format
void hops::DNest4Adapter< ModelImplType >::from_prior | ( | DNest4::RNG & | rng | ) |
@Brief generates a state from the prior for DNest4
rng |
double hops::DNest4Adapter< ModelImplType >::log_likelihood |
double hops::DNest4Adapter< ModelImplType >::perturb | ( | DNest4::RNG & | rng | ) |
@ Metropolis-Hastings m_proposal for DNest4
rng |
void hops::DNest4Adapter< ModelImplType >::print | ( | std::ostream & | out | ) | const |
@Brief Prints current state to stream
out |