Exemplo n.º 1
0
 def __init__(self):
     Algorithm.__init__(self)
     self.bankConf = []
     self.system = System()
     self.curconf = []
     self.numOper = 0
     self.finished = []
Exemplo n.º 2
0
 def __init__(self):
     Algorithm.__init__(self)
     self.population = []
     self.iterWithoutChange = 0
Exemplo n.º 3
0
 def Clear(self):
     Algorithm.Clear(self)
     self.population = []
     self.iterWithoutChange = 0
     self.candidate = None
Exemplo n.º 4
0
 def __init__(self):
     Algorithm.__init__(self)
     self.population = []
     self.iterWithoutChange = 0