Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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]()