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 | |
|---|---|
| int | nDims |
| int | nDerived |
| int | nlive |
| int | num_repeats |
| int | nprior |
| int | nfail |
| bool | do_clustering |
| int | feedback |
| double | precision_criterion |
| double | logzero |
| int | max_ndead |
| double | boost_posterior |
| bool | posteriors |
| bool | equals |
| bool | cluster_posteriors |
| bool | write_resume |
| bool | write_paramnames |
| bool | read_resume |
| bool | write_stats |
| bool | write_live |
| bool | write_dead |
| bool | write_prior |
| bool | maximise |
| double | compression_factor |
| std::string | base_dir |
| std::string | file_root |
| std::vector< double > | grade_frac |
| std::vector< int > | grade_dims |
| std::vector< double > | loglikes |
| std::vector< int > | nlives |
| int | seed |
| bool | synchronous |
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 2022-08-03 at 12:58:03 +0000