Boosting Graph Search with Attention Network for Solving the General Orienteering Problem
Zongtao Liu, Jing Xu, Jintao Su, Tao Xiao, Yang Yang

TL;DR
This paper introduces a novel attention network-based heuristic combined with a beam search algorithm to improve solutions for the general orienteering problem, addressing limitations of previous neural approaches.
Contribution
The paper presents a new method integrating an attention network and reinforcement learning to enhance routing problem solutions, applicable beyond the specific case.
Findings
Outperforms various baseline methods
Achieves results close to optimal solutions
Framework adaptable to other routing problems
Abstract
Recently, several studies have explored the use of neural network to solve different routing problems, which is an auspicious direction. These studies usually design an encoder-decoder based framework that uses encoder embeddings of nodes and the problem-specific context to produce node sequence(path), and further optimize the produced result on top by beam search. However, existing models can only support node coordinates as input, ignore the self-referential property of the studied routing problems, and lack the consideration about the low reliability in the initial stage of node selection, thus are hard to be applied in real-world. In this paper, we take the orienteering problem as an example to tackle these limitations. We propose a novel combination of a variant beam search algorithm and a learned heuristic for solving the general orienteering problem. We acquire the heuristic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods
