Optimal Path Searching through Specified Routes using different Algorithms


Autoria(s): Farooq, Farhan
Data(s)

2009

Resumo

To connect different electrical, network and data devices with the minimum cost and shortest path, is a complex job. In huge buildings, where the devices are placed at different locations on different floors and only some specific routes are available to pass the cables and buses, the shortest path search becomes more complex. The aim of this thesis project is, to develop an application which indentifies the best path to connect all objects or devices by following the specific routes.To address the above issue we adopted three algorithms Greedy Algorithm, Simulated Annealing and Exhaustive search and analyzed their results. The given problem is similar to Travelling Salesman Problem. Exhaustive search is a best algorithm to solve this problem as it checks each and every possibility and give the accurate result but it is an impractical solution because of huge time consumption. If no. of objects increased from 12 it takes hours to search the shortest path. Simulated annealing is emerged with some promising results with lower time cost. As of probabilistic nature, Simulated annealing could be non optimal but it gives a near optimal solution in a reasonable duration. Greedy algorithm is not a good choice for this problem. So, simulated annealing is proved best algorithm for this problem. The project has been implemented in C-language which takes input and store output in an Excel Workbook

Formato

application/pdf

Identificador

http://urn.kb.se/resolve?urn=urn:nbn:se:du-4530

Idioma(s)

eng

Publicador

Högskolan Dalarna, Datateknik

Borlänge

Direitos

info:eu-repo/semantics/openAccess

Palavras-Chave #Routing problem #Shortest Path #Greedy Algorithm #Simulated Annealing #Exhaustive Search #Travelling Salesman Problem #Combinatorial Optimization
Tipo

Student thesis

info:eu-repo/semantics/bachelorThesis

text