mg-pso-gui 0.1.23__tar.gz → 0.1.24__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.1.23 → mg-pso-gui-0.1.24}/PKG-INFO +1 -1
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mg_pso_gui.egg-info/PKG-INFO +1 -1
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/HomePage.py +4 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/GraphGenerator.py +28 -25
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/setup.py +1 -1
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mg_pso_gui.egg-info/SOURCES.txt +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mg_pso_gui.egg-info/dependency_links.txt +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mg_pso_gui.egg-info/entry_points.txt +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mg_pso_gui.egg-info/requires.txt +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mg_pso_gui.egg-info/top_level.txt +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/__init__.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/OptionManager.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/PlatformTab/PlatformTab.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/PlatformTab/__init__.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/RunTab/RunTab.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/RunTab/__init__.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/SetupTab/BoundsEditorWindow.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/SetupTab/BoundsList.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/SetupTab/CalibrationParametersView.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/SetupTab/FunctionsList.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/SetupTab/ListParametersView.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/SetupTab/SetupTab.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/SetupTab/StaticParameterView.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/SetupTab/StepView.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/SetupTab/__init__.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/VisualizeTab/VisualizeTab.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/VisualizeTab/__init__.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/__init__.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/images/IGOW 4 Logo.png +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/images/collapse.png +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/images/down.png +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/images/expand.png +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/images/play.png +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/images/refresh.png +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/images/refresh_hd.png +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/images/stop.png +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/images/test.png +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/images/trash.png +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/gui/images/up.png +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/mgpsogui.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/start.yaml +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/CTkToolTip/__init__.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/CTkToolTip/ctk_tooltip.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/PSORunner.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/__init__.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/recosu/__init__.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/recosu/pso/__init__.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/recosu/pso/csip_access.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/recosu/pso/pso.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/recosu/utils/__init__.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/recosu/utils/plot/__init__.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/recosu/utils/plot/cost_steps.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/recosu/utils/trace_writer.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/mgpsogui/util/recosu/utils/utils.py +0 -0
- {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.24}/setup.cfg +0 -0
|
@@ -177,6 +177,9 @@ class App(customtkinter.CTk):
|
|
|
177
177
|
|
|
178
178
|
self.after(1000, self.running_loop)
|
|
179
179
|
|
|
180
|
+
def update_graph(self):
|
|
181
|
+
GraphGenerator.generate_graphs(self)
|
|
182
|
+
|
|
180
183
|
'''def _resize_image(self, event):
|
|
181
184
|
self.graph_label.update_idletasks()
|
|
182
185
|
new_width = self.graph_label.winfo_width()
|
|
@@ -197,6 +200,7 @@ class App(customtkinter.CTk):
|
|
|
197
200
|
self.graph_label.configure(image=self.graph_image)
|
|
198
201
|
self.graph_label.update_idletasks()
|
|
199
202
|
|
|
203
|
+
|
|
200
204
|
def update_graph(self, value):
|
|
201
205
|
selected_graph = self.graph_selector_value.get()
|
|
202
206
|
info = self.option_manager.get_project_data()
|
|
@@ -7,33 +7,36 @@ from PIL import Image, ImageTk
|
|
|
7
7
|
import customtkinter
|
|
8
8
|
|
|
9
9
|
def generate_graphs(HomePage):
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
os.
|
|
10
|
+
try:
|
|
11
|
+
selected_graph = HomePage.graph_selector_value.get()
|
|
12
|
+
info = HomePage.option_manager.get_project_data()
|
|
13
|
+
folder = os.path.join(info['path'], info['name'])
|
|
14
|
+
if not os.path.exists(folder):
|
|
15
|
+
os.makedirs(folder)
|
|
16
|
+
|
|
17
|
+
if (selected_graph == "Best Cost Stacked"):
|
|
18
|
+
HomePage.selected_graph_name = "best_cost_stacked"
|
|
19
|
+
best_cost_stacked(HomePage.running_config['steps'], HomePage.progress_data, HomePage.option_manager)
|
|
20
|
+
elif (selected_graph == "Best Cost by Round"):
|
|
21
|
+
HomePage.selected_graph_name = "best_cost_by_round"
|
|
22
|
+
best_cost_by_round(HomePage.running_config['steps'], HomePage.progress_data, HomePage.option_manager)
|
|
23
|
+
elif (selected_graph == "Iteration Table"):
|
|
24
|
+
HomePage.selected_graph_name = "table"
|
|
25
|
+
table(HomePage.running_config['steps'], HomePage.progress_data, HomePage.option_manager)
|
|
26
|
+
elif (selected_graph == "Calibrated Parameters"):
|
|
27
|
+
HomePage.selected_graph_name = "calibrated_params_by_round"
|
|
28
|
+
calibrated_params_by_round(HomePage.running_config['steps'], HomePage.calibration_data, HomePage.option_manager)
|
|
29
|
+
|
|
30
|
+
image_path = os.path.join(folder, HomePage.selected_graph_name + ".png")
|
|
15
31
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
best_cost_stacked(HomePage.running_config['steps'], HomePage.progress_data, HomePage.option_manager)
|
|
19
|
-
elif (selected_graph == "Best Cost by Round"):
|
|
20
|
-
HomePage.selected_graph_name = "best_cost_by_round"
|
|
21
|
-
best_cost_by_round(HomePage.running_config['steps'], HomePage.progress_data, HomePage.option_manager)
|
|
22
|
-
elif (selected_graph == "Iteration Table"):
|
|
23
|
-
HomePage.selected_graph_name = "table"
|
|
24
|
-
table(HomePage.running_config['steps'], HomePage.progress_data, HomePage.option_manager)
|
|
25
|
-
elif (selected_graph == "Calibrated Parameters"):
|
|
26
|
-
HomePage.selected_graph_name = "calibrated_params_by_round"
|
|
27
|
-
calibrated_params_by_round(HomePage.running_config['steps'], HomePage.calibration_data, HomePage.option_manager)
|
|
32
|
+
if not os.path.exists(image_path):
|
|
33
|
+
image_path = os.path.join("./images", "up.png")
|
|
28
34
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
HomePage.graph_image_obj = Image.open(image_path)
|
|
35
|
-
HomePage.graph_image = customtkinter.CTkImage(HomePage.graph_image_obj, size=(HomePage.image_width * HomePage.image_scale, HomePage.image_height * HomePage.image_scale))
|
|
36
|
-
HomePage.graph_label.configure(image=HomePage.graph_image)
|
|
35
|
+
HomePage.graph_image_obj = Image.open(image_path)
|
|
36
|
+
HomePage.graph_image = customtkinter.CTkImage(HomePage.graph_image_obj, size=(HomePage.image_width * HomePage.image_scale, HomePage.image_height * HomePage.image_scale))
|
|
37
|
+
HomePage.graph_label.configure(image=HomePage.graph_image)
|
|
38
|
+
except Exception as e:
|
|
39
|
+
pass
|
|
37
40
|
|
|
38
41
|
def best_cost_stacked(config, dataframe, option_manager):
|
|
39
42
|
fig = go.Figure()
|
|
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
|