错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Solving the Traveling Salesman Problem Using Graph Attention and Reinforcement Learning

  • Chao Ge,
  • Qianqian Duan

摘要

Combinatorial Optimization Problems (COPs) are NP-hard, and finding optimal solutions becomes increasingly difficult as problem size grows. We propose an end-to-end reinforcement learning framework based on multi-layer hybrid graph convolution and attention to solve the Euclidean TSP. The encoder combines multi-scale convolution and graph attention to capture local and global structures, while the decoder employs a probabilistic dynamic decision mechanism (ProbAttention) and improved adaptive PPO (APPO) for balanced exploration and exploitation. Experiments on TSP instances with 20, 50, and 100 nodes show that MLH-GCN outperforms most heuristic and deep RL methods in optimality gap.