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
Copy file name to clipboardExpand all lines: docs/log.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -785,4 +785,18 @@ The template has lots going on in this regard, with fixing for utilisation and s
785
785
786
786
## Probability of delay plot
787
787
788
-
Add code to generate Figure 3, and included explanation of how we can determine probability of delay based on the frequencies and cumulative frequencies.
788
+
Add code to generate Figure 3, and included explanation of how we can determine probability of delay based on the frequencies and cumulative frequencies.
789
+
790
+
## Multiple replications & results output by the model
791
+
792
+
When running scenarios in the paper, the model was run with 150 replications. Used the python template to add a `Runner` class to execute this.
793
+
794
+
This took 26 seconds, so implemented with option for parallel execution.
795
+
796
+
I need to output the occupancy frequencies / probability of delay for each replication, so moved this code into the package.
797
+
798
+
## Linting and testing
799
+
800
+
Had been a while since linted, so did that.
801
+
802
+
This raised some errors in tests, which I hadn't run in ages, and these were no longer working properly.
0 commit comments