tree_node Class Reference

class tree_node

Node of a phylogenetic tree

__str__() <==> str(x)
__repr__() <==> repr(x)
parent_node

Parent tree key

own_key

Own tree key

child_edges

Child edges of the node

fitness

Fitness of the clone represented by the node

clone_size

Size of the clone represented by the node

crossover

Crossover of node

weight_distribution

Distribution of weights of this node

Previous topic

tree_step Class Reference

Next topic

tree_edge Class Reference

This Page