Commit | Line | Data |
---|---|---|
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 |