Work Description
Title: Code and Results for "The Emergence of Groups and Inequality Through Co-Adaptation" Open Access Deposited
Attribute | Value |
---|---|
Methodology |
|
Description |
|
Creator | |
Depositor |
|
Contact information | |
Discipline | |
Keyword | |
Citations to related material |
|
Resource type | |
Last modified |
|
Published |
|
Language | |
DOI |
|
License |
(2016). Code and Results for "The Emergence of Groups and Inequality Through Co-Adaptation" [Data set], University of Michigan - Deep Blue Data. https://doi.org/10.7302/Z2Q81B0K
Relationships
- This work is not a member of any user collections.
Files (Count: 4; Size: 9.91 MB)
Thumbnailthumbnail-column | Title | Original Upload | Last Modified | File Size | Access | Actions |
---|---|---|---|---|---|---|
readme.txt | 2017-01-18 | 2017-01-18 | 929 Bytes | Open Access |
|
|
stigmergy_game.py | 2016-06-15 | 2016-06-15 | 27.5 KB | Open Access |
|
|
stigmergy_game_runner.py | 2016-06-15 | 2016-06-15 | 5.01 KB | Open Access |
|
|
basic_run_data.json | 2016-06-15 | 2016-06-15 | 9.88 MB | Open Access |
|
This repository contains the data used for the analyses in the paper "The Emergence of Group and Inequality Through Co-adaptation" by Jon Atwell and Robert Savit. The paper can be found here: http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0158144
The core model used in the paper is implemented in the file named stigmergy_game.py. This is a Python (2.7) module that describes the core logic of the model.
stigmergy_game_runner.py is a Python script used to manage the running of the
model. One can study the model using this file alone. Simply place this file in the same directory as stigmergy_game.py and execute stigmergy_game_runner.py using your preferred method.
The file titled basic_run_data.json contains data generated by conducting a sweep of model parameters. Each entry corresponds to a single run and contains information about the initial conditions for the model and the relevant outcomes.