paper-with-me

Papers

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 visits all the cities in list exactly once and ends in the city where it starts. Despite the Traveling Salesman Problem is NP-Hard, a lot of methods and solutions are proposed to the problem. One of them is Genetic Algorithm (GA). GA is a simple but an efficient heuristic method that can be used to solve Traveling Salesman Problem. In this paper, we will show a parallel genetic algorithm implementation on MapReduce framework in order to solve Traveling Salesman Problem. MapReduce is a framework used to support distributed computation on clusters of computers. We used free licensed Hadoop implementation as MapReduce framework.

📄 PDF Abstract BibTeX arXiv:1401.6267

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationTraveling Salesman Problem

Similar Papers 제목 키워드 기반

A Powerful Genetic Algorithm for Traveling Salesman Problem

2014-02-19 · Shujia Liu

This paper presents a powerful genetic algorithm(GA) to solve the traveling salesman problem (TSP). To construct a powerful GA, I use edge swapping(ES) with a local search procedure to determine good combinations of buil…

Traveling Salesman Problem

A Comparative Study of Adaptive Crossover Operators for Genetic Algorithms to Resolve the Traveling Salesman Problem

2012-03-14 · Otman Abdoun, Jaafar Abouchabaka

Genetic algorithm includes some parameters that should be adjusting so that the algorithm can provide positive results. Crossover operators play very important role by constructing competitive Genetic Algorithms (GAs). I…

Traveling Salesman Problem

Using Ants as a Genetic Crossover Operator in GLS to Solve STSP

2014-11-12 · Hassan Ismkhan

Ant Colony Algorithm (ACA) and Genetic Local Search (GLS) are two optimization algorithms that have been successfully applied to the Traveling Salesman Problem (TSP). In this paper we define new crossover operator then r…

Traveling Salesman Problem

New mechanism of combination crossover operators in genetic algorithm for solving the traveling salesman problem

2020-01-14 · Pham Dinh Thanh, Huynh Thi Thanh Binh, Bui Thu Lam

Traveling salesman problem (TSP) is a well-known in computing field. There are many researches to improve the genetic algorithm for solving TSP. In this paper, we propose two new crossover operators and new mechanism of …

Traveling Salesman Problem

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

2026-08-21 · Swetha Varadarajan, Darrell Whitley arxiv

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 perform…