1
2environment
3  tabular_data
4
5method
6  sampling seed 1234 samples 100
7
8variables
9  uniform_uncertain 1
10   descriptors 'x1'
11  lower_bounds -1.0
12  upper_bounds 2.0
13
14responses
15  response_functions 1
16  no_gradients
17  no_hessians
18
19interface
20  # Using a system interface so Windows will use python interpreter for the driver
21  system
22  batch size 10
23   analysis_drivers '@Python_EXECUTABLE@ dakota_batch.py'
24  parameters_file 'params.in'
25  results_file 'results.out'
26  file_save
27