def __call__(self, ind):
     return self._mutation(ind, gaParams.getVar('mutation_prob'), self.params, self.random)
 def __call__(self, p1, p2):
     return self._func(p1, p2, gaParams.getVar('crossover_prob'), self.points, self.random)