autoppl  v0.8
A C++ template library for probabilistic programming
ppl::mcmc::TreeOutput Struct Reference

#include <tree_utils.hpp>

Public Member Functions

 TreeOutput (bool _valid=true, double _potential=0.)
 

Public Attributes

bool valid
 
double potential
 

Detailed Description

Struct to pack output from calling build_tree.

Constructor & Destructor Documentation

◆ TreeOutput()

ppl::mcmc::TreeOutput::TreeOutput ( bool  _valid = true,
double  _potential = 0. 
)
inline

Member Data Documentation

◆ potential

double ppl::mcmc::TreeOutput::potential

◆ valid

bool ppl::mcmc::TreeOutput::valid

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