All Projects → jetnew → COVID-Resource-Allocation-Simulator

jetnew / COVID-Resource-Allocation-Simulator

Licence: other
Agent-based modelling for resource allocation in viral crises to investigate resource allocation and policy interventions with respect to transmission rate.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to COVID-Resource-Allocation-Simulator

reina-model
Agent-based simulation model for COVID-19 spread in society and patient outcomes
Stars: ✭ 30 (-50.82%)
Mutual labels:  agent-based-modeling, covid-19
DungeonGenerator
Procedural Dungeon Generation with Python and Pygame
Stars: ✭ 57 (-6.56%)
Mutual labels:  pygame
COVID19-IRQA
No description or website provided.
Stars: ✭ 32 (-47.54%)
Mutual labels:  covid-19
agentpy
AgentPy is an open-source framework for the development and analysis of agent-based models in Python.
Stars: ✭ 236 (+286.89%)
Mutual labels:  agent-based-modeling
Pycraft
Pycraft is the OpenGL, open world, video game made entirely with Python. This project is a game to shed some light on OpenGL programming in Python as it is a seldom touched area of Python's vast amount of uses. Feel free to give this project a run, and message us if you have any feedback!
Stars: ✭ 39 (-36.07%)
Mutual labels:  pygame
CoronaDash
COVID-19 spread shiny dashboard with a forecasting model, countries' trajectories graphs, and cluster analysis tools
Stars: ✭ 20 (-67.21%)
Mutual labels:  covid-19
Fegaria-Remastered
Similar to my other project Fegaria, but with improved graphics, collisions and terrain generation.
Stars: ✭ 73 (+19.67%)
Mutual labels:  pygame
EpiModelHIV
Network Models of HIV Transmission Dynamics among MSM and Heterosexuals
Stars: ✭ 20 (-67.21%)
Mutual labels:  agent-based-modeling
Co-ronaBD.info
Interactive Dashboard of Bangladesh for the Covid-19 Pandemic
Stars: ✭ 28 (-54.1%)
Mutual labels:  covid-19
covid19-algorithme-orientation
Documentation de l'algorithme d'orientation COVID19
Stars: ✭ 12 (-80.33%)
Mutual labels:  covid-19
covid-19-visualization
US Covid-19 Visualization. Github pages automatic build.
Stars: ✭ 2 (-96.72%)
Mutual labels:  covid-19
corona
به فکر خودتان باشید...
Stars: ✭ 16 (-73.77%)
Mutual labels:  covid-19
match4healthcare
Helping hospitals find qualified medicine students (Hackathon #wirvsvirus). A more flexibel version is currently in development under match4everyone/match4everything,
Stars: ✭ 16 (-73.77%)
Mutual labels:  covid-19
flocc
Agent-based modeling in JavaScript in the browser or on the server.
Stars: ✭ 26 (-57.38%)
Mutual labels:  agent-based-modeling
facetouch
Neural Network to predict face touch on live feed and warn you, "don't touch the face".
Stars: ✭ 24 (-60.66%)
Mutual labels:  covid-19
Mexico-COVID-19
Base de datos de los casos de COVID-19 reportados en México. Database of the cases of COVID-19 reported in Mexico.
Stars: ✭ 71 (+16.39%)
Mutual labels:  covid-19
maskmath
An Explorable Essay on How Masks Can End COVID-19
Stars: ✭ 109 (+78.69%)
Mutual labels:  covid-19
COVID19-taiwan
Release COVID-19 (SARS-CoV-2) FDA / NHI drugs screening results.
Stars: ✭ 24 (-60.66%)
Mutual labels:  covid-19
corona tracker
COVID-19 tracking app - submission for https://wirvsvirushackathon.org/
Stars: ✭ 13 (-78.69%)
Mutual labels:  covid-19
covidliste
Speed-up Covid-19 vaccination campaigns 💉
Stars: ✭ 264 (+332.79%)
Mutual labels:  covid-19

Agent-Based Modelling for Hospital Resource Allocation in Viral Crises

This is a school project, and a work-in-progress to understand resource allocations, policy interventions and the extent to which they influence transmission in a building structure. It is currently a baseline experiment without any reference to current research on COVID-19, but stay tuned!

Context

In viral crises such as the current COVID-19 situation, resources are limited in hospitals, such as hospital beds and staff. To exacerbate the situation, viruses can be transmitted as patients move from one station in the hospital to another.

Objective

To explore an optimal and safer allocation of hospital resources and staff that maximises rate of patient recovery while minimising rate of patient viral transmission.

Methodology

We plan to create a simulation of hospital operations. Hospital processes are modeled as Dynamical Systems where the rates of waiting times or time required for processes can be adjusted according to the particular hospital. Patients and staff can be modeled using Agent-Based Modeling (ABM) with varying rates of transmission of viral infection.

Baseline Experiment Results

Transmission rate vs Transmission count

Time spent in pharmacy vs Transmission count

Time spent in waiting area vs Transmission count

Experiment Parameters

  • Time spent in entrance: 10
  • Time spent in pharmacy: 15
  • Time spent in registration: 20
  • Time spent in waiting area: 60
  • Size of entrance: (20,10)
  • Size of pharmacy: (8,8)
  • Size of registration: (5,5)
  • Size of waiting area: (10,10)
  • Probability of patient arrival: 0.1
  • Probability of infected patient arrival: 0.1
  • Probability of transmission on contact: 0.1

Experiment Hyperparameters

  • No. of experiments per set of parameters: 100
  • No. of epochs per experiment: 1000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].