Added README for forest-fire model.
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 3 Sep 2012 05:05:49 +0000 (01:05 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 3 Sep 2012 05:09:59 +0000 (01:09 -0400)
forest-fire/README.md [new file with mode: 0644]

diff --git a/forest-fire/README.md b/forest-fire/README.md
new file mode 100644 (file)
index 0000000..1b25b00
--- /dev/null
@@ -0,0 +1,13 @@
+[Forest-fire model]
+=================
+
+
+Rules
+-----
+* A burning cell turns into an empty cell
+* A tree will burn if at least one neighbor is burning
+* A tree ignites with probability *f* even if no neighbor is burning
+* An empty space fills with a tree with probability *p*
+
+
+[Forest-fire model]:http://en.wikipedia.org/wiki/Forest-fire_model
This page took 0.026211 seconds and 4 git commands to generate.