john-and-jaden / outbreak-simulator

A simple web app for simulating outbreaks made with Unity.
0 stars 0 forks source link

Implement spawning algorithm #6

Closed jpabadir closed 4 years ago

jpabadir commented 4 years ago

I tried to pick 1000 people, and after a relatively long wait, the simulation payed with a poor placement of the people. We must update our algorithm to accomodate many people.

jpabadir commented 4 years ago

This should also allow users to pick large numbers of people with no loss of performance.

jpabadir commented 4 years ago

Fixed by "spray and pray" algorithm.