Bat Optimization Algorithm

버전 1.1.0 (3.65 KB) 작성자: Haydar Khayou
A simple code of Bat Optimization Algorithm which resembles the PSO Algorithm implementation.
다운로드 수: 552
업데이트 날짜: 2020/6/10

라이선스 보기

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://kr.mathworks.com/matlabcentral/fileexchange/76631-bat-optimization-algorithm), MATLAB Central File Exchange. 검색 날짜: .

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

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

1.0.0