NENov 5, 2014

Application of Multi-core Parallel Programming to a Combination of Ant Colony Optimization and Genetic Algorithm

arXiv:1411.4297v110 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for researchers and practitioners in optimization algorithms, addressing efficiency in NP-hard problems.

The paper tackles the computational complexity of combining Ant Colony Optimization and Genetic Algorithm for the Traveling Salesman Problem by implementing multi-core parallel programming using OpenMP, resulting in reduced computational time.

This Paper will deal with a combination of Ant Colony and Genetic Programming Algorithm to optimize Travelling Salesmen problem (NP-Hard). However, the complexity of the algorithm requires considerable computational time and resources. Parallel implementation can reduce the computational time. In this paper, emphasis in the parallelizing section is given to Multi-core architecture and Multi-Processor Systems which is developed and used almost everywhere today and hence, multi-core parallelization to the combination of algorithm is achieved by OpenMP library by Intel Corporation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes