Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.69 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.69 KB

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"