Disease spread simulation with cellular automaton.
Run application without preventions:
python3 -m simulatonTo run with preventions just run the same command with --isolation, --mask and/or --vaccine params.
python3 -m simulaton --isolation --mask --vaccineIn short:
python3 -m simulaton -i -m -vIn simulation.config file, there are some variables that refers to disease/prevention probabilities.
Some examples: PROB_INFECTION indicates the disease infection probability.
This project is an evolution of Roger Vieira's solution in his article "Modelo de propagação de doenças epidêmicas baseado em autômatos celular"











