1#@ TODO REVIEW: Not all tests need NPSOL.
2#@ *: DakotaConfig=HAVE_NPSOL
3#@ s2: TimeoutDelay=300
4
5## DAKOTA INPUT FILE - dakota_var_views_uq.in
6
7# This file contains tests of the variable views override capability
8# in the context of UQ methods.  It covers continuous variables
9# (discrete are covered in another test set) and considers only
10# default and 'active all' views to catch the most egregious problems.
11# Mix-and-match tests will be captured separately.
12
13method,
14	sampling,				#s0,   #s9
15	  samples = 100				#s0,   #s9
16	  seed = 34785				#s0,#s2,#s3,#s4,#s6,#s8,#s9
17#	local_reliability			#s1,   #f10
18#	  mpp_search x_taylor_mean		#s1,   #f10
19#	  num_response_levels = 3 0 0 		#s1,#s2
20#	  response_levels = 10. 40. 100.	#s1,#s2
21#	  num_response_levels = 1 1 1		#f10,#f11
22#	  response_levels = 0.5	0.5 0.5		#f10,#f11
23#	global_reliability  	    		#s2,   #f11
24#	  x_gaussian_process			    #s2,   #f11
25#   historical default:
26#   convergence_tolerance 0.001 #s2,   #f11
27#	polynomial_chaos			#s3,   #f12
28#	  quadrature_order = 5			#s3,#s4,#f12,#f13
29#	stoch_collocation			#s4,   #f13
30#       local_interval_est nip			#s5,   #f14
31#       global_interval_est ego			#s6,   #f15
32#	local_evidence sqp  			#s7,   #f16
33#	global_evidence lhs			#s8,   #f17
34
35variables,
36#	active all		#s9,#f10,#f11,#f12,#f13,#f14,#f15,#f16,#f17
37	continuous_design = 2
38	  initial_point  0.   0.
39	  upper_bounds   2.   2.
40	  lower_bounds  -2.  -2.
41	  descriptors   'x1' 'x2'
42	uniform_uncertain = 2
43	  upper_bounds   2.   2.
44	  lower_bounds  -2.  -2.
45	  descriptors   'x3' 'x4'
46	continuous_interval_uncertain = 2
47	  num_intervals    1      1
48	  interval_probs   1.	  1.
49	  upper_bounds     2.     2.
50	  lower_bounds    -2.    -2.
51	  descriptors     'x5'   'x6'
52	continuous_state = 2
53	  initial_state  0.   0.
54	  upper_bounds   2.   2.
55	  lower_bounds  -2.  -2.
56	  descriptors   'x7' 'x8'
57
58interface,
59	direct
60	  analysis_driver = 'text_book'
61
62responses,
63	response_functions = 3
64	no_gradients		#s0,#s2,#s3,#s4,#s6,#s8,#s9,#f11,#f12,#f13,#f15,#f17
65#	analytic_gradients	#s1,#s5,#s7,#f10,#f14,#f16
66	no_hessians
67