Skip to content

elochin/pandemic-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandemic simulation using Go

This is a pandemic simulation tool written in Go, highly configurable (see struct.go file) and inspired by Sau Sheong simulator (see Simulating epidemics using Go and Python). Pandemic-sim also uses a color grid (game of life like) but also implement a mobility model based on random way point and proposes two funny GUI to assess the evolution of the dissemination over time. At the end, a PNG data curve file is produced while raw data are saved in a TXT file (data.txt). Using the provided gnuplot script allows to generate an EPS file with the results (typing gnuplot graph.gp). Note the grey area represented in the EPS file reprensents to the default confinement period.

About

is a pandemic simulation tool written in Go, highly configurable, inspired by Sau Sheong simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published