-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathbranin4_scenario_resume.json
More file actions
36 lines (36 loc) · 975 Bytes
/
Copy pathbranin4_scenario_resume.json
File metadata and controls
36 lines (36 loc) · 975 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",
"models" : {
"model" : "gaussian_process"
},
"epsilon_greedy_threshold" : 0.0,
"input_parameters" : {
"x1": {
"parameter_type" : "real",
"values" : [-5, 10],
"parameter_default" : 0
},
"x2": {
"parameter_type" : "real",
"values" : [0, 15],
"parameter_default" : 0
},
"x3": {
"parameter_type" : "integer",
"values" : [-5, 10],
"parameter_default" : 0
},
"x4": {
"parameter_type" : "integer",
"values" : [0, 15],
"parameter_default" : 0
}
},
"predict_noiseless": true,
"log_file": "branin4_gp.log",
"resume_optimization": true,
"resume_optimization_file": "branin4_resume.csv"
}