1Dept of Computer Science & Engineering, Anuradha Engineering College, Sant Gadge Baba Amravati University, Maharashtra, India. E-mail: vam.1207@gmail.com
2Dept of Computer Science & Engineering, CMR Engineering College, Jawaharlal Nehru Technological University, Hyderabad, Telagana, India. Omkarsharma.m@gmail.com
Online published on 27 June, 2017.
The traveling salesman problem is one of the most frequently used real time problems. Many applications involve robot arm movement to fix the nuts in a large production environment, postal van services etc. Shortest path finding technique in a communication environment can be more beneficial by implementing the TSP-PSO in multithreaded environment. It is one of the combinatorial problems that comes under NP-Hard problems. NP-Hard problems are the problems which can be solved by a nondeterministic turing machine in polynomial time, that is, NP-Problems consume non-polynomial amount of time. Particle Swarm Algorithm is one type of algorithm used to solve traveling salesperson problem which is somewhat better than genetic algorithms in certain parameters. If the PSO algorithm is applied in multicore processors with multi threading approach the overall performance of the system can be improved.
Multithread, Particle swarm optimazation, Performance, Travelling salesman