Skip to content

Commit 4c8df44

Browse files
committed
docs(readme): added new advanced nbs to desc
1 parent b213a36 commit 4c8df44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ We then move on to some more advanced concepts, and create a full process model:
2525

2626
* `04_111_model.ipynb`: Full `simpy` process model, creating a model for a 111 call centre
2727
* `05_basic_results.ipynb`: Collecting results from a single run by storing process metrics during a run and performing calculations at the end
28+
* `06a_basic_results_exercise.ipynb`: An exercise to practice collecting results from a `simpy` model.
29+
* `07_experiments.ipynb`: our approach to setting up a model for multiple replications, experimentatation, and common random numbers
30+
* `08_full_model.ipynb`: an extended version of the 111 call centre process. We also introduce a warm-up period
31+
* `09_time_weighted_calcs.ipynb`: An alternative approach to collects results for queue length and resource utilisation.
32+
2833

2934
## 🔧 2. Set-up
3035

0 commit comments

Comments
 (0)