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