From c2d6c40ba10e342c1b4decda5ac21e526bfb2835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Pigne=CC=81?= Date: Tue, 25 Jun 2024 15:05:01 +0200 Subject: [PATCH] - shelling --- slides/schelling.md | 48 --------------------------------------------- slides/slides.md | 4 ---- 2 files changed, 52 deletions(-) delete mode 100644 slides/schelling.md diff --git a/slides/schelling.md b/slides/schelling.md deleted file mode 100644 index b4cb76a..0000000 --- a/slides/schelling.md +++ /dev/null @@ -1,48 +0,0 @@ -# The Schelling Segregation Model - ---- - -## Overview - -- **Purpose**: Understand emergence of segregation through simple rules. -- **Creator**: Thomas Schelling, economist and sociologist. -- **Importance**: Illustrates macro-level segregation from micro-level preferences. - ---- -layout: image-right -image : /img/schelling_mid.png ---- -## Model Basics - -- **Agents**: Represented on a grid (, ). -- **Preferences**: Each agent desires a certain % of neighbors to be like itself. -- **Movement**: Agents move if unsatisfied (desired % not met). (, ) - ---- -layout: image-right -image: /img/schelling_fin.png ---- - -## Dynamics - -- **Iteration**: Repeatedly check and move agents until stable state. -- **Emergence**: Even mild preferences lead to significant segregation. -- **Visualization**: Grid updates show evolving segregation patterns. - - - ---- - -## Applications - -- **Urban Planning**: Understand residential segregation. -- **Social Dynamics**: Analyze group behaviors and spatial patterns. -- **Policy Implications**: Inform interventions to mitigate segregation. - ---- - -## Code the Schelling Model on a grid graph - -Fill the `TODO` comments in the code of the Schelling Model file : `src/org/graphstream/tutorial/schelling/Schelling.java` diff --git a/slides/slides.md b/slides/slides.md index 828a022..4d074bb 100644 --- a/slides/slides.md +++ b/slides/slides.md @@ -55,7 +55,3 @@ src: ./tutorials.md --- src: ./communities.md --- - ---- -src: ./schelling.md ---- \ No newline at end of file