mg-pso-gui 0.1.23__tar.gz → 0.1.25__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.
Files changed (55) hide show
  1. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/PKG-INFO +1 -1
  2. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mg_pso_gui.egg-info/PKG-INFO +1 -1
  3. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/HomePage.py +9 -0
  4. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/GraphGenerator.py +28 -25
  5. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/setup.py +1 -1
  6. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mg_pso_gui.egg-info/SOURCES.txt +0 -0
  7. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mg_pso_gui.egg-info/dependency_links.txt +0 -0
  8. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mg_pso_gui.egg-info/entry_points.txt +0 -0
  9. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mg_pso_gui.egg-info/requires.txt +0 -0
  10. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mg_pso_gui.egg-info/top_level.txt +0 -0
  11. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/__init__.py +0 -0
  12. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/OptionManager.py +0 -0
  13. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/PlatformTab/PlatformTab.py +0 -0
  14. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/PlatformTab/__init__.py +0 -0
  15. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/RunTab/RunTab.py +0 -0
  16. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/RunTab/__init__.py +0 -0
  17. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/SetupTab/BoundsEditorWindow.py +0 -0
  18. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/SetupTab/BoundsList.py +0 -0
  19. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/SetupTab/CalibrationParametersView.py +0 -0
  20. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/SetupTab/FunctionsList.py +0 -0
  21. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/SetupTab/ListParametersView.py +0 -0
  22. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/SetupTab/SetupTab.py +0 -0
  23. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/SetupTab/StaticParameterView.py +0 -0
  24. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/SetupTab/StepView.py +0 -0
  25. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/SetupTab/__init__.py +0 -0
  26. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/VisualizeTab/VisualizeTab.py +0 -0
  27. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/VisualizeTab/__init__.py +0 -0
  28. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/__init__.py +0 -0
  29. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/images/IGOW 4 Logo.png +0 -0
  30. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/images/collapse.png +0 -0
  31. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/images/down.png +0 -0
  32. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/images/expand.png +0 -0
  33. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/images/play.png +0 -0
  34. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/images/refresh.png +0 -0
  35. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/images/refresh_hd.png +0 -0
  36. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/images/stop.png +0 -0
  37. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/images/test.png +0 -0
  38. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/images/trash.png +0 -0
  39. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/gui/images/up.png +0 -0
  40. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/mgpsogui.py +0 -0
  41. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/start.yaml +0 -0
  42. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/CTkToolTip/__init__.py +0 -0
  43. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/CTkToolTip/ctk_tooltip.py +0 -0
  44. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/PSORunner.py +0 -0
  45. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/__init__.py +0 -0
  46. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/recosu/__init__.py +0 -0
  47. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/recosu/pso/__init__.py +0 -0
  48. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/recosu/pso/csip_access.py +0 -0
  49. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/recosu/pso/pso.py +0 -0
  50. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/recosu/utils/__init__.py +0 -0
  51. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/recosu/utils/plot/__init__.py +0 -0
  52. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/recosu/utils/plot/cost_steps.py +0 -0
  53. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/recosu/utils/trace_writer.py +0 -0
  54. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/mgpsogui/util/recosu/utils/utils.py +0 -0
  55. {mg-pso-gui-0.1.23 → mg-pso-gui-0.1.25}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mg-pso-gui
3
- Version: 0.1.23
3
+ Version: 0.1.25
4
4
  Summary: GUI for MG-PSO
5
5
  Author: Robert Cordingly
6
6
  Author-email: <rcording@uw.ed>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mg-pso-gui
3
- Version: 0.1.23
3
+ Version: 0.1.25
4
4
  Summary: GUI for MG-PSO
5
5
  Author: Robert Cordingly
6
6
  Author-email: <rcording@uw.ed>
@@ -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, value):
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()
@@ -293,6 +297,11 @@ class App(customtkinter.CTk):
293
297
 
294
298
  self.calib_param_frame.clear()
295
299
  self.calib_param_frame.render()
300
+
301
+ info = self.option_manager.get_project_data()
302
+ folder = os.path.join(info['path'], info['name'])
303
+ self.HRU_data = pd.read_csv(os.path.join(folder, "/results/HRU_1.csv"), skiprows=4)
304
+ print(self.HRU_data)
296
305
 
297
306
  self.load_button.configure(text="Loaded!")
298
307
  self.after(3000, lambda: self.load_button.configure(text="Load"))
@@ -7,33 +7,36 @@ from PIL import Image, ImageTk
7
7
  import customtkinter
8
8
 
9
9
  def generate_graphs(HomePage):
10
- selected_graph = HomePage.graph_selector_value.get()
11
- info = HomePage.option_manager.get_project_data()
12
- folder = os.path.join(info['path'], info['name'])
13
- if not os.path.exists(folder):
14
- os.makedirs(folder)
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
- if (selected_graph == "Best Cost Stacked"):
17
- HomePage.selected_graph_name = "best_cost_stacked"
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
- image_path = os.path.join(folder, HomePage.selected_graph_name + ".png")
30
-
31
- if not os.path.exists(image_path):
32
- image_path = os.path.join("./images", "up.png")
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()
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
  import codecs
3
3
  import os
4
4
 
5
- VERSION = '0.1.23'
5
+ VERSION = '0.1.25'
6
6
  DESCRIPTION = 'GUI for MG-PSO'
7
7
  LONG_DESCRIPTION = open('../README.md').read()
8
8
 
File without changes