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

01/24/2014
by   Harun Rasit Er, et al.
0

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.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/09/2020

Solving Traveling Salesman Problem for Large Spaces using Modified Meta Optimization Genetic Algorithm

Traveling salesman problem also called TSP is defined to find the best s...
research
02/09/2018

Web-Based Implementation of Travelling Salesperson Problem Using Genetic Algorithm

The world is connected through the Internet. As the abundance of Interne...
research
11/13/2017

Cryptanalysis of Merkle-Hellman cipher using parallel genetic algorithm

In 1976, Whitfield Diffie and Martin Hellman introduced the public key c...
research
05/20/2014

A Genetic Algorithm for solving Quadratic Assignment Problem(QAP)

The Quadratic Assignment Problem (QAP) is one of the models used for the...
research
09/09/2014

Combining the analytical hierarchy process and the genetic algorithm to solve the timetable problem

The main problems of school course timetabling are time, curriculum, and...
research
09/24/2012

Developing Improved Greedy Crossover to Solve Symmetric Traveling Salesman Problem

The Traveling Salesman Problem (TSP) is one of the most famous optimizat...
research
08/13/2023

A Parallel Ensemble of Metaheuristic Solvers for the Traveling Salesman Problem

The travelling salesman problem (TSP) is one of the well-studied NP-hard...

Please sign up or login with your details

Forgot password? Click here to reset