Home
last modified time | relevance | path

Searched refs:mcmcType (Results 1 – 9 of 9) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDQUESOBayesCalibration.cpp50 mcmcType(probDescDB.get_string("method.nond.mcmc_type")), in NonDQUESOBayesCalibration()
296 if (mcmcType == "multilevel") in init_queso_environment()
304 if (mcmcType == "multilevel") in init_queso_environment()
311 if (mcmcType == "multilevel") in init_queso_environment()
459 Cout << "Running Bayesian Calibration with QUESO " << mcmcType << " using " in run_queso_solver()
468 if (mcmcType == "multilevel") in run_queso_solver()
1156 = (mcmcType == "delayed_rejection" || mcmcType == "dram") ? 1 : 0; in set_mh_options()
1164 = (mcmcType == "adaptive_metropolis" || mcmcType == "dram") ? 100 : 0; in set_mh_options()
H A DNonDMUQBayesCalibration.cpp45 mcmcType(probDescDB.get_string("method.nond.mcmc_type")) in NonDMUQBayesCalibration()
162 if (mcmcType == "metropolis_hastings") in calibrate()
164 else if (mcmcType == "adaptive_metropolis") in calibrate()
185 Cout << "Running Bayesian Calibration with MUQ " << mcmcType << " using " in calibrate()
H A DNonDMUQBayesCalibration.hpp96 String mcmcType; member in Dakota::NonDMUQBayesCalibration
H A DDataMethod.cpp155 emulatorType(NO_EMULATOR), mcmcType("dram"), standardizedSpace(false), in DataMethodRep()
317 << emulatorType << mcmcType << standardizedSpace in write()
483 >> emulatorType >> mcmcType >> standardizedSpace in read()
649 << emulatorType << mcmcType << standardizedSpace in write()
H A DNonDQUESOBayesCalibration.hpp187 String mcmcType; member in Dakota::NonDQUESOBayesCalibration
H A DDataMethod.hpp1012 String mcmcType; member in Dakota::DataMethodRep
H A DNonDGPMSABayesCalibration.cpp310 Cout << ">>>>> GPMSA: Performing calibration with " << mcmcType << " using " in calibrate()
H A DNIDRProblemDescDB.cpp6649 MP2(mcmcType,adaptive_metropolis),
6650 MP2(mcmcType,delayed_rejection),
6651 MP2(mcmcType,dram),
6652 MP2(mcmcType,metropolis_hastings),
6653 MP2(mcmcType,multilevel),
H A DProblemDescDB.cpp2319 {"nond.mcmc_type", P mcmcType}, in get_string()