def __init__(self, bias):
     GoalEvaluator.__init__(self, bias)
 def __init__(self, thinker):
     GoalEvaluator.__init__(self)
     self.thinker = thinker
 def __init__(self, thinker):
     GoalEvaluator.__init__(self)
     self.thinker = thinker
 def __init__(self, bias):
     GoalEvaluator.__init__(self, bias)