@@ -17,6 +17,13 @@ See [Video](https://www.youtube.com/watch?v=xyU8jfzUxNg&feature=youtu.be).
- the theoretical fundamental diagram can be reproduced, see [figure](figs/asep_fd.png). The size of the system should be reasonably high and the simulation time also.
-*todo*: implement TASEP
-*todo*: implement sequential update with all its variants.
- Remarque: There are two implementations of the asep. One it optimized using vector-operations from `numpy` (`asep_fast.py`) and the other implementation is using explicit loops (`asep_slow.py`). The naming of the two variations is justified when measuring their execution time: