-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathbranin4_scenario_pibo.json
More file actions
36 lines (36 loc) · 985 Bytes
/
Copy pathbranin4_scenario_pibo.json
File metadata and controls
36 lines (36 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"application_name": "branin4",
"optimization_objectives": ["Value"],
"optimization_iterations": 15,
"acquisition_function": "EI_PIBO",
"models" : {
"model" : "gaussian_process"
},
"input_parameters" : {
"x1": {
"parameter_type" : "real",
"values" : [-5, 10],
"parameter_default" : 0
},
"x2": {
"parameter_type" : "real",
"values" : [0, 15],
"parameter_default" : 0,
"prior" : "gaussian",
"prior_parameters" : [5,5]
},
"x3": {
"parameter_type" : "integer",
"values" : [-5, 10],
"parameter_default" : 0
},
"x4": {
"parameter_type" : "integer",
"values" : [0, 15],
"parameter_default" : 0,
"prior": [1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
}
},
"predict_noiseless": true,
"log_file": "branin4_gp.log"
}