Bat Optimization Algorithm

A simple code of Bat Optimization Algorithm which resembles the PSO Algorithm implementation.

您现在正在关注此提交

Standard Bat Algorithm is a bio-inspired optimization algorithm that utilizes the echolocation technique used by microbats to find food/prey, (Yang, 2010). In this function I made the code very similar to the Standard PSO algorithm so that the users who are familiar with Standard PSO will understand the code easily. I used the bBAT variable to save the personal best solutions, and the gBAT variable to save the global optimum, thus the user can do a statistical analysis for the Swarm behavior, convergence, and the algorithm coefficients. The function also shows parameters improvements as it works, which are: the best solution, the normalized error, the increasing of Emission Rate, and the decreasing of Loudness.

引用格式

Haydar Khayou (2026). Bat Optimization Algorithm (https://ww2.mathworks.cn/matlabcentral/fileexchange/76631-bat-optimization-algorithm), MATLAB Central File Exchange. 检索时间: .

标签

添加标签

Add the first tag.

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0

A parameter (epsilon) has been added to control the step size when searching near the global best.

1.0.0