Bat Algorithm Demo

버전 1.2.4 (3.67 KB) 작성자: Haydar Khayou
A Graphical illustration of Bat Optimization Algorithm applied on eggcrate function.
다운로드 수: 158
업데이트 2020/6/21

라이선스 보기

In this demonstration, Standard Bat Algorithm is validated using eggcrate function. I have included a graphical illustration of the bats movements throughout the iterations. This way the user can get a clearer idea on how the algorithm works, as well as calibrating the algorithm coefficients to fit the search space of any optimization problem.

Take a look at: Bat Optimization Algorithm v1.0.0 at:
https://www.mathworks.com/matlabcentral/fileexchange/76631-bat-optimization-algorithm?s_tid=srchtitle

And: Bat Algorithm 1.1.0 at:
https://www.mathworks.com/matlabcentral/fileexchange/76643-bat-algorithm-1-1-0?s_tid=srchtitle

References: XS Yang (2020). The Standard Bat Algorithm (BA) (https://www.mathworks.com/matlabcentral/fileexchange/74768-the-standard-bat-algorithm-ba), MATLAB Central File Exchange. Retrieved June 6, 2020.

인용 양식

Haydar Khayou (2026). Bat Algorithm Demo (https://kr.mathworks.com/matlabcentral/fileexchange/76685-bat-algorithm-demo), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2017a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
버전 게시됨 릴리스 정보
1.2.4

Showing Optimum bat in different color than the swarm

1.2.3

The user can determine whether eggcrate function is viewed as surf or contour map.

1.2.2

Display of the results has been enhanced

1.2.1

The output in this version has been edited to fit the Eggcrate function.

1.2.0

In this version, the output display has been enhanced.

1.1.0

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

1.0.0