This document describes a research paper that uses a cellular automata model to simulate the spread of rumors. Some key points:
- Cells represent individuals, with white cells meaning individuals who have not heard a rumor and black cells meaning those who have.
- The model has two simple rules: 1) If a white cell has any black neighbor cells, it has a probability of becoming black itself, and 2) Once a cell is black, it remains black.
- This simulates how rumors can spread locally from person to person. Running the model over time steps shows how the rumor can potentially spread through an entire population starting from a single individual.
- Cellular automata models are useful for investigating macro