def __init__(self): Algorithm.__init__(self) self.bankConf = [] self.system = System() self.curconf = [] self.numOper = 0 self.finished = []
def __init__(self): Algorithm.__init__(self) self.population = [] self.iterWithoutChange = 0
def Clear(self): Algorithm.Clear(self) self.population = [] self.iterWithoutChange = 0 self.candidate = None