Skip to content

Commit c45dd13

Browse files
committed
chore(readme): list 07 exercise/solution
1 parent cb4efc8 commit c45dd13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ We then move on to some more advanced concepts, and create a full process model:
3030
* `05_basic_results.ipynb`: Collecting results from a single run by storing process metrics during a run and performing calculations at the end
3131
* `06a_basic_results_exercise.ipynb`: An exercise to practice collecting results from a `simpy` model.
3232
* `07_experiments.ipynb`: our approach to setting up a model for multiple replications, experimentation, and common random numbers
33+
* `07a_exercise.ipynb`: An exercise to practice using an `Experiment` class with a model
34+
* `07b_solutions.ipynb` Solutions to the `Experiment` exercises.
3335
* `08_full_model.ipynb`: an extended version of the 111 call centre process. We also introduce a warm-up period
3436
* `09_time_weighted_calcs.ipynb`: An alternative approach to collects results for queue length and resource utilisation.
3537

0 commit comments

Comments
 (0)