Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

31 lines (19 loc) · 1.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Dates formatted as YYYY-MM-DD as per ISO standard.

Simulation workshop 2025 release. Additional notebooks to respond to reviewers requests.

Added

  • 06a_basic_results_exercise.ipynb: An exercise to practice collecting results from a simpy model.
  • 06b_basic_results_solutions.ipynb: Solutions to exercise.
  • 07_experiments.ipynb: our approach to setting up a model for multiple replications, experimentation, and common random numbers
  • 08_full_model.ipynb: an extended version of the 111 call centre process. We also introduce a warm-up period
  • 09_time_weighted_calcs.ipynb: An alternative approach to collects results for queue length and resource utilisation.

Changed

  • Upgraded to JupyterLite v0.5.x and xeus-python kernel v3.x
  • Modified SW25 paper.

🌱 Initial release of tutorial materials.

Added

  • Six notebooks introducing sampling, basic simpy concepts and basic results collection procedures.