1#@ s*: Label=AcceptanceTest
2#@ s*: TimeoutDelay=120
3
4# DAKOTA Input File: dakota_ouu_cantilever_lps.in
5# Used to verify optima from dakota_ouu1_cantilever.in,
6# dakota_sbouu2_cantilever.in, dakota_sbouu3_cantilever.in,
7# dakota_sbouu4_cantilever.in, dakota_trsbouu2_cantilever.in,
8# and dakota_trsbouu4_cantilever.in, in that order.
9
10environment,
11	  method_pointer = 'PS'
12
13###########################
14# begin opt specification #
15###########################
16method,
17	id_method = 'PS'
18	model_pointer = 'LPS_M'
19        list_parameter_study
20# minimal/no data fit, variable pattern verifications:
21	  list_of_points = 3.0195318722e+00 3.1845826992e+00	#s0
22			   2.0660982704e+00 5.6929129101e+00	#s0
23			   2.0232129980e+00 8.7494244903e+00	#s0
24			   1.0000000000e+00 1.0000000000e+01	#s0
25			   2.4297272293e+00 3.8564600778e+00	#s0
26			   2.0980895798e+00 3.8571478460e+00	#s0
27# minimal/no data fit, fixed seed verifications:
28#	  list_of_points = 2.4536290333e+00 3.8302407596e+00	#s1
29#			   2.0723915942e+00 5.6884352808e+00	#s1
30#			   1.0000000000e+00 9.3322203861e+00	#s1
31#			   1.0000000000e+00 1.0000000000e+01	#s1
32#			   2.4749607875e+00 3.8314838300e+00	#s1
33#			   2.4543770190e+00 4.0791312818e+00	#s1
34# 50% data overfit, variable pattern verifications:
35#	  list_of_points = 1.4410446180e+00 8.0531334090e+00	#s2
36#			   1.0000000000e+00 1.0000000000e+01	#s2
37#			   8.1112679908e+00 6.0027088763e+00	#s2
38#			   2.5536618855e+00 3.6830499857e+00	#s2
39#			   2.9100218973e+00 3.2204006911e+00	#s2
40# 50% data overfit, fixed seed verifications:
41#	  list_of_points = 1.4599339064e+00 8.0172687932e+00	#s3
42#			   7.7968576549e+00 6.2654858337e+00	#s3
43#			   8.0175668287e+00 6.0597723557e+00	#s3
44#			   2.4476611908e+00 3.8393916192e+00	#s3
45#			   2.6282035286e+00 3.5792858017e+00	#s3
46
47model,
48	id_model = 'LPS_M'
49	nested
50	  variables_pointer  = 'OPTIM_V'
51	  sub_method_pointer = 'UQ'
52	  responses_pointer  = 'OPTIM_R'
53	  primary_response_mapping   = 1. 0. 0. 0. 0. 0.
54	  secondary_response_mapping = 0. 0. 1. 3. 0. 0.
55                                       0. 0. 0. 0. 1. 3.
56
57variables,
58	id_variables = 'OPTIM_V'
59	continuous_design = 2
60	  descriptors 'w' 't'
61
62responses,
63# minimize mean Weight
64# s.t.     mean_S + 3 sigma_S <= 0
65#          mean_D + 3 sigma_D <= 0
66#
67# NOTE: This specifies the TOTAL RESPONSE for the optimization,
68#       which is a combination of nested & interface responses.
69	id_responses = 'OPTIM_R'
70	objective_functions = 1
71	nonlinear_inequality_constraints = 2
72	no_gradients
73	no_hessians
74
75##########################
76# begin UQ specification #
77##########################
78method,
79	id_method = 'UQ'
80	model_pointer = 'UQ_M'
81        sampling
82	  samples = 50000 sample_type lhs
83	  seed = 12347  fixed_seed
84	  output silent
85
86model,
87	id_model = 'UQ_M'
88	single
89	  variables_pointer = 'UQ_V'
90	  interface_pointer = 'UQ_I'
91	  responses_pointer = 'UQ_R'
92
93variables,
94	id_variables = 'UQ_V'
95	continuous_design = 2
96	normal_uncertain = 4
97	  means             =  40000. 29.E+6 500. 1000.
98	  std_deviations    =  2000. 1.45E+6 100. 100.
99	  descriptors       =  'R' 'E' 'X' 'Y'
100
101interface,
102	id_interface = 'UQ_I'
103	direct
104	  analysis_driver = 'cantilever'
105	  deactivate evaluation_cache restart_file
106
107responses,
108	id_responses = 'UQ_R'
109	response_functions = 3
110	no_gradients
111	no_hessians
112