kevinsimler / outbreak

A playable disease simulator written in React
138 stars 24 forks source link

Trasmission rate #6

Open kpaduszy opened 4 years ago

kpaduszy commented 4 years ago

Great work! However, I have spent all day long trying to reproduce the results shown in your post, but finally got stuck to probability of transmission - in my simulations, the system exploded when it was set to 0.3, what is not the case of yours in which it stopped after a few steps. Then, I discovered that you raised this probability to the power of three (Math.pow())? Could you explain shortly, what is rationale for that?