This Applet implements the agent-based simulation in the paper Tipping and Residential Segregation: A Unified Schelling Model by Junfu Zhang.
Neigborhood definition: Moore neighborhood (2n=8).
Parameters: b=10; Z=1; M=0.6.
| # of same-color neighbors | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
|---|---|---|---|---|---|---|---|---|---|
| Utility | 0 | 0.25 | 0.5 | 0.75 | 1 | 0.9 | 0.8 | 0.7 | 0.6 |