Running simulate_data.py
Simulation Configuration Settings.
Iterations: 101
Population: 100
+-------------+------------+
| Category | Population |
+-------------+------------+
| Susceptible | 40 |
| Infective | 40 |
| Removes | 20 |
| Dead | 0 |
+-------------+------------+
Walk speed: 0.01
Contagion ball: 100000.0
Sample sims: 20
Model Parameters:
+------------------------+--------+
| Parameter | Value |
+------------------------+--------+
| Infection propensity | 0.0200 |
| Recovery propensity | 0.1000 |
| Immunization threshold | 0.0000 |
| Relapse threshold | 0.0000 |
| Fatality propensity | 0.0000 |
+------------------------+--------+
Attempting to import the Seaborn module... success.
Simulation... done.
Saving data... done.