AIJan 18, 2014

Solving the Minimum Common String Partition Problem with the Help of Ants

arXiv:1401.4539v213 citations
Originality Incremental advance
AI Analysis

This work addresses a specific computational biology problem for genome comparison, representing an incremental improvement over existing methods.

The authors tackled the NP-hard Minimum Common String Partition problem, which is used in genome comparison, by applying a MAX-MIN ant system metaheuristic with a graph mapping approach, achieving superior results compared to the state-of-the-art algorithm as validated by statistical tests.

In this paper, we consider the problem of finding a minimum common partition of two strings. The problem has its application in genome comparison. As it is an NP-hard, discrete combinatorial optimization problem, we employ a metaheuristic technique, namely, MAX-MIN ant system to solve this problem. To achieve better efficiency we first map the problem instance into a special kind of graph. Subsequently, we employ a MAX-MIN ant system to achieve high quality solutions for the problem. Experimental results show the superiority of our algorithm in comparison with the state of art algorithm in the literature. The improvement achieved is also justified by standard statistical test.

Foundations

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

Your Notes