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