Exemplo n.º 1
0
 def copy(self, g):
    """ Copy the contents to the destination g
    
    :param g: the GTreeGP genome destination
    """
    GenomeBase.copy(self, g)
    GTreeBase.copy(self, g)