-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.quick.json
More file actions
45 lines (45 loc) · 934 Bytes
/
config.quick.json
File metadata and controls
45 lines (45 loc) · 934 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
37
38
39
40
41
42
43
44
45
{
"experiment_settings": {
"N_values": [
8
],
"runs_sa_final": 2,
"runs_ga_final": 2,
"runs_bt_final": 1,
"runs_ga_tuning": 2,
"output_dir": "results_quick"
},
"timeout_settings": {
"bt_time_limit": 10.0,
"sa_time_limit": 5.0,
"ga_time_limit": 5.0,
"experiment_timeout": 15.0
},
"fitness_modes": [
"F1"
],
"tuning_grid": {
"pop_multipliers": [
4
],
"gen_multipliers": [
30
],
"pm_values": [
0.1
],
"pc_fixed": 0.8,
"tournament_size_fixed": 3
},
"optimal_parameters": {
"F1": {
"8": {
"pop_size": 32,
"max_gen": 240,
"pm": 0.1,
"pc": 0.8,
"tournament_size": 3
}
}
}
}