struct Settings

[No description available]

Public Functions

Name
Settings(int _nDims =0, int _nDerived =0)
Settings(int _nDims =0, int _nDerived =0)
Settings(int _nDims =0, int _nDerived =0)

Public Attributes

Name
intnDims
intnDerived
intnlive
intnum_repeats
intnprior
intnfail
booldo_clustering
intfeedback
doubleprecision_criterion
doublelogzero
intmax_ndead
doubleboost_posterior
boolposteriors
boolequals
boolcluster_posteriors
boolwrite_resume
boolwrite_paramnames
boolread_resume
boolwrite_stats
boolwrite_live
boolwrite_dead
boolwrite_prior
boolmaximise
doublecompression_factor
std::stringbase_dir
std::stringfile_root
std::vector< double >grade_frac
std::vector< int >grade_dims
std::vector< double >loglikes
std::vector< int >nlives
intseed
boolsynchronous

Public Functions Documentation

function Settings

Settings(
    int _nDims =0,
    int _nDerived =0
)

function Settings

Settings(
    int _nDims =0,
    int _nDerived =0
)

function Settings

Settings(
    int _nDims =0,
    int _nDerived =0
)

Public Attributes Documentation

variable nDims

int nDims;

variable nDerived

int nDerived;

variable nlive

int nlive;

variable num_repeats

int num_repeats;

variable nprior

int nprior;

variable nfail

int nfail;

variable do_clustering

bool do_clustering;

variable feedback

int feedback;

variable precision_criterion

double precision_criterion;

variable logzero

double logzero;

variable max_ndead

int max_ndead;

variable boost_posterior

double boost_posterior;

variable posteriors

bool posteriors;

variable equals

bool equals;

variable cluster_posteriors

bool cluster_posteriors;

variable write_resume

bool write_resume;

variable write_paramnames

bool write_paramnames;

variable read_resume

bool read_resume;

variable write_stats

bool write_stats;

variable write_live

bool write_live;

variable write_dead

bool write_dead;

variable write_prior

bool write_prior;

variable maximise

bool maximise;

variable compression_factor

double compression_factor;

variable base_dir

std::string base_dir;

variable file_root

std::string file_root;

variable grade_frac

std::vector< double > grade_frac;

variable grade_dims

std::vector< int > grade_dims;

variable loglikes

std::vector< double > loglikes;

variable nlives

std::vector< int > nlives;

variable seed

int seed;

variable synchronous

bool synchronous;

Updated on 2023-06-26 at 21:36:50 +0000