Skip to content

Commit

Permalink
Change model titles from file-names to more readable titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ReblochonMasque committed Mar 19, 2016
1 parent bb26976 commit d97dea2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ This directory contains example models meant to test and demonstrate Mesa's feat
### Conway's Game Of Life
An implementation of the Famous Pr. Conway's Game Of Life

### EpsteinCivilViolence
### Epstein Civil Violence Model
Joshua Epstein's [model](http://www.uvm.edu/~pdodds/files/papers/others/2002/epstein2002a.pdf) of how a decentralized uprising can be suppressed or reach a critical mass of support.

### Flockers
Boids-style flocking model, demonstrating the use of agents moving through a continuous space following direction vectors.

### ForestFire
### Forest Fire Spread
Simple cellular automata of a fire spreading through a forest of cells on a grid.

### PD_Grid
### Prisoner's Dilemna on a Grid
Grid-based demographic prisoner's dilemma model, demonstrating how simple mimicing can lead to the emergence of widespread cooperation -- and how a model activation regime can change its outcome.

### Schelling.py
### Schelling Segregation Model
Simple implementation of the classic Schelling segregation model.

### Tutorial Bolzmann Wealth Model
Simple agent-based model, drawn from econophysics and presenting a statistical mechanics approach to wealth distribution [Dragulescu and Yakovenko](http://arxiv.org/pdf/cond-mat/0211175v1.pdf)
(Tutorial is in a Jupyter notebook)

### WolfSheep
### Wolf Sheep Predation
Implementation of a simple ecological predator Prey and Reproduction Simulation.

0 comments on commit d97dea2

Please sign in to comment.