PytLab / gaft

A Genetic Algorithm Framework in Python (not for production level)
http://gaft.readthedocs.io/
GNU General Public License v3.0
738 stars 218 forks source link

decimal_individual中decode问题 #49

Open lunachy opened 5 years ago

lunachy commented 5 years ago
def decode(self):
    ''' Decode gene sequence to decimal solution
    '''
    return self.solution

返回的应该是self.chromsome