$extrastylesheet
Dakota  Version 6.2
Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes
NonDCalibration Class Reference
Inheritance diagram for NonDCalibration:
NonD Analyzer Iterator NonDBayesCalibration NonDDREAMBayesCalibration NonDGPMSABayesCalibration NonDQUESOBayesCalibration

List of all members.

Public Member Functions

 NonDCalibration (ProblemDescDB &problem_db, Model &model)
 standard constructor
 ~NonDCalibration ()
 destructor

Protected Member Functions

void set_configuration_vars (Model &model, const RealVector &x)
 set the passed configuration variables into the model's state vars

Protected Attributes

RealVector expStdDeviations
 1 or numFunctions standard deviations
bool calibrationData
 flag indicating whether there is calibration data present
size_t numExperiments
 number of experiments to read from data file
size_t numExpConfigVars
 number of columns in data file which are state variables
StringArray varianceTypesRead
 how many sigmas to read from the data file (1 or numFunctions)
ExperimentData expData
 Container for experimental data to which to calibrate model.

Private Member Functions

bool find_state_index (unsigned short state_type, UShortMultiArrayConstView variable_types, std::string context_message, size_t &start_index)
 helper function to lookup a state_type enum variable type in the array of variables_types to find its start_index into the all array

Private Attributes

size_t continuousConfigVars
 number of continuous configuration variables
size_t discreteIntConfigVars
 number of discrete integer configuration variables
size_t discreteRealConfigVars
 number of discrete real configuration variables
size_t continuousConfigStart
 index of configuration variables in all continuous array
size_t discreteIntConfigStart
 index of configuration variables in all discrete integer array
size_t discreteRealConfigStart
 index of configuration variables in all discrete real array

Detailed Description

This class ...


Constructor & Destructor Documentation

NonDCalibration ( ProblemDescDB problem_db,
Model model 
)

The documentation for this class was generated from the following files: