Optimization Output Files
Output files generated from an Optimization.
<opt_variable_name>.hyperopt
- File Creation
- This file is created during an Optimization study.
- File Location
- <study_directory>/approaches/<opt_variable_name>/<opt_variable_name>.hyperopt
- File Contents
-
Result Format Description Protocol file ASCII Contains all information about the optimization progress and convergence. You can open this file in the text editor of your choice. - Comments
-
- The default opt_variable_name is opt_i, where i is the number of the respective optimization study.
<opt_variable_name>.opt
- File Creation
- This file is created during an Optimization study.
- File Location
- <study_directory>/approaches/<opt_variable_name>/<opt_variable_name>.opt
- File Contents
-
Result Format Description Definition of the optimization problem ASCII Contains HyperOpt input data. - Comments
-
- The default opt_variable_name is opt_i, where i is the number of the respective optimization study.
<opt_variable_name>.hstds
- File Creation
- This file is created when Apply is selected during the Specifications step.
- File Location
- <study_directory>/approaches/<opt_variable_name>/<opt_variable_name>.hstds
- File Contents
-
Result Format Description Run Matrix Data hstds, binary Hstds files stores the retained data sources; direct access data using the .hstds file is not suggested.
<opt_variable_name>.hstdf
- File Creation
- This file is created when Apply is selected during the Specifications step.
- File Location
- <study_directory>/approaches/<opt_variable_name>/<opt_variable_name>.hstdf
- File Contents
-
Result Format Description Run Matrix Data hstdf, binary Hstdf files store the run data; however, direct access to the data using the hstdf files are not suggested.
<opt_variable_name>.status
- File Creation
- This file is created during an Optimization study.
- File Location
- <study_directory>/approaches/<opt_variable_name>/<opt_variable_name>.status
- File Contents
-
Result Format Description Status Report ASCII Contains the final status report on the optimization convergence. - Comments
-
- The default opt_variable_name is opt_i, where i is the number of the respective optimization study.