Dakota
Version 6.19
Explore and Predict with Confidence
|
Container class for numerical solutions for a given DAG. More...
Public Member Functions | |
DAGSolutionData () | |
default constructor | |
DAGSolutionData (const RealVector &avg_eval_ratios, Real avg_hf_target, Real avg_est_var, Real avg_est_var_ratio, Real equiv_hf) | |
DAGSolutionData (const DAGSolutionData &sd) | |
copy constructor | |
~DAGSolutionData () | |
destructor | |
DAGSolutionData & | operator= (const DAGSolutionData &) |
assignment operator | |
Public Attributes | |
RealVector | avgEvalRatios |
Real | avgHFTarget |
Real | avgEstVar |
average estimator variance for model graph | |
Real | avgEstVarRatio |
average estimator variance ratio (1 - R^2) for model graph: the ratio of final estimator variance (optimizer result) and final MC estimator variance using final N_H samples (not equivHF) | |
Real | equivHFAlloc |
Container class for numerical solutions for a given DAG.
Used for caching the optimization solution data that is required for restoring a selected (best) DAG.