Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rokkuran/notebooks

Miscellaneous analysis and simulation notebooks.
https://github.com/rokkuran/notebooks

ancestry identical-ancestors most-recent-common-ancestor simulation

Last synced: 7 days ago
JSON representation

Miscellaneous analysis and simulation notebooks.

Awesome Lists containing this project

README

        

# Notebooks
Miscellaneous collection of analysis, simulation and investigation notebooks. List and details following, in no particular order.

## Common Ancestor Analysis/Simulation
**notebook**: ancestry.ipynb

- Population setup - have been keeping this static, but can be variable;
- Creation of networkx digraph for all generations that randomly assigns parents to child nodes in the family tree (present to past);
- Determination of Most Common Recent Ancestor (MCRA), implied common ancestors, no descendent nodes and indentical ancestors generation;
- Graph plot of ancestor generation map containing above information, split out by generations.

![Ancestry Generational Map Plot][ancestry_plot]

## Arboretum Game Model/Analysis
**notebook**: arboretum.ipynb

- Model setup for card game Arboretum: https://boardgamegeek.com/boardgame/140934/arboretum;
- **Very much work in progress** - still has a lot of early working;
- Randomly generate card layouts and identify associated allowed paths;
- Plot card layout using networkx with above information incorporated.

[ancestry_plot]: https://github.com/rokkuran/notebooks/blob/master/output/ancestry_generational_map_plot.png