1#@ s0: UserMan=rosen_opt_ego
2#@ s2: TimeoutDelay=120
3#@ p0: MPIProcs=4
4# DAKOTA INPUT FILE - dakota_rosenbrock_ego.in
5# Dakota Input File: rosen_opt_ego.in           #s0
6
7environment
8  tabular_data
9    tabular_data_file = 'rosen_opt_ego.dat'
10
11method
12  efficient_global
13    seed = 123456
14#   batch_size = 4				#s2,#p0
15
16variables
17  continuous_design = 2
18    lower_bounds   -2.0 -2.0
19    upper_bounds    2.0  2.0
20    descriptors     'x1' 'x2'
21
22interface
23  analysis_drivers = 'rosenbrock'
24    direct					#s0,#s1,#p0
25#   fork asynchronous				#s2
26
27responses
28  objective_functions = 1
29# Verify same solution maximizing the negative objective
30#   weights  -1.0      		      	        #s1
31#   sense    'max'    				#s1
32  no_gradients
33  no_hessians
34