-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.yaml
50 lines (48 loc) · 954 Bytes
/
config.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
problem:
name: SingleObjF1
template_case: 'case'
type: 'optimization'
models: auto
parameters:
x:
type: range
value_type: float
bounds: [-200, 200]
log_scale: False
scopes:
"/FxDict":
x: "x"
objectives:
F1:
mode: 'shell'
command: 'python3 benchmark.py --F F1 --k 1 --m 0 --lb 0.01'
threshold: 80
minimize: True
lower_is_better: True
meta:
case_subdirs_to_clone:
- FxDict
- benchmark.py
clone_destination: "./trials/"
case_run_mode: local
case_run_command: 'echo 0'
metric_value_mode: 'local'
n_trials: 300
n_parallel_trials: 5
ttl_trial: 3600
init_poll_wait: 0.1
poll_factor: 1.5
timeout: 10
use_saasbo: False
n_pareto_points: 5
stopping_strategy:
improvement_bar: 1e-4
min_trials: 300
window_size: 10
visualize:
update_interval: 15
n_figures: 3
zscore_bar: 15
graph_height: 400
host: '0.0.0.0'
port: 8888