Skip to content
/ TTIC Public

✔️ Disease spread simulation with cellular automaton

License

Notifications You must be signed in to change notification settings

senavs/TTIC

Repository files navigation

TTIC

Disease spread simulation with cellular automaton.

How to use?

Run application without preventions:

python3 -m simulaton

To run with preventions just run the same command with --isolation, --mask and/or --vaccine params.

python3 -m simulaton --isolation --mask --vaccine

In short:

python3 -m simulaton -i -m -v

How to configure?

In simulation.config file, there are some variables that refers to disease/prevention probabilities.

Some examples: PROB_INFECTION indicates the disease infection probability.

Outputs

GIF with disease spread simulation

Graphs

Other works

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"