Nithanaroy / scalable-epidemic-simulator

Simulate the affects of an epidemic and the mitigation plans taken to fight it using real data
MIT License
0 stars 0 forks source link

Implement contact tracing mitigation strategy #7

Open Nithanaroy opened 4 years ago

Nithanaroy commented 4 years ago

With resident's location available, it should be theoretically possible to trace all the contacts an infected resident was in contact with and quarantine them as well. However this can be an expensive algorithm with brute force algorithm as spatial search with time dimension is involved.

Algorithms like GriSPy: A Python package for Fixed-Radius Nearest Neighbors Search found by Varsha are helpful here

Nithanaroy commented 4 years ago

Marked it as a P1 as very few countries currently have this technology to do this