standard
Expect results files in standard format
Specification
Alias: None
Arguments: None
Child Keywords:
Required/Optional  | 
Description of Group  | 
Dakota Keyword  | 
Dakota Keyword Description  | 
|---|---|---|---|
Optional  | 
Requires correct function value labels in results file  | 
||
Description
When this keyword is used, Dakota expects results files written by an analysis driver or output filter to be in the default standard format, which is explained here. A strength of the standard format is that it is flexible and easy to write. Standard-format results files can be written by the dakota.interfacing Python module.
module.
Examples
interface
  fork
  analysis_drivers 'driver.py'
  parameters_file = "params.in"
  results_file = "results.out"
  results_format
    standard

