![]() |
Dakota Reference Manual
Version 6.15
Explore and Predict with Confidence
|
Export sample sequences enabling file format customization
Alias: none
Argument(s): none
Child Keywords:
Required/Optional | Description of Group | Dakota Keyword | Dakota Keyword Description | |
---|---|---|---|---|
Optional | header | Enable header row in custom-annotated tabular file | ||
Optional | eval_id | Enable evaluation ID column in custom-annotated tabular file | ||
Optional | interface_id | Enable interface ID column in custom-annotated tabular file |
Sample sequences are written on file with a user-defined format. If the keyword header
is present the heading is used, if the keyword eval_id
is present the sample number (per level) is included and if interface_id
is provided then the interface identification is reported.
The following method block
method, model_pointer = 'HIERARCH' multilevel_sampling pilot_samples = 20 seed = 1237 convergence_tolerance = .01 output silent export_sample_sequence custom_annotated eval_id
results in enabling the sample output on file with a customized format including only the progressive number of the sample (eval_id
).