Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T04:52:01.000Z (over 7 years ago)
- Last Synced: 2024-11-07T11:13:32.669Z (about 2 months 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]()