Visualizing stats with salabim (DES, Python)

Having introduced salabim for discrete-event simulation (DES) in Python I want to follow-up on its stats-related functionality. I do so in today’s blog post: Stats with salabim! Discrete-event simulation, job shop, and Python Discrete-event simulation is one of several simulation methods applicable by SCM analysts, production planners and operations research analysts. Below chart provides a […]

Job shop simulation with salabim in Python

Following my recent article on job shop simulation in Python with SimPy I was asked to also publish an example covering salabim in Python. SimPy and salabim have similar syntax, with some differences. Both are used for discrete-event simulation (DES) model implementation. SimPy has certainly a larger user base and more third party packages. On […]