View Source Utilities.Genealogy (Genetix v0.3.0)

Genealogy tree server implementation. A genealogy tree is a directed grapgh that points from parent chromosome to child chromosome and shows the transitions of the evolution from first population to last population.

Link to this section Summary

Link to this section Functions

Link to this function

add_chromosome(parent, child)

View Source
Link to this function

add_chromosome(parent_a, parent_b, child)

View Source
Link to this function

add_chromosomes(chromosomes)

View Source

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for GenServer.init/1.