DigiPie / agent-based-simulations

Agent-based-simulations developed using AnyLogic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Agent-based-simulations developed using AnyLogic.

License:MIT License