ClassicSIR

# Spread of Disease ##A simple implementation of S-I-R (without immunity) ### Basic Rules * If a Healthy Person is next to at least one Sick Person, there is a chance the Healthy Person changes into a Sick Person. * If a Sick Person has been sick for some time, there is a chance the Sick person changes into a Healthy Person. * Healthy Persons and Sick persons move randomly; Sick Person tend to move slower. --------------daikat added-------------- Copied from Dr. Panoff
Data
Created:December 3, 2016
Played:85
Agent:4
Rules:9
Methods:4
Parent Project:133634
false
Settings
New Project Name
Rename
Copy
Download
Show Project Report
Flag Project
Delete
# Spread of Disease ##A simple implementation of S-I-R (without immunity) ### Basic Rules * If a Healthy Person is next to at least one Sick Person, there is a chance the Healthy Person changes into a Sick Person. * If a Sick Person has been sick for some time, there is a chance the Sick person changes into a Healthy Person. * Healthy Persons and Sick persons move randomly; Sick Person tend to move slower. --------------daikat added-------------- Copied from Dr. Panoff
Edit Description
Design