Family Tree #2

Open
opened 2020-01-02 09:28:12 -08:00 by mike · 0 comments
Owner

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

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
mike added the
enhancement
label 2020-01-02 09:28:33 -08:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ai/genetic-bit-string-evolver#2
No description provided.