Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 908 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 908 Bytes

agent-based-simulations

Agent-based-simulations using AnyLogic

Schelling Segregation model

This is a Schelling Segregation model of household movements in the context of humans, orcs, elves and dwarves.

Properties

  • Timescale is in Years.
  • Household agents are either in Happy or Unhappy state. Every year, this state is updated with the following rules:
    • Human and elf households are Happy when at least 3 neighbours are of the same race.
    • Orc and dwarf households are Happy when at least 2 neighbours are of the same race.
  • Every year, all Unhappy households jump to new random positions.

Preview

Usage

  1. Download schelling_segregation.alp
  2. Open and run the model using AnyLogic