Fleet  0.0.9
Inference in the LOT
Functions
FleetStatistics Namespace Reference

Functions

std::atomic< uintmax_t > posterior_calls (0)
 
std::atomic< uintmax_t > hypothesis_births (0)
 
std::atomic< uintmax_t > vm_ops (0)
 
std::atomic< uintmax_t > mcmc_proposal_calls (0)
 
std::atomic< uintmax_t > mcmc_acceptance_count (0)
 
std::atomic< uintmax_t > global_sample_count (0)
 
std::atomic< uintmax_t > beam_steps (0)
 
std::atomic< uintmax_t > enumeration_steps (0)
 
std::atomic< uintmax_t > depth_exceptions (0)
 
void reset ()
 

Function Documentation

◆ beam_steps()

std::atomic<uintmax_t> FleetStatistics::beam_steps ( )

◆ depth_exceptions()

std::atomic<uintmax_t> FleetStatistics::depth_exceptions ( )

◆ enumeration_steps()

std::atomic<uintmax_t> FleetStatistics::enumeration_steps ( )

◆ global_sample_count()

std::atomic<uintmax_t> FleetStatistics::global_sample_count ( )

◆ hypothesis_births()

std::atomic<uintmax_t> FleetStatistics::hypothesis_births ( )

◆ mcmc_acceptance_count()

std::atomic<uintmax_t> FleetStatistics::mcmc_acceptance_count ( )

◆ mcmc_proposal_calls()

std::atomic<uintmax_t> FleetStatistics::mcmc_proposal_calls ( )

◆ posterior_calls()

std::atomic<uintmax_t> FleetStatistics::posterior_calls ( )

◆ reset()

void FleetStatistics::reset ( )

◆ vm_ops()

std::atomic<uintmax_t> FleetStatistics::vm_ops ( )