File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## Added
11
11
12
+ * ` 07a_exercise.ipynb ` and ` 07a_solutions.ipynb ` : simple exercises to complement learning in ` 07_experiments.ipynb `
12
13
* ` 10_multiple_arrival_processes.ipynb ` : simulating multiple arrivals classes each with their own distribution
13
14
* ` 11_blocking.ipynb ` : simulating the blocking of one resource while queuing for another.
14
15
* ` 12_arrival_classes.ipynb ` : simulate unique processes for different classes of arrival to the model.
15
16
* ` distributions.py ` : module containing some distributions to reduce code in notebooks.
17
+ * ` basic_model.py ` : contains a single activity version of the call centre model to use with ` 07_exercise.ipynb `
16
18
17
19
## [ v0.2.0 - 11/02/2024] ( https://github.com/pythonhealthdatascience/intro-open-sim/releases/tag/v0.2.0 ) [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.14849934.svg )] ( https://doi.org/10.5281/zenodo.14849934 )
18
20
You can’t perform that action at this time.
0 commit comments