PulseAugur
EN
LIVE 13:38:15

GPU Parallelization Accelerates Large-Scale Traveling Salesman Problem Solvers

Researchers have developed a fine-grain GPU parallelization technique for the Generalized Partition Crossover (GPX) operator, specifically targeting large-scale Traveling Salesman Problems (TSP). This method reformulates the GPX partitioning as a graph-parallel problem, employing techniques like coalesced memory layouts and connected-component analysis. Implemented using CUDA, the approach parallelizes key steps such as tour union, vertex splitting, and component identification. Experiments show significant speedups, ranging from 48x to 625x, for TSP instances with up to 2 million cities, demonstrating improved scalability for genetic algorithm solvers on modern many-core architectures. AI

IMPACT Enhances computational efficiency for complex optimization problems, potentially impacting AI research in areas requiring large-scale problem-solving.

RANK_REASON The cluster contains an academic paper detailing a new computational method for solving an optimization problem.

Read on arXiv cs.NE (Neural & Evolutionary) →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

GPU Parallelization Accelerates Large-Scale Traveling Salesman Problem Solvers

COVERAGE [2]

  1. arXiv cs.AI TIER_1 English(EN) · Swetha Varadarajan, Darrell Whitley ·

    Fine-Grain GPU Parallelization of the Generalized Partition Crossover for Large-Scale Traveling Salesman Problems

    arXiv:2608.21233v1 Announce Type: new Abstract: The Traveling Salesman Problem (TSP) is one of the most extensively studied NP-hard optimization problems. Genetic Algorithm (GA)-based solvers, such as the Edge Assembly Crossover (EAX), achieve state-of-the-art performance on many…

  2. arXiv cs.NE (Neural & Evolutionary) TIER_1 English(EN) · Darrell Whitley ·

    Fine-Grain GPU Parallelization of the Generalized Partition Crossover for Large-Scale Traveling Salesman Problems

    The Traveling Salesman Problem (TSP) is one of the most extensively studied NP-hard optimization problems. Genetic Algorithm (GA)-based solvers, such as the Edge Assembly Crossover (EAX), achieve state-of-the-art performance on many benchmark instances. However, the scalability o…