Solving the traveling salesman problem using genetic algorithm on Nvidia Cuda GPU

The Traveling Salesman Problem (TSP) is one of the most intensively studied problems in computational mathematics. TSP has been used as a benchmark for many new algorithm ideas and optimization methods. Exact method for solving TSP, which has practically acceptable running time, has not been found....

Full description

Saved in:
Bibliographic Details
Main Author: Quang, Mau Bach.
Other Authors: Low Yoke Hean, Malcolm
Format: Final Year Project
Language:English
Published: 2011
Subjects:
Online Access:http://hdl.handle.net/10356/44993
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:The Traveling Salesman Problem (TSP) is one of the most intensively studied problems in computational mathematics. TSP has been used as a benchmark for many new algorithm ideas and optimization methods. Exact method for solving TSP, which has practically acceptable running time, has not been found. Therefore, various heuristics and approximation algorithms, which quickly yield good solutions, have been devised. Among those algorithms, the Genetic Algorithm (GA), modeled after the process of natural evolution, can be quickly implemented and deployed. However, GA does not utilize explicitly the knowledge of the problem on searching for the solutions. Consequently, hybrid methods that combine GA with other local search techniques have been attempted.