You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new expriment.py file following Strom's specification with some unimplemented functionality and conceptual gaps in Phase 4 sensitivity analysis. New config.py file for configuartions migrated from experiment script. Prompts and updates up to date
Copy file name to clipboardExpand all lines: docs/kimon_prompts.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -362,4 +362,9 @@ For parallel simulations, use different seeds per worker (e.g., base_seed + work
362
362
7. Use the attached legacy simulation function to compute benchmarking resukts for our optimization. Include functionality to save in a csv and plots showing the most significant results. Include flags to run with or without plots and csv output.
363
363
364
364
365
-
8. Write a few run mock tests for the analysis file to see that the plots render properly.
365
+
8. Write a few run mock tests for the analysis file to see that the plots render properly.
366
+
367
+
368
+
## Refactoring Main Experiment Script
369
+
370
+
Help me create a skeletal version of the updated experiments script for HPC that meets tha phase requirements outlined. The config class has been migrated to config.py.
Copy file name to clipboardExpand all lines: docs/kimon_updates.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,20 @@ NOTE:
297
297
Warmup and Measurement time must be scaled according to grid size. We need to write a method to estimate the approximate simulaiton time required. (Sary is working on that.)
298
298
299
299
300
+
## Updates (25/1)
301
+
302
+
303
+
Refactored ```experiments.py``` according to ```experiments.md```. Phase 4 and Phase 6 of the implementation are still unclear to me:
304
+
305
+
- Phase 4: We are currently varying ```predator_birth``` and ```predator_birth``` only.
306
+
307
+
- Phase 6: Will implement if all the other phases pass successfully.
308
+
309
+
TODO: We need to start drafting a proper version of the analyis (```analysis.py```) for postprocessing of all the data we are currenlty collecting and plotting utilities to visualize them.
0 commit comments