I'll try next to program some routing algorithms other than JSQ, hopefully with a penultimate example being a Redundancy-d model (which would be interesting in terms of managing processes).
Let me know what you think!
rt.van....@gmail.com
unread,
Nov 4, 2020, 7:38:20 AM11/4/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-simpy
Thank you for this article.
I have noticed that there is a mistake in the calculation of the NoInSystem. This should read:
def NoInSystem(R):
return len(R.put_queue) + len(R.users)
, which is also how it was done in the SimPy Classic example.
Aaron Stone
unread,
Nov 4, 2020, 3:02:07 PM11/4/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message