queso-0.57.1
|
This class reads the options for the Metropolis-Hastings generator of samples from an input file. More...
#include <MetropolisHastingsSGOptions.h>
Public Member Functions | |
Constructor/Destructor methods | |
MetropolisHastingsSGOptions (const BaseEnvironment &env, const char *prefix) | |
Constructor: reads options from the input file. More... | |
MetropolisHastingsSGOptions (const BaseEnvironment &env, const char *prefix, const MhOptionsValues &alternativeOptionsValues) | |
Constructor: with alternative option values. More... | |
MetropolisHastingsSGOptions (const MLSamplingLevelOptions &mlOptions) | |
Copy constructor. More... | |
~MetropolisHastingsSGOptions () | |
Destructor. More... | |
I/O methods | |
void | scanOptionsValues () |
It scans the option values from the options input file. More... | |
void | print (std::ostream &os) const |
It prints the option values. More... | |
Public Attributes | |
MhOptionsValues | m_ov |
This class is where the actual options are stored. More... | |
SequenceStatisticalOptions * | m_rawChainStatisticalOptionsObj |
bool | m_rawChainStatOptsInstantiated |
SequenceStatisticalOptions * | m_filteredChainStatisticalOptionsObj |
bool | m_filteredChainStatOptsInstantiated |
std::string | m_prefix |
Private Member Functions | |
void | defineMyOptions (boost::program_options::options_description &optionsDesc) const |
Defines the options for the Metropolis-Hastings generator of samples as the default options. More... | |
void | getMyOptionValues (boost::program_options::options_description &optionsDesc) |
Gets the sequence options defined to the Metropolis-Hastings algorithm. More... | |
This class reads the options for the Metropolis-Hastings generator of samples from an input file.
This class implements a Metropolis-Hastings generator of samples. 'SG' stands for 'Sequence Generator'. Metropolis-Hastings generator of samples expects some options to be fully defined. This class reads the options for the Metropolis-Hastings generator of samples from an input file provided by the user. The class expects the prefix '<prefix>_mh_'. For instance, if 'prefix' is 'foo_775_fp_', then the constructor will read all options that begin with 'foo_775_fp_mh_'. Options reading is hpandled by class 'MetropolisHastingsOptions'. To set options by hand, use the MhOptionsValues
class.
Definition at line 778 of file MetropolisHastingsSGOptions.h.
QUESO::MetropolisHastingsSGOptions::MetropolisHastingsSGOptions | ( | const BaseEnvironment & | env, |
const char * | prefix | ||
) |
Constructor: reads options from the input file.
Definition at line 837 of file MetropolisHastingsSGOptions.C.
References m_env, QUESO::BaseEnvironment::optionsInputFileName(), and QUESO::queso_require_not_equal_to_msg.
QUESO::MetropolisHastingsSGOptions::MetropolisHastingsSGOptions | ( | const BaseEnvironment & | env, |
const char * | prefix, | ||
const MhOptionsValues & | alternativeOptionsValues | ||
) |
Constructor: with alternative option values.
In this constructor, the input options are given by alternativeOptionsValues
.
Definition at line 920 of file MetropolisHastingsSGOptions.C.
References QUESO::MhOptionsValues::m_alternativeFilteredSsOptionsValues, QUESO::MhOptionsValues::m_alternativeRawSsOptionsValues, m_env, QUESO::MhOptionsValues::m_filteredChainComputeStats, m_filteredChainStatisticalOptionsObj, m_filteredChainStatOptsInstantiated, m_ov, m_prefix, QUESO::MhOptionsValues::m_rawChainComputeStats, m_rawChainStatisticalOptionsObj, m_rawChainStatOptsInstantiated, QUESO::MhOptionsValues::m_totallyMute, QUESO::BaseEnvironment::optionsInputFileName(), QUESO::queso_require_equal_to_msg, and QUESO::BaseEnvironment::subDisplayFile().
QUESO::MetropolisHastingsSGOptions::MetropolisHastingsSGOptions | ( | const MLSamplingLevelOptions & | mlOptions | ) |
Copy constructor.
Definition at line 1022 of file MetropolisHastingsSGOptions.C.
References QUESO::MLSamplingLevelOptions::m_algorithm, QUESO::MhOptionsValues::m_algorithm, QUESO::MLSamplingLevelOptions::m_amAdaptedMatricesDataOutputAllowAll, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputAllowAll, QUESO::MLSamplingLevelOptions::m_amAdaptedMatricesDataOutputAllowedSet, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputAllowedSet, QUESO::MLSamplingLevelOptions::m_amAdaptedMatricesDataOutputFileName, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputFileName, QUESO::MLSamplingLevelOptions::m_amAdaptedMatricesDataOutputFileType, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputFileType, QUESO::MLSamplingLevelOptions::m_amAdaptedMatricesDataOutputPeriod, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputPeriod, QUESO::MLSamplingLevelOptions::m_amAdaptInterval, QUESO::MhOptionsValues::m_amAdaptInterval, QUESO::MLSamplingLevelOptions::m_amEpsilon, QUESO::MhOptionsValues::m_amEpsilon, QUESO::MLSamplingLevelOptions::m_amEta, QUESO::MhOptionsValues::m_amEta, QUESO::MLSamplingLevelOptions::m_amInitialNonAdaptInterval, QUESO::MhOptionsValues::m_amInitialNonAdaptInterval, QUESO::MLSamplingLevelOptions::m_amKeepInitialMatrix, QUESO::MhOptionsValues::m_amKeepInitialMatrix, QUESO::MhOptionsValues::m_BrooksGelmanLag, QUESO::MLSamplingLevelOptions::m_dataOutputAllowAll, QUESO::MhOptionsValues::m_dataOutputAllowAll, QUESO::MLSamplingLevelOptions::m_dataOutputAllowedSet, QUESO::MhOptionsValues::m_dataOutputAllowedSet, QUESO::MLSamplingLevelOptions::m_dataOutputFileName, QUESO::MhOptionsValues::m_dataOutputFileName, QUESO::MLSamplingLevelOptions::m_displayCandidates, QUESO::MhOptionsValues::m_displayCandidates, QUESO::MLSamplingLevelOptions::m_doLogitTransform, QUESO::MhOptionsValues::m_doLogitTransform, QUESO::MLSamplingLevelOptions::m_drDuringAmNonAdaptiveInt, QUESO::MhOptionsValues::m_drDuringAmNonAdaptiveInt, QUESO::MLSamplingLevelOptions::m_drMaxNumExtraStages, QUESO::MhOptionsValues::m_drMaxNumExtraStages, QUESO::MLSamplingLevelOptions::m_drScalesForExtraStages, QUESO::MhOptionsValues::m_drScalesForExtraStages, QUESO::MhOptionsValues::m_enableBrooksGelmanConvMonitor, m_env, QUESO::MLSamplingLevelOptions::m_filteredChainComputeStats, QUESO::MhOptionsValues::m_filteredChainComputeStats, QUESO::MLSamplingLevelOptions::m_filteredChainDataOutputAllowAll, QUESO::MhOptionsValues::m_filteredChainDataOutputAllowAll, QUESO::MLSamplingLevelOptions::m_filteredChainDataOutputAllowedSet, QUESO::MhOptionsValues::m_filteredChainDataOutputAllowedSet, QUESO::MLSamplingLevelOptions::m_filteredChainDataOutputFileName, QUESO::MhOptionsValues::m_filteredChainDataOutputFileName, QUESO::MLSamplingLevelOptions::m_filteredChainDataOutputFileType, QUESO::MhOptionsValues::m_filteredChainDataOutputFileType, QUESO::MLSamplingLevelOptions::m_filteredChainDiscardedPortion, QUESO::MhOptionsValues::m_filteredChainDiscardedPortion, QUESO::MLSamplingLevelOptions::m_filteredChainGenerate, QUESO::MhOptionsValues::m_filteredChainGenerate, QUESO::MLSamplingLevelOptions::m_filteredChainLag, QUESO::MhOptionsValues::m_filteredChainLag, QUESO::MLSamplingLevelOptions::m_filteredChainStatisticalOptionsObj, m_filteredChainStatisticalOptionsObj, m_filteredChainStatOptsInstantiated, QUESO::MhOptionsValues::m_initialPositionDataInputFileName, QUESO::MLSamplingLevelOptions::m_initialPositionDataInputFileName, QUESO::MhOptionsValues::m_initialPositionDataInputFileType, QUESO::MLSamplingLevelOptions::m_initialPositionDataInputFileType, QUESO::MLSamplingLevelOptions::m_initialProposalCovMatrixDataInputFileName, QUESO::MhOptionsValues::m_initialProposalCovMatrixDataInputFileName, QUESO::MLSamplingLevelOptions::m_initialProposalCovMatrixDataInputFileType, QUESO::MhOptionsValues::m_initialProposalCovMatrixDataInputFileType, QUESO::MhOptionsValues::m_outputLogLikelihood, QUESO::MhOptionsValues::m_outputLogTarget, m_ov, QUESO::MLSamplingLevelOptions::m_parameterDisabledSet, QUESO::MhOptionsValues::m_parameterDisabledSet, m_prefix, QUESO::MLSamplingLevelOptions::m_putOutOfBoundsInChain, QUESO::MhOptionsValues::m_putOutOfBoundsInChain, QUESO::MLSamplingLevelOptions::m_rawChainComputeStats, QUESO::MhOptionsValues::m_rawChainComputeStats, QUESO::MLSamplingLevelOptions::m_rawChainDataInputFileName, QUESO::MhOptionsValues::m_rawChainDataInputFileName, QUESO::MLSamplingLevelOptions::m_rawChainDataInputFileType, QUESO::MhOptionsValues::m_rawChainDataInputFileType, QUESO::MLSamplingLevelOptions::m_rawChainDataOutputAllowAll, QUESO::MhOptionsValues::m_rawChainDataOutputAllowAll, QUESO::MLSamplingLevelOptions::m_rawChainDataOutputAllowedSet, QUESO::MhOptionsValues::m_rawChainDataOutputAllowedSet, QUESO::MLSamplingLevelOptions::m_rawChainDataOutputFileName, QUESO::MhOptionsValues::m_rawChainDataOutputFileName, QUESO::MLSamplingLevelOptions::m_rawChainDataOutputFileType, QUESO::MhOptionsValues::m_rawChainDataOutputFileType, QUESO::MLSamplingLevelOptions::m_rawChainDataOutputPeriod, QUESO::MhOptionsValues::m_rawChainDataOutputPeriod, QUESO::MLSamplingLevelOptions::m_rawChainDisplayPeriod, QUESO::MhOptionsValues::m_rawChainDisplayPeriod, QUESO::MLSamplingLevelOptions::m_rawChainGenerateExtra, QUESO::MhOptionsValues::m_rawChainGenerateExtra, QUESO::MLSamplingLevelOptions::m_rawChainMeasureRunTimes, QUESO::MhOptionsValues::m_rawChainMeasureRunTimes, QUESO::MLSamplingLevelOptions::m_rawChainSize, QUESO::MhOptionsValues::m_rawChainSize, QUESO::MLSamplingLevelOptions::m_rawChainStatisticalOptionsObj, m_rawChainStatisticalOptionsObj, m_rawChainStatOptsInstantiated, QUESO::MLSamplingLevelOptions::m_tk, QUESO::MhOptionsValues::m_tk, QUESO::MLSamplingLevelOptions::m_tkUseLocalHessian, QUESO::MhOptionsValues::m_tkUseLocalHessian, QUESO::MLSamplingLevelOptions::m_tkUseNewtonComponent, QUESO::MhOptionsValues::m_tkUseNewtonComponent, QUESO::MhOptionsValues::m_totallyMute, QUESO::MLSamplingLevelOptions::m_totallyMute, QUESO::MLSamplingLevelOptions::m_updateInterval, QUESO::MhOptionsValues::m_updateInterval, and QUESO::BaseEnvironment::subDisplayFile().
QUESO::MetropolisHastingsSGOptions::~MetropolisHastingsSGOptions | ( | ) |
Destructor.
Definition at line 1181 of file MetropolisHastingsSGOptions.C.
References m_filteredChainStatisticalOptionsObj, m_filteredChainStatOptsInstantiated, m_rawChainStatisticalOptionsObj, and m_rawChainStatOptsInstantiated.
|
private |
Defines the options for the Metropolis-Hastings generator of samples as the default options.
Definition at line 1319 of file MetropolisHastingsSGOptions.C.
Referenced by scanOptionsValues().
|
private |
Gets the sequence options defined to the Metropolis-Hastings algorithm.
Definition at line 1392 of file MetropolisHastingsSGOptions.C.
References QUESO::BaseEnvironment::allOptionsMap(), QUESO::BaseEnvironment::fullRank(), QUESO::BaseEnvironment::inter0Rank(), QUESO::MhOptionsValues::m_algorithm, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputAllowAll, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputAllowedSet, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputFileName, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputFileType, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputPeriod, QUESO::MhOptionsValues::m_amAdaptInterval, QUESO::MhOptionsValues::m_amEpsilon, QUESO::MhOptionsValues::m_amEta, QUESO::MhOptionsValues::m_amInitialNonAdaptInterval, QUESO::MhOptionsValues::m_amKeepInitialMatrix, QUESO::MhOptionsValues::m_BrooksGelmanLag, QUESO::MhOptionsValues::m_dataOutputAllowAll, QUESO::MhOptionsValues::m_dataOutputAllowedSet, QUESO::MhOptionsValues::m_dataOutputFileName, QUESO::MhOptionsValues::m_displayCandidates, QUESO::MhOptionsValues::m_doLogitTransform, QUESO::MhOptionsValues::m_drDuringAmNonAdaptiveInt, QUESO::MhOptionsValues::m_drMaxNumExtraStages, QUESO::MhOptionsValues::m_drScalesForExtraStages, QUESO::MhOptionsValues::m_enableBrooksGelmanConvMonitor, m_env, QUESO::MhOptionsValues::m_filteredChainComputeStats, QUESO::MhOptionsValues::m_filteredChainDataOutputAllowAll, QUESO::MhOptionsValues::m_filteredChainDataOutputAllowedSet, QUESO::MhOptionsValues::m_filteredChainDataOutputFileName, QUESO::MhOptionsValues::m_filteredChainDataOutputFileType, QUESO::MhOptionsValues::m_filteredChainDiscardedPortion, QUESO::MhOptionsValues::m_filteredChainGenerate, QUESO::MhOptionsValues::m_filteredChainLag, QUESO::MhOptionsValues::m_initialPositionDataInputFileName, QUESO::MhOptionsValues::m_initialPositionDataInputFileType, QUESO::MhOptionsValues::m_initialProposalCovMatrixDataInputFileName, QUESO::MhOptionsValues::m_initialProposalCovMatrixDataInputFileType, m_option_algorithm, m_option_am_adaptedMatrices_dataOutputAllowAll, m_option_am_adaptedMatrices_dataOutputAllowedSet, m_option_am_adaptedMatrices_dataOutputFileName, m_option_am_adaptedMatrices_dataOutputFileType, m_option_am_adaptedMatrices_dataOutputPeriod, m_option_am_adaptInterval, m_option_am_epsilon, m_option_am_eta, m_option_am_initialNonAdaptInterval, m_option_am_keepInitialMatrix, m_option_BrooksGelmanLag, m_option_dataOutputAllowAll, m_option_dataOutputAllowedSet, m_option_dataOutputFileName, m_option_displayCandidates, m_option_doLogitTransform, m_option_dr_duringAmNonAdaptiveInt, m_option_dr_listOfScalesForExtraStages, m_option_dr_maxNumExtraStages, m_option_enableBrooksGelmanConvMonitor, m_option_filteredChain_computeStats, m_option_filteredChain_dataOutputAllowAll, m_option_filteredChain_dataOutputAllowedSet, m_option_filteredChain_dataOutputFileName, m_option_filteredChain_dataOutputFileType, m_option_filteredChain_discardedPortion, m_option_filteredChain_generate, m_option_filteredChain_lag, m_option_initialPosition_dataInputFileName, m_option_initialPosition_dataInputFileType, m_option_initialProposalCovMatrix_dataInputFileName, m_option_initialProposalCovMatrix_dataInputFileType, m_option_listOfDisabledParameters, m_option_outputLogLikelihood, m_option_outputLogTarget, m_option_putOutOfBoundsInChain, m_option_rawChain_computeStats, m_option_rawChain_dataInputFileName, m_option_rawChain_dataInputFileType, m_option_rawChain_dataOutputAllowAll, m_option_rawChain_dataOutputAllowedSet, m_option_rawChain_dataOutputFileName, m_option_rawChain_dataOutputFileType, m_option_rawChain_dataOutputPeriod, m_option_rawChain_displayPeriod, m_option_rawChain_generateExtra, m_option_rawChain_measureRunTimes, m_option_rawChain_size, m_option_tk, m_option_tk_useLocalHessian, m_option_tk_useNewtonComponent, m_option_totallyMute, m_option_updateInterval, QUESO::MhOptionsValues::m_outputLogLikelihood, QUESO::MhOptionsValues::m_outputLogTarget, m_ov, QUESO::MhOptionsValues::m_parameterDisabledSet, QUESO::MhOptionsValues::m_putOutOfBoundsInChain, QUESO::MhOptionsValues::m_rawChainComputeStats, QUESO::MhOptionsValues::m_rawChainDataInputFileName, QUESO::MhOptionsValues::m_rawChainDataInputFileType, QUESO::MhOptionsValues::m_rawChainDataOutputAllowAll, QUESO::MhOptionsValues::m_rawChainDataOutputAllowedSet, QUESO::MhOptionsValues::m_rawChainDataOutputFileName, QUESO::MhOptionsValues::m_rawChainDataOutputFileType, QUESO::MhOptionsValues::m_rawChainDataOutputPeriod, QUESO::MhOptionsValues::m_rawChainDisplayPeriod, QUESO::MhOptionsValues::m_rawChainGenerateExtra, QUESO::MhOptionsValues::m_rawChainMeasureRunTimes, QUESO::MhOptionsValues::m_rawChainSize, QUESO::MhOptionsValues::m_tk, QUESO::MhOptionsValues::m_tkUseLocalHessian, QUESO::MhOptionsValues::m_tkUseNewtonComponent, QUESO::MhOptionsValues::m_totallyMute, QUESO::MhOptionsValues::m_updateInterval, QUESO::MiscReadDoublesFromString(), QUESO::BaseEnvironment::subDisplayFile(), QUESO::BaseEnvironment::subId(), QUESO::BaseEnvironment::subRank(), and QUESO::BaseEnvironment::worldRank().
Referenced by scanOptionsValues().
void QUESO::MetropolisHastingsSGOptions::print | ( | std::ostream & | os | ) | const |
It prints the option values.
Definition at line 1229 of file MetropolisHastingsSGOptions.C.
References QUESO::MhOptionsValues::m_algorithm, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputAllowAll, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputAllowedSet, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputFileName, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputFileType, QUESO::MhOptionsValues::m_amAdaptedMatricesDataOutputPeriod, QUESO::MhOptionsValues::m_amAdaptInterval, QUESO::MhOptionsValues::m_amEpsilon, QUESO::MhOptionsValues::m_amEta, QUESO::MhOptionsValues::m_amInitialNonAdaptInterval, QUESO::MhOptionsValues::m_amKeepInitialMatrix, QUESO::MhOptionsValues::m_BrooksGelmanLag, QUESO::MhOptionsValues::m_dataOutputAllowAll, QUESO::MhOptionsValues::m_dataOutputAllowedSet, QUESO::MhOptionsValues::m_dataOutputFileName, QUESO::MhOptionsValues::m_displayCandidates, QUESO::MhOptionsValues::m_doLogitTransform, QUESO::MhOptionsValues::m_drDuringAmNonAdaptiveInt, QUESO::MhOptionsValues::m_drMaxNumExtraStages, QUESO::MhOptionsValues::m_drScalesForExtraStages, QUESO::MhOptionsValues::m_enableBrooksGelmanConvMonitor, QUESO::MhOptionsValues::m_filteredChainComputeStats, QUESO::MhOptionsValues::m_filteredChainDataOutputAllowAll, QUESO::MhOptionsValues::m_filteredChainDataOutputAllowedSet, QUESO::MhOptionsValues::m_filteredChainDataOutputFileName, QUESO::MhOptionsValues::m_filteredChainDataOutputFileType, QUESO::MhOptionsValues::m_filteredChainDiscardedPortion, QUESO::MhOptionsValues::m_filteredChainGenerate, QUESO::MhOptionsValues::m_filteredChainLag, QUESO::MhOptionsValues::m_initialPositionDataInputFileName, QUESO::MhOptionsValues::m_initialPositionDataInputFileType, QUESO::MhOptionsValues::m_initialProposalCovMatrixDataInputFileName, QUESO::MhOptionsValues::m_initialProposalCovMatrixDataInputFileType, QUESO::MhOptionsValues::m_outputLogLikelihood, QUESO::MhOptionsValues::m_outputLogTarget, m_ov, QUESO::MhOptionsValues::m_parameterDisabledSet, QUESO::MhOptionsValues::m_putOutOfBoundsInChain, QUESO::MhOptionsValues::m_rawChainComputeStats, QUESO::MhOptionsValues::m_rawChainDataInputFileName, QUESO::MhOptionsValues::m_rawChainDataInputFileType, QUESO::MhOptionsValues::m_rawChainDataOutputAllowAll, QUESO::MhOptionsValues::m_rawChainDataOutputAllowedSet, QUESO::MhOptionsValues::m_rawChainDataOutputFileName, QUESO::MhOptionsValues::m_rawChainDataOutputFileType, QUESO::MhOptionsValues::m_rawChainDataOutputPeriod, QUESO::MhOptionsValues::m_rawChainDisplayPeriod, QUESO::MhOptionsValues::m_rawChainGenerateExtra, QUESO::MhOptionsValues::m_rawChainMeasureRunTimes, QUESO::MhOptionsValues::m_rawChainSize, QUESO::MhOptionsValues::m_tk, QUESO::MhOptionsValues::m_tkUseLocalHessian, QUESO::MhOptionsValues::m_tkUseNewtonComponent, QUESO::MhOptionsValues::m_totallyMute, and QUESO::MhOptionsValues::m_updateInterval.
Referenced by QUESO::operator<<().
void QUESO::MetropolisHastingsSGOptions::scanOptionsValues | ( | ) |
It scans the option values from the options input file.
Definition at line 1193 of file MetropolisHastingsSGOptions.C.
References defineMyOptions(), getMyOptionValues(), m_env, QUESO::MhOptionsValues::m_filteredChainComputeStats, m_filteredChainStatisticalOptionsObj, m_filteredChainStatOptsInstantiated, m_optionsDesc, m_ov, m_prefix, QUESO::MhOptionsValues::m_rawChainComputeStats, m_rawChainStatisticalOptionsObj, m_rawChainStatOptsInstantiated, QUESO::MhOptionsValues::m_totallyMute, QUESO::BaseEnvironment::scanInputFileForMyOptions(), and QUESO::BaseEnvironment::subDisplayFile().
|
private |
Definition at line 826 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues(), MetropolisHastingsSGOptions(), and scanOptionsValues().
SequenceStatisticalOptions* QUESO::MetropolisHastingsSGOptions::m_filteredChainStatisticalOptionsObj |
Definition at line 812 of file MetropolisHastingsSGOptions.h.
Referenced by MetropolisHastingsSGOptions(), scanOptionsValues(), and ~MetropolisHastingsSGOptions().
bool QUESO::MetropolisHastingsSGOptions::m_filteredChainStatOptsInstantiated |
Definition at line 813 of file MetropolisHastingsSGOptions.h.
Referenced by MetropolisHastingsSGOptions(), scanOptionsValues(), and ~MetropolisHastingsSGOptions().
|
private |
Definition at line 894 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 880 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 881 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 878 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 879 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 877 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 876 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
See MhOptionsValues::m_amEpsilon.
Definition at line 886 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 884 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 875 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 874 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 889 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 834 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 835 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 833 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 867 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 893 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 873 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 872 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 871 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 888 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 865 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 862 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 863 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 860 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 861 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 858 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 857 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 859 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 831 of file MetropolisHastingsSGOptions.h.
|
private |
Definition at line 838 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 839 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 840 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 841 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 842 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 891 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 892 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 868 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 855 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 843 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 844 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 852 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 853 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 850 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 851 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 849 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 847 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 846 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 848 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 845 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 895 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 869 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 870 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 837 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 896 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues().
|
private |
Definition at line 828 of file MetropolisHastingsSGOptions.h.
Referenced by scanOptionsValues().
MhOptionsValues QUESO::MetropolisHastingsSGOptions::m_ov |
This class is where the actual options are stored.
Definition at line 807 of file MetropolisHastingsSGOptions.h.
Referenced by getMyOptionValues(), MetropolisHastingsSGOptions(), print(), and scanOptionsValues().
std::string QUESO::MetropolisHastingsSGOptions::m_prefix |
Definition at line 815 of file MetropolisHastingsSGOptions.h.
Referenced by MetropolisHastingsSGOptions(), and scanOptionsValues().
SequenceStatisticalOptions* QUESO::MetropolisHastingsSGOptions::m_rawChainStatisticalOptionsObj |
Definition at line 810 of file MetropolisHastingsSGOptions.h.
Referenced by MetropolisHastingsSGOptions(), scanOptionsValues(), and ~MetropolisHastingsSGOptions().
bool QUESO::MetropolisHastingsSGOptions::m_rawChainStatOptsInstantiated |
Definition at line 811 of file MetropolisHastingsSGOptions.h.
Referenced by MetropolisHastingsSGOptions(), scanOptionsValues(), and ~MetropolisHastingsSGOptions().