Solving the Minimum Common String Partition Problem with the Help of Ants
S.M. Ferdous, M. Sohel Rahman

TL;DR
This paper introduces an ant colony optimization approach to solve the NP-hard minimum common string partition problem, demonstrating superior performance over existing algorithms in genome comparison tasks.
Contribution
The paper presents a novel application of MAX-MIN ant system to efficiently solve the minimum common string partition problem by graph mapping and experimental validation.
Findings
Outperforms existing algorithms in solution quality
Achieves higher efficiency through graph mapping
Statistically significant improvements in results
Abstract
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenome Rearrangement Algorithms · Algorithms and Data Compression · DNA and Biological Computing
