1#@ s*: Label=FastTest
2# DAKOTA INPUT FILE : dakota_rkd.in
3# This input file tests the Recursive k-d Darts (RKD) capability.
4
5environment
6#  tabular_data
7
8method
9   rkd_darts
10     model_pointer = 'SURR'
11      build_samples = 100
12      seed = 8493
13      samples_on_emulator = 1.E5
14
15model,
16        id_model = 'SURR'
17        surrogate global,
18	  actual_model_pointer = 'TRUTH'
19          reuse_samples all
20#	  gaussian_process surfpack
21	  polynomial basis_order = 2
22#	    domain_decomp
23#	      cell_type = 'vornonoi'
24#	      discontinuity_detection
25#	        jump_threshold 0.5
26
27model
28  single
29    id_model = 'TRUTH'
30
31variables
32   active all
33   uniform_uncertain = 2
34   lower_bounds = -2.0 -2.0
35   upper_bounds = 2.0 2.0
36
37interface
38   direct
39#   analysis_driver = 'smooth_herbie'
40   analysis_driver = 'text_book'
41
42responses,
43   objective_functions = 3
44   no_gradients
45   no_hessians
46