11typedef boost::shared_ptr<Node> NodeP;
23 Node(PrimitiveP primitive);
32typedef boost::shared_ptr<Node> NodeP;
Node base class (Tree genotype)
void setPrimitive(PrimitiveP primitive)
Set the primitive this node points to (when creating a new tree node). In case of an ephemereal rando...
PrimitiveP primitive_
pointer to the Primitive belonging to this node
uint size_
size of the subtree of this node (including the node)
uint depth_
depth of this node