ldgrp / schelling

Schelling's Model of Segregation in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schelling's Model of Segregation

see: Micromotives and Macrobehavior

🚧 Work in Progress

Demo

In a 2D grid, each cell is either red, blue, or white (unoccupied). An agent is unsatisfied if the ratio of its neighbours with the same color is less than or equal to a threshold. An unsatisfied agent will move to a more desirable cell.

About

Schelling's Model of Segregation in Haskell


Languages

Language:Haskell 93.0%Language:Python 7.0%