24 #include <queso/Environment.h> 
   26 #ifndef DISABLE_BOOST_PROGRAM_OPTIONS 
   27 #include <queso/BoostInputOptionsParser.h> 
   28 #endif  // DISABLE_BOOST_PROGRAM_OPTIONS 
   30 #ifndef UQ_GPMSA_OPTIONS_H 
   31 #define UQ_GPMSA_OPTIONS_H 
   53   void print(std::ostream& os) 
const;
 
  106 #ifndef DISABLE_BOOST_PROGRAM_OPTIONS 
  108 #endif  // DISABLE_BOOST_PROGRAM_OPTIONS 
  129 #endif // UQ_GPMSA_OPTIONS_H 
double m_emulatorCorrelationStrengthAlpha
The alpha paramter for the Beta hyperprior for the emulator correlation strength. ...
 
std::string m_option_observationalPrecisionShape
 
virtual ~GPMSAOptions()
Destructor. 
 
std::string m_option_help
 
double m_emulatorPrecisionShape
The shape parameter for the Gamma hyperprior for the emulator precision. 
 
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable...
 
std::string m_option_emulatorPrecisionShape
 
double m_observationalPrecisionShape
The shape parameter for the Gamma hyperprior for the observational precision. 
 
std::string m_option_emulatorCorrelationStrengthAlpha
 
std::string m_help
If this string is non-empty, print the options object to the output file. 
 
std::string m_option_emulatorDataPrecisionScale
 
double m_discrepancyCorrelationStrengthBeta
The beta paramter for the Beta hyperprior for the discrepancy correlation strength. 
 
std::string m_option_emulatorDataPrecisionShape
 
std::string m_prefix
The prefix to look for in the input file. 
 
std::string m_option_observationalPrecisionScale
 
std::string m_option_emulatorPrecisionScale
 
double m_emulatorPrecisionScale
The scale parameter for the Gamma hyperprior for the emulator precision. 
 
double m_discrepancyCorrelationStrengthAlpha
The alpha paramter for the Beta hyperprior for the discrepancy correlation strength. 
 
std::string m_option_discrepancyPrecisionScale
 
const BaseEnvironment & env() const 
Returns the QUESO environment. 
 
std::string m_option_emulatorCorrelationStrengthBeta
 
This class defines the options that specify the behaviour of the Gaussian process emulator...
 
const BaseEnvironment & m_env
 
std::string m_option_discrepancyPrecisionShape
 
GPMSAOptions(const BaseEnvironment &env, const char *prefix)
Given prefix, read the input file for parameters named prefix_*. 
 
double m_discrepancyPrecisionShape
The shape parameter for the Gamma hyperprior for the discrepancy precision. 
 
double m_emulatorDataPrecisionScale
The scale parameter for the Gamma hyperprior for the emulator data precision. 
 
double m_emulatorCorrelationStrengthBeta
The beta paramter for the Beta hyperprior for the emulator correlation strength. 
 
friend std::ostream & operator<<(std::ostream &os, const GPMSAOptions &obj)
 
std::string m_option_discrepancyCorrelationStrengthAlpha
 
BoostInputOptionsParser * m_parser
 
double m_observationalPrecisionScale
The scale parameter for the Gamma hyperprior for the observational precision. 
 
void print(std::ostream &os) const 
Prints this to os. 
 
std::string m_option_discrepancyCorrelationStrengthBeta
 
double m_discrepancyPrecisionScale
The scale parameter for the Gamma hyperprior for the discrepancy precision. 
 
double m_emulatorDataPrecisionShape
The shape parameter for the Gamma hyperprior for the emulator data precision.