1Blurb:: Write evaluation data to HDF5 for all models
2
3Description::
4
5When this option is selected, evaluation for all models will
6be written to HDF5.
7
8HDF5 output is an experimental feature, and the contents and organization of
9the output file is subject to change. The current organization and a
10brief explanation of HDF5 is provided in the \ref hdf5_output section
11of this manual.
12
13Topics:: dakota_output
14
15Examples::
16
17For the example input in the parent keyword, the following model groups would be
18written:
19
20- \c /models/recast/RECAST_surr_RECAST_1/
21- \c /models/simulation/truth_m/
22- \c /models/surrogate/surr/
23
24The recast model, in this case, is automatically generated by Dakota to handle summing the
25pair of objective functions. See \ref hdf5_evaluations-hdf5_eval_sources for further explanation.
26
27The following links would be added to methods and models \c sources groups:
28- \c /methods/opt/sources/RECAST_surr_RECAST_1 \f$ \rightarrow \f$ \c /models/recast/RECAST_surr_RECAST_1/
29- \c /methods/training/sources/truth_m \f$ \rightarrow \f$ \c /models/simulation/truth_m/
30- \c /models/recast/RECAST_surr_RECAST_1/sources/surr \f$ \rightarrow \f$ \c /models/surrogate/surr/
31
32Depending on \ref environment-results_output-hdf5-interface_selection, the following links may also
33be added to model \c sources groups:
34
35- \c /models/surrogate/surr/sources/APPROX_INTERFACE_1 \f$ \rightarrow \f$ \c /interfaces/APPROX_INTERFACE_1/surr/
36- \c /models/simulation/truth_m/sources/truth \f$ \rightarrow \f$ \c /interfaces/truth/truth_m/
37
38
39Theory::
40Faq::
41See_Also::
42