1
2environment,
3	output_precision = 16
4
5method,
6	polynomial_chaos
7# For adapted generalized, the starting candidate basis is determined by
8# initial_level and multiIndexGrowthFactor, such that expansion_order and
9# collocation_ratio only define the sample size.  For adapted expanding_front,
10# they define both the starting total-order candidate basis and the sample size.
11 	  expansion_order   = 4
12# 	  expansion_order   = 2
13#	  collocation_ratio = 0.9
14	  collocation_points = 70		#s0,#s1,#s2,#s3,#s4
15#	  collocation_points = 100		#s5,#s6,#s7
16# Basis adaptation algorithm:
17	  basis_type
18# Inactive algorithm option:
19#	    adapted generalized
20#	      initial_level = 0
21# Active algorithm option no longer requires expanding_front selection:
22	    adapted #expanding_front		#s0,#s1,#s2,#s3,#s4,#s5,#s6,#s7
23	      advancements = 3			#s0,#s1,#s2,#s3,#s4,#s5,#s6,#s7
24	  soft_convergence_limit = 1
25# CV settings:
26	  seed = 1234567
27# CS and VBD settings:
28	  omp					#s0,#s5
29#	  lars					#s1,#s6
30#	  lasso					#s2,#s7
31#	  basis_pursuit	  			#s3
32#	  bpdn	  				#s4
33	  variance_based_decomp #interaction_order = 1
34	  output silent
35
36variables,
37	uniform_uncertain = 2			#s0,#s1,#s2,#s3,#s4
38	  lower_bounds = 0. 0.			#s0,#s1,#s2,#s3,#s4
39	  upper_bounds = 1. 1. 			#s0,#s1,#s2,#s3,#s4
40	  descriptors  = 'x1' 'x2'		#s0,#s1,#s2,#s3,#s4
41
42#	uniform_uncertain = 10			#s5,#s6,#s7
43#	  lower_bounds = 10*0.			#s5,#s6,#s7
44#	  upper_bounds = 10*1. 			#s5,#s6,#s7
45
46interface,
47	direct
48	analysis_driver = 'genz'
49	analysis_components = 'cp3'
50
51responses,
52	response_functions = 1
53	no_gradients
54	no_hessians
55
56