def evaluate(self, board): player = self._player.color return tactics.tactic_killer(board, player) \ + tactics.tactic_push_forward(board, player)