![]() |
Dakota Reference Manual
Version 6.12
Explore and Predict with Confidence
|
Specifies how function evaluations will be performed in order to map the variables into the responses.
This keyword is related to the topics:
Alias: none
Argument(s): none
Child Keywords:
Required/Optional | Description of Group | Dakota Keyword | Dakota Keyword Description | |
---|---|---|---|---|
Optional | id_interface | Name the interface block; helpful when there are multiple | ||
Optional | analysis_drivers | Define how Dakota should run a function evaluation | ||
Optional | algebraic_mappings | Use AMPL to define algebraic input-output mappings | ||
Optional | failure_capture | Determine how Dakota responds to analysis driver failure | ||
Optional | deactivate | Deactivate Dakota interface features for simplicity or efficiency | ||
Optional (Choose One) | Group 1 | batch | Perform evaluations in batches | |
asynchronous | Specify local evaluation or analysis concurrency | |||
Optional | evaluation_servers | Specify the number of evaluation servers when Dakota is run in parallel | ||
Optional | evaluation_scheduling | Specify the scheduling of concurrent evaluations when Dakota is run in parallel | ||
Optional | processors_per_evaluation | Specify the number of processors per evaluation server when Dakota is run in parallel | ||
Optional | analysis_servers | Specify the number of analysis servers when Dakota is run in parallel | ||
Optional | analysis_scheduling | Specify the scheduling of concurrent analyses when Dakota is run in parallel |
The interface section in a Dakota input file specifies how function evaluations will be performed in order to map the variables into the responses. The term "interface" refers to the bridge between Dakota and the underlying simulation code.
In this context, a "function evaluation" is the series of operations that takes the variables and computes the responses. This can be comprised of one or many codes, scripts, and glue, which are generically referred to as "analysis drivers" (and optional input/output filters). The mapping actions of analysis_drivers may be combined with explicit algebraic_mappings
Parallelism Options
Note: see direct for the specific processors_per_analysis
specification supported for direct interfaces.
The ParallelLibrary class and the Parallel Computing chapter of the Users Manual[5] provide additional details on parallel configurations.
Function evaluations are performed using either interfaces to simulation codes, algebraic mappings, or a combination of the two.
When employing mappings with simulation codes, the interface invokes the simulation using either forks, direct function invocations, or computational grid invocations.
When employing algebraic mappings, the AMPL solver library[28] is used to evaluate a directed acyclic graph (DAG) specification from a separate stub.nl file. Separate stub.col and stub.row files are also required to declare the string identifiers of the subset of inputs and outputs, respectively, that will be used in the algebraic mappings.