Added README for forest-fire model.
[cellular-automata.git] / forest-fire / README.md
1 [Forest-fire model]
2 =================
3
4
5 Rules
6 -----
7 * A burning cell turns into an empty cell
8 * A tree will burn if at least one neighbor is burning
9 * A tree ignites with probability *f* even if no neighbor is burning
10 * An empty space fills with a tree with probability *p*
11
12
13 [Forest-fire model]:http://en.wikipedia.org/wiki/Forest-fire_model
This page took 0.060515 seconds and 4 git commands to generate.