paper-with-me

홈 › Papers

A new approach in dynamic traveling salesman problem: a hybrid of ant colony optimization and descending gradient

2013-07-29 · Farhad Soleimanian Gharehchopogh, Isa Maleki, Seyyed Reza Khaze

Nowadays swarm intelligence-based algorithms are being used widely to optimize the dynamic traveling salesman problem (DTSP). In this paper, we have used mixed method of Ant Colony Optimization (AOC)and gradient descent to optimize DTSP which differs with ACO algorithm in evaporation rate and innovative data. This approach prevents premature convergence and scape from local optimum spots and also makes it possible to find better solutions for algorithm. In this paper, we are going to offer gradient descent and ACO algorithm which in comparison to some former methods it shows that algorithm has significantly improved routes optimization.

📄 PDF Abstract BibTeX arXiv:1307.7435

Code (0)

등록된 구현이 없습니다.

Tasks

Traveling Salesman Problem

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

The Generalized Traveling Salesman Problem solved with Ant Algorithms

2013-10-09 · Camelia-M. Pintea, Petrica C. Pop, Camelia Chira

A well known N P-hard problem called the Generalized Traveling Salesman Problem (GTSP) is considered. In GTSP the nodes of a complete undirected graph are partitioned into clusters. The objective is to find a minimum cos…

Traveling Salesman Problem

SOM-Guided Evolutionary Search for Solving MinMax Multiple-TSP

2019-07-27 · Vlad-Ioan Lupoaie, Ivona-Alexandra Chili, Mihaela Elena Breaban, Madalina Raschip

Multiple-TSP, also abbreviated in the literature as mTSP, is an extension of the Traveling Salesman Problem that lies at the core of many variants of the Vehicle Routing problem of great practical importance. The current…

Evolutionary AlgorithmsTraveling Salesman Problem

Hybrid Metaheuristic Combining the Dragonfly Algorithm and Tabu Search for the Traveling Salesman Problem

2026-06-08 · Ammar Bouketta arxiv

The Traveling Salesman Problem (TSP) is a classical NP-hard combinatorial optimization problem that aims to find the shortest Hamiltonian cycle visiting each city exactly once and returning to the starting point. This pa…

An Improved ACS Algorithm for the Solutions of Larger TSP Problems

2013-04-13 · Md. Rakib Hassan, Md. Kamrul Hasan, M. M. A. Hashem

Solving large traveling salesman problem (TSP) in an efficient way is a challenging area for the researchers of computer science. This paper presents a modified version of the ant colony system (ACS) algorithm called Red…

Combinatorial OptimizationTraveling Salesman Problem