all

Write evaluation data to HDF5 for all models

Topics

dakota_output

Specification

  • Alias: None

  • Arguments: None

  • Default: top_method

Description

When this option is selected, evaluation for all models will be written to HDF5.

HDF5 output is an experimental feature, and the contents and organization of the output file is subject to change. The current organization and a brief explanation of HDF5 is provided in the hdf5_output section of this manual.

Examples

For the example input in the parent keyword, the following model groups would be written:

  • /models/recast/RECAST_surr_RECAST_1/

  • /models/simulation/truth_m/

  • /models/surrogate/surr/

The recast model, in this case, is automatically generated by Dakota to handle summing the pair of objective functions. See hdf5_evaluations-hdf5_eval_sources for further explanation.

The following links would be added to methods and models sources groups:

  • /methods/opt/sources/RECAST_surr_RECAST_1 \(\rightarrow\) /models/recast/RECAST_surr_RECAST_1/

  • /methods/training/sources/truth_m \(\rightarrow\) /models/simulation/truth_m/

  • /models/recast/RECAST_surr_RECAST_1/sources/surr \(\rightarrow\) /models/surrogate/surr/

Depending on interface_selection, the following links may also be added to model sources groups:

  • /models/surrogate/surr/sources/APPROX_INTERFACE_1 \(\rightarrow\) /interfaces/APPROX_INTERFACE_1/surr/

  • /models/simulation/truth_m/sources/truth \(\rightarrow\) /interfaces/truth/truth_m/