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.
MIT License
13 stars 10 forks source link

Agent Based Epidemic Simulator #6

Open kashif opened 4 years ago

kashif commented 4 years ago

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

rherbrich74 commented 4 years ago

Check out this: https://github.com/google-research/agent-based-epidemic-sim/issues/1 :)

kashif commented 4 years ago

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...

syshafi commented 4 years ago

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!

kashif commented 4 years ago

thanks @syshafi i'll have a look!