![]() |
Dakota Reference Manual
Version 6.15
Explore and Predict with Confidence
|
Name the responses block; helpful when there are multiple
This keyword is related to the topics:
Alias: none
Argument(s): STRING
Default: use of last responses parsed
The optional id_responses
keyword accepts a string that uniquely identifies this responses block. A model can then use these responses by specifying the same string in its responses_pointer
specification.
Default Behavior
If the id_responses
specification is omitted, a particular responses specification will be used by a model only if that model does not include an responses_pointer
and the responses block was the last (or only) one parsed.
Usage Tips
id_responses
can be safely omitted from the responses block (and responses_pointer
omitted from the model specification(s)), since there is no ambiguity.For example, a model specification including
model responses_pointer = 'R1'
will link to a response set with
id_responses = 'R1'