An Empirical Analysis of Approximation Algorithms for the Euclidean Traveling Salesman Problem

05/25/2017
by   Yihui He, et al.
0

With applications to many disciplines, the traveling salesman problem (TSP) is a classical computer science optimization problem with applications to industrial engineering, theoretical computer science, bioinformatics, and several other disciplines. In recent years, there have been a plethora of novel approaches for approximate solutions ranging from simplistic greedy to cooperative distributed algorithms derived from artificial intelligence. In this paper, we perform an evaluation and analysis of cornerstone algorithms for the Euclidean TSP. We evaluate greedy, 2-opt, and genetic algorithms. We use several datasets as input for the algorithms including a small dataset, a mediumsized dataset representing cities in the United States, and a synthetic dataset consisting of 200 cities to test algorithm scalability. We discover that the greedy and 2-opt algorithms efficiently calculate solutions for smaller datasets. Genetic algorithm has the best performance for optimality for medium to large datasets, but generally have longer runtime. Our implementations is public available.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
04/03/2014

A Novel Genetic Algorithm using Helper Objectives for the 0-1 Knapsack Problem

The 0-1 knapsack problem is a well-known combinatorial optimisation prob...
research
04/13/2013

An Improved ACS Algorithm for the Solutions of Larger TSP Problems

Solving large traveling salesman problem (TSP) in an efficient way is a ...
research
01/19/2014

Evolving Accuracy: A Genetic Algorithm to Improve Election Night Forecasts

In this paper, we apply genetic algorithms to the field of electoral stu...
research
11/19/2020

Illustrating the Suitability of Greedy and Dynamic Algorithms Using The Economics Concept of "Opportunity Cost"

Students of Computer Science often wonder when, exactly, one can apply a...
research
06/22/2021

Large N limit of the knapsack problem

In the simplest formulation of the knapsack problem, one seeks to maximi...
research
05/10/2019

5/4 approximation for Symmetric TSP

Travelling Salesman Problem (TSP) is one of the unsolved problems in com...
research
07/23/2020

Two-way Greedy: Algorithms for Imperfect Rationality

The realization that selfish interests need to be accounted for in the d...

Please sign up or login with your details

Forgot password? Click here to reset