Family Tree #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Wouldn't it be great to keep track of family trees, and produce a graph with (GraphViz)[https://graphviz.org/]?
Each Chromosome could be assigned a unique identifier; Either an ever increasing integer or just a string identifying microtime or something
Each child Chromosome bred from one or more parents would then keep track of its parent IDs
Each child Chromosome could then maintain a list of its ancestors, which would basically be a pull of its parents' ancestors, plus the child's own immediate parents.
Keep track of both parents individually
Generate dot language file for use with the "dot" tool, to generate a kick ass family tree, somehow