https://github.com/rybla/traitsgenealogy
Specifically for measuring effects of tait configurations in a Genealogy. No effect from preferencial attachment or age.
https://github.com/rybla/traitsgenealogy
Last synced: 8 months ago
JSON representation
Specifically for measuring effects of tait configurations in a Genealogy. No effect from preferencial attachment or age.
- Host: GitHub
- URL: https://github.com/rybla/traitsgenealogy
- Owner: rybla
- Created: 2017-08-15T00:22:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T04:52:01.000Z (almost 9 years ago)
- Last Synced: 2024-12-28T03:17:02.855Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Traits Genealogy
## Running
```
$ python3.6 main.py
```
Paramaters are found in ```main.py```, and are described there. ```fitnessfunctions.py``` contains hard-coded functions to choose from. Feel free to add your own!
## Dependencies
- numpy
- matplotlib
- python3.6
## References
Based on a genealogy simulator for Reed College Artificial Life Lab: [Python Genealogy]()