youvsvirus / youvsvirus-unity

Unity version of the you vs virus game.
GNU General Public License v3.0
1 stars 1 forks source link

Added an agent based infection model with COVID-19 params #62

Open maccxs opened 4 years ago

maccxs commented 4 years ago

Since the implementation of SEIR workd but was quite disruptive I decided to go for a probability based agent based time delayed implementation which fits much better to our game (since we already have the agents). I did a lot of COVID research to fit different params in the model. So far I also compute the SEIR equations which are not used. It is one script that works on its own and could easily be removed in the future. But it gives a good indication if the agent-based approach roughly gives the same results. I plan to do some fine-tuning in the future.