https://github.com/chathika/modelsofsegregation
https://github.com/chathika/modelsofsegregation
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chathika/modelsofsegregation
- Owner: chathika
- Created: 2018-03-19T15:56:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T03:48:13.000Z (over 2 years ago)
- Last Synced: 2025-01-24T17:26:36.387Z (8 months ago)
- Language: NetLogo
- Size: 264 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ModelsOfSegregation
This is an exploration of the patterns of segregation producable by extensions of Schelling's model of racial segregation[1].
## Models:
1. PublishedModels/SimpleSchellingTwoSubgroups_Hatna.nlogoAn adaption of the Schelling Model by Erez Hatna [2] where agents move towards new residential sites that have potential to improve their utility.
2. SchellingsSegregation_WilenskyAdaption_WithSocialInfluenceGunaratne.nlogoAn extension of the Wilensky NetLogo implementation of the Schelling's segregation model. In this extension agents consider social influence of other's happiness when calculating utility.
## References:
[1] Schelling, Thomas C. "Dynamic models of segregation." Journal of mathematical sociology 1.2 (1971): 143-186.
[2] Hatna, E., & Benenson, I. (2012). The Schelling model of ethnic residential dynamics: Beyond the integrated-segregated dichotomy of patterns. Journal of Artificial Societies and Social Simulation, 15(1), 6.