home
/
code
/
cellular-automata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beaf0e6
)
Added README for forest-fire model.
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 3 Sep 2012 05:05:49 +0000
(
01:05
-0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 3 Sep 2012 05:09:59 +0000
(
01:09
-0400)
forest-fire/README.md
[new file with mode: 0644]
patch
|
blob
diff --git a/forest-fire/README.md
b/forest-fire/README.md
new file mode 100644
(file)
index 0000000..
1b25b00
--- /dev/null
+++ b/
forest-fire/README.md
@@ -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.021745 seconds
and
4
git commands to generate.