generated from UCSD-E4E/python-repo-example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
93 lines (93 loc) · 1.06 KB
/
config.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"lb": [
"0",
"1",
"1",
"1",
"1",
"1",
"1",
"0",
"1",
"0",
"0",
"0",
"1",
"0",
"0"
],
"ub": [
"Inf",
"2",
"Inf",
"Inf",
"Inf",
"Inf",
"Inf",
"Inf",
"2",
"Inf",
"Inf",
"Inf",
"Inf",
"1",
"1"
],
"mu": [
"4",
"2",
"5",
"80",
"1",
"6",
"4",
"3",
"1",
"5",
"7",
"3",
"10",
"0.3",
"0.8"
],
"std": [
"4",
"1",
"1",
"19.75",
"0.25",
"1.25",
"4",
"3",
"1",
"5",
"7",
"3",
"9",
"0.2",
"0.2"
],
"intIndices": [
2,
3,
4,
8,
9,
10,
11,
12,
13
],
"InputPath": "input/viso_video_1",
"GroundTruthPath": "input/viso_video_1_gt.txt",
"FrameRate": "10",
"PopulationSize": "250",
"MaxGenerations": "1e9",
"FunctionTolerance": "1e-10",
"MaxStallGenerations": "1e6",
"UseParallel": "false",
"ParetoFraction": "0.7",
"Display": "iter",
"NumWorkers": "3",
"UseParallelBaboonMMB": "true"
}