Obsidian
Probabilistic Geophysical Joint Inversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
stateline::mcmc::State Struct Reference

Used to represent a state in a Markov Chain. More...

#include <mcmctypes.hpp>

Public Attributes

Eigen::VectorXd sample
 The actual sample that the state represents.
 
double energy
 The energy (negative log likelihood) of the state.
 
double beta
 The inverse temperature of the chain when this state was recorded.
 
bool accepted
 Whether this state was an accepted proposal state or a copy of the previous state.
 
SwapType swapType
 The type of swap that occurred when this state was recorded.
 

Detailed Description

Used to represent a state in a Markov Chain.


The documentation for this struct was generated from the following file: