-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
58 lines (56 loc) · 826 Bytes
/
config.json
File metadata and controls
58 lines (56 loc) · 826 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"generations": 100,
"time_limit": 1,
"information_collector_type": "iteration_data",
"run_count": 1,
"objective_function": "MAXCUT",
"start_type": 0,
"mutators": [
{
"type": "unif",
"id": 0,
"arguments": {
}
},
{
"type": "fmut",
"id": 1,
"arguments": {
"power_law_beta": 1.5
}
},
{
"type": "pmut",
"id": 2,
"arguments": {
"power_law_beta": 1.5
}
},
{
"type": "pmutActivity",
"id": 3,
"arguments": {
"max": 100,
"min": 1,
"start": 50,
"inc": 1,
"dec": 1,
"decay_rate": 0.95,
"power_law_beta": 1.5
}
},
{
"type": "unifSigmoid",
"id": 4,
"arguments": {
"max": 1000,
"min": -1000,
"start": 0,
"inc": 1,
"dec": 1,
"decay_rate": 0.95,
"sigmoid_smoothness": 0.0005
}
}
]
}