paper-with-me

홈 › Papers

A Systematic and Meta-analysis Survey of Whale Optimization Algorithm

2019-03-20 · Hardi M. Mohammed, Shahla U. Umar, Tarik A. Rashid

Whale Optimization Algorithm (WOA) is a nature-inspired meta-heuristic optimization algorithm, which was proposed by Mirjalili and Lewis in 2016. This algorithm has shown its ability to solve many problems. Comprehensive surveys have been conducted about some other nature-inspired algorithms, such as ABC, PSO, etc.Nonetheless, no survey search work has been conducted on WOA. Therefore, in this paper, a systematic and meta analysis survey of WOA is conducted to help researchers to use it in different areas or hybridize it with other common algorithms. Thus, WOA is presented in depth in terms of algorithmic backgrounds, its characteristics, limitations, modifications, hybridizations, and applications. Next, WOA performances are presented to solve different problems. Then, the statistical results of WOA modifications and hybridizations are established and compared with the most common optimization algorithms and WOA. The survey's results indicate that WOA performs better than other common algorithms in terms of convergence speed and balancing between exploration and exploitation. WOA modifications and hybridizations also perform well compared to WOA. In addition, our investigation paves a way to present a new technique by hybridizing both WOA and BAT algorithms. The BAT algorithm is used for the exploration phase, whereas the WOA algorithm is used for the exploitation phase. Finally, statistical results obtained from WOA-BAT are very competitive and better than WOA in 16 benchmarks functions. WOA-BAT also outperforms well in 13 functions from CEC2005 and 7 functions from CEC2019.

📄 PDF Abstract BibTeX arXiv:1903.08763

Code (1)

Hardi-Mohammed/WOA-BAT-modification 공식 구현

Tasks

Survey

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Whale swarm algorithm for function optimization

2017-02-11 · Bing Zeng, Liang Gao, Xinyu Li

Increasing nature-inspired metaheuristic algorithms are applied to solving the real-world optimization problems, as they have some advantages over the classical methods of numerical optimization. This paper has proposed …

Balancing exploration and exploitation phases in whale optimization algorithm: an insightful and empirical analysis

2023-09-03 · Aram M. Ahmed, Tarik A. Rashid, Bryar A. Hassan, Jaffer Majidpour 외

Agents of any metaheuristic algorithms are moving in two modes, namely exploration and exploitation. Obtaining robust results in any algorithm is strongly dependent on how to balance between these two modes. Whale optimi…

Diversity

WHALE: A Simple Recipe for Joint Harness-Weight Optimization

2026-08-31 · Haechan Kim, Yoonho Lee, Gisang Lee, Chelsea Finn 외 hf

Agent performance depends jointly on the model parameters and the executable harness code that manages context and control flow. Optimizing either component in isolation can leave the system bottlenecked by its frozen co…

Mathematical ReasoningQuestion Answering

Whale swarm algorithm with the mechanism of identifying and escaping from extreme points for multimodal function optimization

2018-04-09 · Bing Zeng, Xinyu Li, Liang Gao, Yuyan Zhang 외

Most real-world optimization problems often come with multiple global optima or local optima. Therefore, increasing niching metaheuristic algorithms, which devote to finding multiple optima in a single run, are developed…

A Scalable k-Medoids Clustering via Whale Optimization Algorithm

2024-08-30 · Huang Chenan, Narumasa Tsutsumida

Unsupervised clustering has emerged as a critical tool for uncovering hidden patterns in vast, unlabeled datasets. However, traditional methods, such as Partitioning Around Medoids (PAM), struggle with scalability owing …

Anomaly DetectionClusteringComputational Efficiency