HyperStudy creates a directory structure for each study. The origin of this structure is the study Directory defined by user input. There are five sub-directories: nom_run, doe, approximation, optimization, and stochastic. Each sub-directory holds the files for five different tasks: study Setup, DOE study, Approximation, Optimization study, and Stochastic study, respectively. The doe, optimization, and stochastic directories have sub-directories for each study which, in turn, have subdirectories for each run. Each run directory (runi) then contains a subdirectory for each model. There is an optional purge for these run directories that discards the directory and all of the information contained within it, after the required data for the particular study is extracted.
study_directory/approaches nom_1/ <fit_variable_name>/ <fit_variable_name>_approximations.slk <fit_variable_name>_runsummary.data <doe_variable_name>/ <doe_variable_name>_runsummary.data <opt_variable_name>/ <opt_variable_name>_<iteration number>.data <opt_variable_name>_runsummary.data <opt_variable_name>_runsummary_all.data <sto_variable_name>/ <sto_variable_name>_runsummary.data
|
The approximation directory has sub-directories for each response approximation.
Study directory structure