예제 #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)
예제 #2
0
파일: GTree.py 프로젝트: blep/Pyevolve
 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)