-
I have a simulation of an individual going through a series of health states. It works great. Their health goes through a series of probabilistic changes and it matches the expected. I was asked to modify it to include a restriction on access to treatment. Is it possible to have a trajectory continue to go through state changes while sitting in a queue to get treatment turned on? It would be like an asynchronous seize, that sits and waits while the other events of the trajectory continue as normal. Is this even possible? This way their health could continue to deteriorate while they waiting on a resource to become available. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Did you try cloning the arrival? A clone waits for a resource while another continues as normal. |
Beta Was this translation helpful? Give feedback.
-
This sounds exactly what I need. I'll give that a try. |
Beta Was this translation helpful? Give feedback.
-
As a reference, all my work on this is here: https://github.com/spgarbet/sick_sicker_des |
Beta Was this translation helpful? Give feedback.
Did you try cloning the arrival? A clone waits for a resource while another continues as normal.