mg-pso-gui 0.2.38__tar.gz → 0.2.39__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/PKG-INFO +1 -1
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mg_pso_gui.egg-info/PKG-INFO +1 -1
- mg_pso_gui-0.2.39/mgpsogui/gui/defaults/optimization.json +176 -0
- mg_pso_gui-0.2.39/mgpsogui/gui/defaults/sampling.json +111 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/defaults/sensitivity.json +2 -2
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/PSORunner.py +18 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/setup.py +1 -1
- mg_pso_gui-0.2.38/mgpsogui/gui/defaults/optimization.json +0 -183
- mg_pso_gui-0.2.38/mgpsogui/gui/defaults/sampling.json +0 -110
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mg_pso_gui.egg-info/SOURCES.txt +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mg_pso_gui.egg-info/dependency_links.txt +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mg_pso_gui.egg-info/entry_points.txt +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mg_pso_gui.egg-info/requires.txt +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mg_pso_gui.egg-info/top_level.txt +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/General/ParameterView.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/General/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/HomePage.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/OptionManager.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/OptionManager_backup.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/PlatformTab/PlatformTab.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/PlatformTab/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/RunTab/RunTab.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/RunTab/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/BoundsEditorWindow.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/BoundsList.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/CustomFunctionEditorWindow.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/CustomFunctionMetrics.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/FunctionsList.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/ListEditor.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/ListParametersView.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/OptimalParameterView.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/OverrideParameterMetrics.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/OverrideParameterWindow.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/SetupTab.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/StepView.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/SetupTab/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/VisualizeTab/MatrixEditor.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/VisualizeTab/SideBar.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/VisualizeTab/VisualizeTab.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/VisualizeTab/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/defaults/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/images/collapse.png +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/images/down.png +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/images/expand.png +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/images/play.png +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/images/plus.png +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/images/refresh.png +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/images/refresh_hd.png +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/images/stop.png +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/images/test.png +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/images/trash.png +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/gui/images/up.png +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/mgpsogui.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/start.yaml +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/CTkToolTip/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/CTkToolTip/ctk_tooltip.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/GraphGenerator.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/debug.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/helpers.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/pso/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/pso/csip_access.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/pso/pso.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/sampling/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/sampling/halton/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/sampling/halton/halton.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/sampling/halton/prime.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/sampling/random/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/sampling/random/random_sampler.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/sampling/sample_trace_writer.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/sampling/sampler_task.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/sampling/sampling.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/utils/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/utils/plot/__init__.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/utils/plot/cost_steps.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/utils/trace_writer.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/utils/utils.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/sampler_test_driver.py +0 -0
- {mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/setup.cfg +0 -0
@@ -0,0 +1,176 @@
|
|
1
|
+
{
|
2
|
+
"model_parameters": [
|
3
|
+
{
|
4
|
+
"name": "startTime",
|
5
|
+
"value": "2002-01-01",
|
6
|
+
"type": "date",
|
7
|
+
"destination": "args"
|
8
|
+
},
|
9
|
+
{
|
10
|
+
"name": "endTime",
|
11
|
+
"value": "2006-12-31",
|
12
|
+
"type": "date",
|
13
|
+
"destination": "args"
|
14
|
+
},
|
15
|
+
{
|
16
|
+
"name": "dataStartTime",
|
17
|
+
"value": "2002-01-01",
|
18
|
+
"type": "date",
|
19
|
+
"destination": "args"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"name": "dataEndTime",
|
23
|
+
"value": "2006-12-31",
|
24
|
+
"type": "date",
|
25
|
+
"destination": "args"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "cal_startTime",
|
29
|
+
"value": "2003-01-01",
|
30
|
+
"type": "date",
|
31
|
+
"destination": "args"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"name": "cal_endTime",
|
35
|
+
"value": "2006-12-31",
|
36
|
+
"type": "date",
|
37
|
+
"destination": "args"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"name": "parallelismThreads",
|
41
|
+
"value": "2",
|
42
|
+
"type": "integer",
|
43
|
+
"destination": "args"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"name": "flagLoadState",
|
47
|
+
"value": "True",
|
48
|
+
"type": "boolean",
|
49
|
+
"destination": "args"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"name": "payload",
|
53
|
+
"value": "False",
|
54
|
+
"type": "boolean",
|
55
|
+
"destination": "args"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"name": "project",
|
59
|
+
"value": "SFIR3",
|
60
|
+
"type": "string",
|
61
|
+
"destination": "args"
|
62
|
+
}
|
63
|
+
],
|
64
|
+
"hyperparameters": [
|
65
|
+
{
|
66
|
+
"name": "min_rounds",
|
67
|
+
"value": "1",
|
68
|
+
"type": "integer",
|
69
|
+
"destination": "kwargs"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"name": "max_rounds",
|
73
|
+
"value": "2",
|
74
|
+
"type": "integer",
|
75
|
+
"destination": "kwargs"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"name": "n_particles",
|
79
|
+
"value": "10",
|
80
|
+
"type": "integer",
|
81
|
+
"destination": "kwargs"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"name": "iters",
|
85
|
+
"value": "20",
|
86
|
+
"type": "integer",
|
87
|
+
"destination": "kwargs"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"name": "n_threads",
|
91
|
+
"value": "10",
|
92
|
+
"type": "integer",
|
93
|
+
"destination": "kwargs"
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"name": "options_c1",
|
97
|
+
"value": "2",
|
98
|
+
"type": "float",
|
99
|
+
"destination": "options"
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"name": "options_c2",
|
103
|
+
"value": "2",
|
104
|
+
"type": "float",
|
105
|
+
"destination": "options"
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"name": "options_w",
|
109
|
+
"value": "0.8",
|
110
|
+
"type": "float",
|
111
|
+
"destination": "options"
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"name": "strategy_w",
|
115
|
+
"value": "adaptive",
|
116
|
+
"type": "string",
|
117
|
+
"destination": "oh_strategy"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"name": "strategy_c1",
|
121
|
+
"value": "adaptive",
|
122
|
+
"type": "string",
|
123
|
+
"destination": "oh_strategy"
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"name": "strategy_c2",
|
127
|
+
"value": "adaptive",
|
128
|
+
"type": "string",
|
129
|
+
"destination": "oh_strategy"
|
130
|
+
}
|
131
|
+
],
|
132
|
+
"service_parameters": [
|
133
|
+
{
|
134
|
+
"name": "service_timeout",
|
135
|
+
"value": "400",
|
136
|
+
"type": "integer",
|
137
|
+
"destination": "conf"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"name": "http_retry",
|
141
|
+
"value": "5",
|
142
|
+
"type": "integer",
|
143
|
+
"destination": "conf"
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"name": "allow_redirects",
|
147
|
+
"value": "True",
|
148
|
+
"type": "boolean",
|
149
|
+
"destination": "conf"
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"name": "async_call",
|
153
|
+
"value": "False",
|
154
|
+
"type": "boolean",
|
155
|
+
"destination": "conf"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"name": "conn_timeout",
|
159
|
+
"value": "10",
|
160
|
+
"type": "integer",
|
161
|
+
"destination": "conf"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"name": "read_timeout",
|
165
|
+
"value": "400",
|
166
|
+
"type": "integer",
|
167
|
+
"destination": "conf"
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"name": "particles_fail",
|
171
|
+
"value": "5",
|
172
|
+
"type": "integer",
|
173
|
+
"destination": "conf"
|
174
|
+
}
|
175
|
+
]
|
176
|
+
}
|
@@ -0,0 +1,111 @@
|
|
1
|
+
{
|
2
|
+
"model_parameters": [
|
3
|
+
{
|
4
|
+
"name": "startTime",
|
5
|
+
"value": "2011-06-08",
|
6
|
+
"type": "date",
|
7
|
+
"destination": "args"
|
8
|
+
},
|
9
|
+
{
|
10
|
+
"name": "endTime",
|
11
|
+
"value": "2011-07-13",
|
12
|
+
"type": "date",
|
13
|
+
"destination": "args"
|
14
|
+
},
|
15
|
+
{
|
16
|
+
"name": "dataStartTime",
|
17
|
+
"value": "2011-06-08",
|
18
|
+
"type": "date",
|
19
|
+
"destination": "args"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"name": "dataEndTime",
|
23
|
+
"value": "2011-07-13",
|
24
|
+
"type": "date",
|
25
|
+
"destination": "args"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "parallelismThreads",
|
29
|
+
"value": "8",
|
30
|
+
"type": "integer",
|
31
|
+
"destination": "args"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"name": "flagLoadState",
|
35
|
+
"value": "True",
|
36
|
+
"type": "boolean",
|
37
|
+
"destination": "args"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"name": "payload",
|
41
|
+
"value": "False",
|
42
|
+
"type": "boolean",
|
43
|
+
"destination": "args"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"name": "project",
|
47
|
+
"value": "drake58hru-5min",
|
48
|
+
"type": "string",
|
49
|
+
"destination": "args"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"name": "offset",
|
53
|
+
"value": "5",
|
54
|
+
"type": "integer",
|
55
|
+
"destination": "kwargs"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"name": "count",
|
59
|
+
"value": "10",
|
60
|
+
"type": "integer",
|
61
|
+
"destination": "kwargs"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"name": "num_threads",
|
65
|
+
"value": "2",
|
66
|
+
"type": "integer",
|
67
|
+
"destination": "kwargs"
|
68
|
+
}
|
69
|
+
],
|
70
|
+
"hyperparameters": [
|
71
|
+
|
72
|
+
],
|
73
|
+
"service_parameters": [
|
74
|
+
{
|
75
|
+
"name": "service_timeout",
|
76
|
+
"value": "400",
|
77
|
+
"type": "integer",
|
78
|
+
"destination": "conf"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"name": "http_retry",
|
82
|
+
"value": "5",
|
83
|
+
"type": "integer",
|
84
|
+
"destination": "conf"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"name": "allow_redirects",
|
88
|
+
"value": "True",
|
89
|
+
"type": "boolean",
|
90
|
+
"destination": "conf"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"name": "async_call",
|
94
|
+
"value": "False",
|
95
|
+
"type": "boolean",
|
96
|
+
"destination": "conf"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"name": "conn_timeout",
|
100
|
+
"value": "10",
|
101
|
+
"type": "integer",
|
102
|
+
"destination": "conf"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"name": "read_timeout",
|
106
|
+
"value": "400",
|
107
|
+
"type": "integer",
|
108
|
+
"destination": "conf"
|
109
|
+
}
|
110
|
+
]
|
111
|
+
}
|
@@ -8,13 +8,13 @@
|
|
8
8
|
"name": "service_timeout",
|
9
9
|
"value": "60",
|
10
10
|
"type": "integer",
|
11
|
-
"destination": "
|
11
|
+
"destination": "conf"
|
12
12
|
},
|
13
13
|
{
|
14
14
|
"name": "mode",
|
15
15
|
"value": "async",
|
16
16
|
"type": "string",
|
17
|
-
"destination": "
|
17
|
+
"destination": "conf"
|
18
18
|
}
|
19
19
|
]
|
20
20
|
}
|
@@ -232,6 +232,15 @@ def run_sampling(data, mode, folder, results_queue):
|
|
232
232
|
|
233
233
|
config['step_trace'] = os.path.join(folder, 'pso_step_trace.json')
|
234
234
|
|
235
|
+
print("Parsing Parameters...\n", flush=True)
|
236
|
+
print("steps: ", output_steps, flush=True)
|
237
|
+
print("args: ", args, flush=True)
|
238
|
+
print("options: ", options, flush=True)
|
239
|
+
print("oh_strategy: ", oh_strategy, flush=True)
|
240
|
+
print("config: ", config, flush=True)
|
241
|
+
print("metainfo: ", metainfo, flush=True)
|
242
|
+
print("kwargs: ", parameter_map, flush=True)
|
243
|
+
|
235
244
|
print("Running Sampling..\n", flush=True)
|
236
245
|
trace = run_sampler(output_steps,
|
237
246
|
args,
|
@@ -273,6 +282,15 @@ def run_optimization(data, folder, results_queue):
|
|
273
282
|
|
274
283
|
config['step_trace'] = os.path.join(folder, 'pso_step_trace.json')
|
275
284
|
|
285
|
+
print("Parsing Parameters...\n", flush=True)
|
286
|
+
print("steps: ", output_steps, flush=True)
|
287
|
+
print("args: ", args, flush=True)
|
288
|
+
print("options: ", options, flush=True)
|
289
|
+
print("oh_strategy: ", oh_strategy, flush=True)
|
290
|
+
print("config: ", config, flush=True)
|
291
|
+
print("metainfo: ", metainfo, flush=True)
|
292
|
+
print("kwargs: ", parameter_map, flush=True)
|
293
|
+
|
276
294
|
print("Running MG-PSO Optimization...\n", flush=True)
|
277
295
|
optimizer, trace = global_best(output_steps,
|
278
296
|
rounds=(int(pp('min_rounds', parameter_map)), int(pp('max_rounds', parameter_map))),
|
@@ -1,183 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"model_parameters": [
|
3
|
-
{
|
4
|
-
"name": "startTime",
|
5
|
-
"value": "2002-01-01",
|
6
|
-
"type": "date",
|
7
|
-
"destination": "param"
|
8
|
-
|
9
|
-
},
|
10
|
-
{
|
11
|
-
"name": "endTime",
|
12
|
-
"value": "2006-12-31",
|
13
|
-
"type": "date",
|
14
|
-
"destination": "param"
|
15
|
-
},
|
16
|
-
{
|
17
|
-
"name": "dataStartTime",
|
18
|
-
"value": "2002-01-01",
|
19
|
-
"type": "date",
|
20
|
-
"destination": "param"
|
21
|
-
},
|
22
|
-
{
|
23
|
-
"name": "dataEndTime",
|
24
|
-
"value": "2006-12-31",
|
25
|
-
"type": "date",
|
26
|
-
"destination": "param"
|
27
|
-
},
|
28
|
-
{
|
29
|
-
"name": "cal_startTime",
|
30
|
-
"value": "2003-01-01",
|
31
|
-
"type": "date",
|
32
|
-
"destination": "param"
|
33
|
-
},
|
34
|
-
{
|
35
|
-
"name": "cal_endTime",
|
36
|
-
"value": "2006-12-31",
|
37
|
-
"type": "date",
|
38
|
-
"destination": "param"
|
39
|
-
},
|
40
|
-
{
|
41
|
-
"name": "parallelismThreads",
|
42
|
-
"value": "2",
|
43
|
-
"type": "integer",
|
44
|
-
"destination": "param"
|
45
|
-
},
|
46
|
-
{
|
47
|
-
"name": "flagLoadState",
|
48
|
-
"value": "True",
|
49
|
-
"type": "boolean",
|
50
|
-
"destination": "param"
|
51
|
-
},
|
52
|
-
{
|
53
|
-
"name": "payload",
|
54
|
-
"value": "False",
|
55
|
-
"type": "boolean",
|
56
|
-
"destination": "param"
|
57
|
-
},
|
58
|
-
{
|
59
|
-
"name": "project",
|
60
|
-
"value": "SFIR3",
|
61
|
-
"type": "string",
|
62
|
-
"destination": "param"
|
63
|
-
}
|
64
|
-
],
|
65
|
-
"hyperparameters": [
|
66
|
-
{
|
67
|
-
"name": "min_rounds",
|
68
|
-
"value": "1",
|
69
|
-
"type": "integer",
|
70
|
-
"destination": "calibration_parameters"
|
71
|
-
},
|
72
|
-
{
|
73
|
-
"name": "max_rounds",
|
74
|
-
"value": "2",
|
75
|
-
"type": "integer",
|
76
|
-
"destination": "calibration_parameters"
|
77
|
-
},
|
78
|
-
{
|
79
|
-
"name": "n_particles",
|
80
|
-
"value": "10",
|
81
|
-
"type": "integer",
|
82
|
-
"destination": "calibration_parameters"
|
83
|
-
},
|
84
|
-
{
|
85
|
-
"name": "iters",
|
86
|
-
"value": "20",
|
87
|
-
"type": "integer",
|
88
|
-
"destination": "calibration_parameters"
|
89
|
-
},
|
90
|
-
{
|
91
|
-
"name": "n_threads",
|
92
|
-
"value": "10",
|
93
|
-
"type": "integer",
|
94
|
-
"destination": "calibration_parameters"
|
95
|
-
},
|
96
|
-
{
|
97
|
-
"name": "ftol",
|
98
|
-
"value": "NULL",
|
99
|
-
"type": "float",
|
100
|
-
"destination": "calibration_parameters"
|
101
|
-
},
|
102
|
-
{
|
103
|
-
"name": "options_c1",
|
104
|
-
"value": "2",
|
105
|
-
"type": "float",
|
106
|
-
"destination": "calibration_parameters"
|
107
|
-
},
|
108
|
-
{
|
109
|
-
"name": "options_c2",
|
110
|
-
"value": "2",
|
111
|
-
"type": "float",
|
112
|
-
"destination": "calibration_parameters"
|
113
|
-
},
|
114
|
-
{
|
115
|
-
"name": "options_w",
|
116
|
-
"value": "0.8",
|
117
|
-
"type": "float",
|
118
|
-
"destination": "calibration_parameters"
|
119
|
-
},
|
120
|
-
{
|
121
|
-
"name": "strategy_w",
|
122
|
-
"value": "adaptive",
|
123
|
-
"type": "string",
|
124
|
-
"destination": "calibration_parameters"
|
125
|
-
},
|
126
|
-
{
|
127
|
-
"name": "strategy_c1",
|
128
|
-
"value": "adaptive",
|
129
|
-
"type": "string",
|
130
|
-
"destination": "calibration_parameters"
|
131
|
-
},
|
132
|
-
{
|
133
|
-
"name": "strategy_c2",
|
134
|
-
"value": "adaptive",
|
135
|
-
"type": "string",
|
136
|
-
"destination": "calibration_parameters"
|
137
|
-
}
|
138
|
-
],
|
139
|
-
"service_parameters": [
|
140
|
-
{
|
141
|
-
"name": "service_timeout",
|
142
|
-
"value": "400",
|
143
|
-
"type": "integer",
|
144
|
-
"destination": "calibration_parameters"
|
145
|
-
},
|
146
|
-
{
|
147
|
-
"name": "http_retry",
|
148
|
-
"value": "5",
|
149
|
-
"type": "integer",
|
150
|
-
"destination": "calibration_parameters"
|
151
|
-
},
|
152
|
-
{
|
153
|
-
"name": "allow_redirects",
|
154
|
-
"value": "True",
|
155
|
-
"type": "boolean",
|
156
|
-
"destination": "calibration_parameters"
|
157
|
-
},
|
158
|
-
{
|
159
|
-
"name": "async_call",
|
160
|
-
"value": "False",
|
161
|
-
"type": "boolean",
|
162
|
-
"destination": "calibration_parameters"
|
163
|
-
},
|
164
|
-
{
|
165
|
-
"name": "conn_timeout",
|
166
|
-
"value": "10",
|
167
|
-
"type": "integer",
|
168
|
-
"destination": "calibration_parameters"
|
169
|
-
},
|
170
|
-
{
|
171
|
-
"name": "read_timeout",
|
172
|
-
"value": "400",
|
173
|
-
"type": "integer",
|
174
|
-
"destination": "calibration_parameters"
|
175
|
-
},
|
176
|
-
{
|
177
|
-
"name": "particles_fail",
|
178
|
-
"value": "5",
|
179
|
-
"type": "integer",
|
180
|
-
"destination": "calibration_parameters"
|
181
|
-
}
|
182
|
-
]
|
183
|
-
}
|
@@ -1,110 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"model_parameters": [
|
3
|
-
{
|
4
|
-
"name": "startTime",
|
5
|
-
"value": "2011-06-08",
|
6
|
-
"type": "date",
|
7
|
-
"destination": "param"
|
8
|
-
},
|
9
|
-
{
|
10
|
-
"name": "endTime",
|
11
|
-
"value": "2011-07-13",
|
12
|
-
"type": "date",
|
13
|
-
"destination": "param"
|
14
|
-
},
|
15
|
-
{
|
16
|
-
"name": "dataStartTime",
|
17
|
-
"value": "2011-06-08",
|
18
|
-
"type": "date",
|
19
|
-
"destination": "param"
|
20
|
-
},
|
21
|
-
{
|
22
|
-
"name": "dataEndTime",
|
23
|
-
"value": "2011-07-13",
|
24
|
-
"type": "date",
|
25
|
-
"destination": "param"
|
26
|
-
},
|
27
|
-
{
|
28
|
-
"name": "parallelismThreads",
|
29
|
-
"value": "8",
|
30
|
-
"type": "integer",
|
31
|
-
"destination": "param"
|
32
|
-
},
|
33
|
-
{
|
34
|
-
"name": "flagLoadState",
|
35
|
-
"value": "True",
|
36
|
-
"type": "boolean",
|
37
|
-
"destination": "param"
|
38
|
-
},
|
39
|
-
{
|
40
|
-
"name": "payload",
|
41
|
-
"value": "False",
|
42
|
-
"type": "boolean",
|
43
|
-
"destination": "param"
|
44
|
-
},
|
45
|
-
{
|
46
|
-
"name": "project",
|
47
|
-
"value": "drake58hru-5min",
|
48
|
-
"type": "string",
|
49
|
-
"destination": "param"
|
50
|
-
},
|
51
|
-
{
|
52
|
-
"name": "offset",
|
53
|
-
"value": "5",
|
54
|
-
"type": "integer",
|
55
|
-
"destination": "calibration_parameters"
|
56
|
-
},
|
57
|
-
{
|
58
|
-
"name": "count",
|
59
|
-
"value": "10",
|
60
|
-
"type": "integer",
|
61
|
-
"destination": "calibration_parameters"
|
62
|
-
},
|
63
|
-
{
|
64
|
-
"name": "num_threads",
|
65
|
-
"value": "2",
|
66
|
-
"type": "integer",
|
67
|
-
"destination": "calibration_parameters"
|
68
|
-
}
|
69
|
-
],
|
70
|
-
"hyperparameters": [
|
71
|
-
],
|
72
|
-
"service_parameters": [
|
73
|
-
{
|
74
|
-
"name": "service_timeout",
|
75
|
-
"value": "400",
|
76
|
-
"type": "integer",
|
77
|
-
"destination": "calibration_parameters"
|
78
|
-
},
|
79
|
-
{
|
80
|
-
"name": "http_retry",
|
81
|
-
"value": "5",
|
82
|
-
"type": "integer",
|
83
|
-
"destination": "calibration_parameters"
|
84
|
-
},
|
85
|
-
{
|
86
|
-
"name": "allow_redirects",
|
87
|
-
"value": "True",
|
88
|
-
"type": "boolean",
|
89
|
-
"destination": "calibration_parameters"
|
90
|
-
},
|
91
|
-
{
|
92
|
-
"name": "async_call",
|
93
|
-
"value": "False",
|
94
|
-
"type": "boolean",
|
95
|
-
"destination": "calibration_parameters"
|
96
|
-
},
|
97
|
-
{
|
98
|
-
"name": "conn_timeout",
|
99
|
-
"value": "10",
|
100
|
-
"type": "integer",
|
101
|
-
"destination": "calibration_parameters"
|
102
|
-
},
|
103
|
-
{
|
104
|
-
"name": "read_timeout",
|
105
|
-
"value": "400",
|
106
|
-
"type": "integer",
|
107
|
-
"destination": "calibration_parameters"
|
108
|
-
}
|
109
|
-
]
|
110
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/sampling/random/random_sampler.py
RENAMED
File without changes
|
{mg_pso_gui-0.2.38 → mg_pso_gui-0.2.39}/mgpsogui/util/recosu/sampling/sample_trace_writer.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|