struct Gambit::PostProcessor::PPOptions

[No description available] More…

#include <postprocessor.hpp>

Public Attributes

Name
std::set< std::string >all_params
std::set< std::string >data_labels
std::set< std::string >data_labels_copy
std::vector< std::string >add_to_logl
std::vector< std::string >subtract_from_logl
std::map< std::string, std::string >renaming_scheme
std::map< std::string, double >cut_less_than
std::map< std::string, double >cut_greater_than
booldiscard_points_outside_cuts
std::size_tupdate_interval
booldiscard_old_logl
std::stringlogl_purpose_name
std::stringreweighted_loglike_name
std::stringroot
unsigned intnumtasks
unsigned intrank
std::size_tchunksize
boolverbose

Detailed Description

struct Gambit::PostProcessor::PPOptions;

Options object for PPDriver See matching options in PPDriver class for description

Public Attributes Documentation

variable all_params

std::set< std::string > all_params;

variable data_labels

std::set< std::string > data_labels;

variable data_labels_copy

std::set< std::string > data_labels_copy;

variable add_to_logl

std::vector< std::string > add_to_logl;

variable subtract_from_logl

std::vector< std::string > subtract_from_logl;

variable renaming_scheme

std::map< std::string, std::string > renaming_scheme;

variable cut_less_than

std::map< std::string, double > cut_less_than;

variable cut_greater_than

std::map< std::string, double > cut_greater_than;

variable discard_points_outside_cuts

bool discard_points_outside_cuts;

variable update_interval

std::size_t update_interval;

variable discard_old_logl

bool discard_old_logl;

variable logl_purpose_name

std::string logl_purpose_name;

variable reweighted_loglike_name

std::string reweighted_loglike_name;

variable root

std::string root;

variable numtasks

unsigned int numtasks;

variable rank

unsigned int rank;

variable chunksize

std::size_t chunksize;

variable verbose

bool verbose;

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