def __str__(self):
     return 'Competitive' + Coevolution.__str__(self)
示例#2
0
 def __str__(self):
     return 'Competitive' + Coevolution.__str__(self)
 def __str__(self):
     return 'MultiPop'+str(self.numPops)+Coevolution.__str__(self)
 def __str__(self):
     return 'MultiPop' + str(self.numPops) + Coevolution.__str__(self)