1#@ s*: Label=FastTest
2
3environment,
4	output_precision = 16
5
6method,
7	polynomial_chaos
8# For adapted generalized, the starting candidate basis is determined by
9# initial_level and multiIndexGrowthFactor, such that expansion_order and
10# collocation_ratio only define the sample size.  For adapted expanding_front,
11# they define both the starting total-order candidate basis and the sample size.
12 	  expansion_order   = 4
13# 	  expansion_order   = 2
14#	  collocation_ratio = 0.9
15	  collocation_points = 14
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
23	      advancements = 3			#s0
24	  soft_convergence_limit = 2
25# CV settings:
26	  seed = 1234567
27# CS and VBD settings:
28	  omp
29#	  basis_pursuit
30	  variance_based_decomp #interaction_order = 1
31	  output verbose
32
33variables,
34	uniform_uncertain = 2
35	  lower_bounds = -2. -2.
36	  upper_bounds =  2.  2.
37	  descriptors  = 'x1' 'x2'
38
39interface,
40	direct
41	analysis_driver = 'rosenbrock'
42
43responses,
44	response_functions = 1
45	no_gradients
46	no_hessians
47
48