Simulation of patient flows and service use in a hospital? #51
Replies: 0 comments 11 replies
-
Hello, I'm quite sure gama can fit those requirements. I know @ptaillandier worked on similar models, maybe he can give some pointers/example models |
Beta Was this translation helpful? Give feedback.
-
This sounds more like a queuing process model, which would require a discrete event simulation implementation. If you are a Python programmer, you could use SimPy for building such models. For Java programmers there is DesmoJ (but it's quite dated). |
Beta Was this translation helpful? Give feedback.
-
Hi, the main question is what your model is supposed to explain / explore / solve as you will get different answers for different tasks. if it is about optimising the flows and the resources use, in a pure OR approach, then queuing models are better adapted than any ABM representations including GAMA. However, if the interaction between people, their behaviour (following rules or not), or the (re)organisation of space plays a role at some point in what you need to explore, then an ABM is more adapted. Same if you need to have some kind of interaction with users of the model or if your model is supposed to be integrated, i.e. to also serve other purposes (for instance, @ptaillandier worked on this topic but regarding the impact on virus propagation, which means at least two different models were interacting). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’ve been asked to help with a simulation modelling project to model the flow of patients through a hospital with multiple departments (ED, inpatient, etc) with various resources (number of doctors per ward, etc). I’ll be collaborating with experts who use AnyLogic, but I’m keen to look at FOSS alternatives.
I searched for examples of GAMA for this problem domain, but could not find anything obvious.
Is GAMA capable of modelling people/services/flows/resources within an organisation, such as a hospital? Have you got any examples of it’s use?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions