zalandoresearch / CRISP

A probabilistic graphical model for COVID-19 infection spread through a population based on mutual contacts between pairs of individuals across time as well as test outcomes The C++/Python implementation enables full inference at the scale of millions of contacts between thousands of individuals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agent Based Epidemic Simulator

kashif opened this issue · comments

Wanted to let you know of this agent based epidemic simulator: https://github.com/google-research/agent-based-epidemic-sim

I also had trouble with absl-cpp in another project with a similar issue... my fix if i remember was to use an older versio of absl-cpp...

Hey @kashif , thank you for your interest in our simulator. Please see [https://github.com/google-research/agent-based-epidemic-sim/issues/1#issuecomment-655964159](this reply) for some examples of how to run using Docker. If you try it out, let us know how it goes!

thanks @syshafi i'll have a look!