Mantis Search Algorithm (MSA)

MSA is a novel bio-inspired algorithm for global optimization and engineering design problems
437 Downloads
Updated 2 Jul 2023

View License

Mantis Search Algorithm (MSA) is a novel bio-inspired optimization algorithm that is inspired by the unique hunting behavior and sexual cannibalism of praying mantises. MSA consists of three optimization stages, including the search for prey (exploration), attack prey (exploitation), and sexual cannibalism. Those operators are simulated using various mathematical models to effectively tackle various optimization problems.
MSA is rigorously tested on fifty-two optimization problems and three real-world applications (five engineering design problems, and the parameter estimation problem of photovoltaic modules and fuel cells) to show its versatility and adaptability to different scenarios. To disclose the MSA’s superiority, it is compared to two categories from the rival optimizers: the first category involves well-established and highly-cited optimizers, like Differential evolution; and the second category contains recently-published algorithms, like African Vultures Optimization Algorithm. This comparison is conducted using several performance metrics, the Wilcoxon rank-sum test and the Friedman mean rank to disclose the MSA’s effectiveness and efficiency. The results of this comparison highlight the effectiveness of this new approach and its potential for future optimization application.
The source code of this algorithm is also available at https://github.com/redamohamed8/Mantis-Search-Algorithm-MSA-

Cite As

Reda Mohamed (2024). Mantis Search Algorithm (MSA) (https://www.mathworks.com/matlabcentral/fileexchange/131833-mantis-search-algorithm-msa), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2023a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.1

The MSA's termination condition in this version relies on the maximum number of iterations, not the maximum number of function evaluations.

1.0.0