#@ s*: Label=AcceptanceTest #@ s0: UserMan=herbie_shubert_opt_ego # Dakota Input File: herbie_shubert_opt_ego.in #s0 # Example of using EGO to find the minumum of the 5 dimensional version #s0 # of the abitrary-dimensional/separable 'herbie' OR 'smooth_herbie' OR #s0 # 'shubert' test functions #s0 # NOTES: # Best known solution: objective f = -1.22112 at x = [1, 1, 1, 1, 1] # There are slightly poorer solutions in each orthant with x_i = +/-1 # The regression test is currently protecting one such nearby solution environment tabular_data tabular_data_file = 'herbie_shubert_opt_ego.dat' method efficient_global # EGO Efficient Global Optimization initial_samples 50 seed = 123456 variables continuous_design = 5 # 5 dimensions lower_bounds 5*-2.0 # use 5 copies of -2.0 for bound upper_bounds 5*2.0 # use 5 copies of 2.0 for bound interface # analysis_drivers = 'herbie' # use this for herbie #s0 analysis_drivers = 'smooth_herbie' # use this for smooth_herbie # analysis_drivers = 'shubert' # use this for shubert #s0 direct responses objective_functions = 1 no_gradients no_hessians