paper-with-me

홈 › Papers

Tensor Network Generator-Enhanced Optimization for Traveling Salesman Problem

2026-02-12 · Ryo Sakai, Chen-Yu Liu arxiv

We present an application of the tensor network generator-enhanced optimization (TN-GEO) framework to address the traveling salesman problem (TSP), a fundamental combinatorial optimization challenge. Our approach employs a tensor network Born machine based on automatically differentiable matrix product states (MPS) as the generative model, using the Born rule to define probability distributions over candidate solutions. Unlike approaches based on binary encoding, which require $N^2$ variables and penalty terms to enforce valid tour constraints, we adopt a permutation-based formulation with integer variables and use autoregressive sampling with masking to guarantee that every generated sample is a valid tour by construction. We also introduce a $k$-site MPS variant that learns distributions over $k$-grams (consecutive city subsequences) using a sliding window approach, enabling parameter-efficient modeling for larger instances. Experimental validation on TSPLIB benchmark instances with up to 52 cities demonstrates that TN-GEO can outperform classical heuristics including swap and 2-opt hill-climbing. The $k$-site variants, which put more focus on local correlations, show better results compared to the full-MPS case.

📄 PDF Abstract BibTeX arXiv:2602.20175

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NeuFACO: Neural Focused Ant Colony Optimization for Traveling Salesman Problem

2025-09-21 · Dat Thanh Tran, Khai Quang Tran, Khoi Anh Pham, Van Khu Vu 외 arxiv

This study presents Neural Focused Ant Colony Optimization (NeuFACO), a non-autoregressive framework for the Traveling Salesman Problem (TSP) that combines advanced reinforcement learning with enhanced Ant Colony Optimiz…

Reinforcement LearningGraph Neural Network

Enhanced Self-Organizing Map Solution for the Traveling Salesman Problem

2021-12-03 · Joao P. A. Dantas, Andre N. Costa, Marcos R. O. A. Maximo, Takashi Yoneyama

Using an enhanced Self-Organizing Map method, we provided suboptimal solutions to the Traveling Salesman Problem. Besides, we employed hyperparameter tuning to identify the most critical features in the algorithm. All im…

Traveling Salesman Problem

Parallel Genetic Algorithm to Solve Traveling Salesman Problem on MapReduce Framework using Hadoop Cluster

2014-01-24 · Harun Rasit Er, Nadia Erdogan

Traveling Salesman Problem (TSP) is one of the most common studied problems in combinatorial optimization. Given the list of cities and distances between them, the problem is to find the shortest tour possible which visi…

Combinatorial OptimizationTraveling Salesman Problem

Efficient Bit Labeling in Factorization Machines with Annealing for Traveling Salesman Problem

2024-07-02 · Shota Koshikawa, Aruto Hosaka, Tsuyoshi Yoshida

To efficiently find an optimum parameter combination in a large-scale problem, it is a key to convert the parameters into available variables in actual machines. Specifically, quadratic unconstrained binary optimization …

Traveling Salesman Problem

Tensorized Ant Colony Optimization for GPU Acceleration

2024-04-07 · Luming Yang, Tao Jiang, Ran Cheng

Ant Colony Optimization (ACO) is renowned for its effectiveness in solving Traveling Salesman Problems, yet it faces computational challenges in CPU-based environments, particularly with large-scale instances. In respons…

CPUGPU