paper-with-me

홈 › Papers

BSAS: Beetle Swarm Antennae Search Algorithm for Optimization Problems

2018-07-27 · Jiangyu Wang, Huanxin Chen

Beetle antennae search (BAS) is an efficient meta-heuristic algorithm. However, the convergent results of BAS rely heavily on the random beetle direction in every iterations. More specifically, different random seeds may cause different optimized results. Besides, the step-size update algorithm of BAS cannot guarantee objective become smaller in iterative process. In order to solve these problems, this paper proposes Beetle Swarm Antennae Search Algorithm (BSAS) which combines swarm intelligence algorithm with feedback-based step-size update strategy. BSAS employs k beetles to find more optimal position in each moving rather than one beetle. The step-size updates only when k beetles return without better choices. Experiments are carried out on building system identification. The results reveal the efficacy of the BSAS algorithm to avoid influence of random direction of Beetle. In addition, the estimation errors decrease as the beetles number goes up.

📄 PDF Abstract BibTeX arXiv:1807.10470

Code (1)

jywang2016/rBAS 공식 구현

Tasks

Position

Similar Papers 제목 키워드 기반

Multi-objective beetle antennae search algorithm

2020-02-24 · Junfei Zhang, Yimiao Huang, Guowei Ma, Brett Nener

In engineering optimization problems, multiple objectives with a large number of variables under highly nonlinear constraints are usually required to be simultaneously optimized. Significant computing effort are required…

Computational Efficiency

Conditioning Optimization of Extreme Learning Machine by Multitask Beetle Antennae Swarm Algorithm

2018-11-22 · Xixian Zhang, Zhijing Yang, Faxian Cao, Jiangzhong Cao 외

Extreme learning machine (ELM) as a simple and rapid neural network has been shown its good performance in various areas. Different from the general single hidden layer feedforward neural network (SLFN), the input weight…

BAS: Beetle Antennae Search Algorithm for Optimization Problems

2017-10-30 · Xiangyuan Jiang, Shuai Li

Meta-heuristic algorithms have become very popular because of powerful performance on the optimization problem. A new algorithm called beetle antennae search algorithm (BAS) is proposed in the paper inspired by the searc…

Convergence analysis of beetle antennae search algorithm and its applications

2019-04-04 · Yinyan Zhang, Shuai Li, Bin Xu

The beetle antennae search algorithm was recently proposed and investigated for solving global optimization problems. Although the performance of the algorithm and its variants were shown to be better than some existing …

global-optimization

Beetle Antennae Search without Parameter Tuning (BAS-WPT) for Multi-objective Optimization

2017-11-07 · Xiangyuan Jiang, Shuai Li

Beetle antennae search (BAS) is an efficient meta-heuristic algorithm inspired by foraging behaviors of beetles. This algorithm includes several parameters for tuning and the existing results are limited to solve single …