1#@ *: DakotaConfig=HAVE_DEMO_TPL
2#@ s1: ReqFiles=demo_tpl.opts
3
4method,
5    demo_tpl
6#    options_file = "demo_tpl.opts"                     #s1
7    max_iterations = 1000
8#    max_function_evaluations = 750                     #s2
9    solution_target = 0.05
10
11variables,
12    continuous_design = 3
13    initial_point      -1.0    1.5   2.0
14    upper_bounds	10.0   10.0  10.0
15    lower_bounds       -10.0  -10.0 -10.0
16    descriptors	        'x1'  'x2'  'x3'
17
18interface,
19    direct
20    analysis_driver = 'text_book'
21
22responses,
23    objective_functions = 1
24#     nonlinear_equality_constraints = 1                #s2
25#     nonlinear_equality_targets = -.2                  #s2
26#     nonlinear_inequality_constraints = 2              #s3,#s4
27#     nonlinear_inequality_lower_bounds = -2.0  -3.0    #s4
28#     nonlinear_inequality_upper_bounds =  5.0   3.0    #s4
29#     descriptors 'f' 'c1' 'c2'                         #s3
30    no_gradients
31    no_hessians
32
33