paper-with-me

Papers

A Lite Fireworks Algorithm for Optimization

2023-01-07 · Haimiao Mo, Min Zeng

The fireworks algorithm is an optimization algorithm for simulating the explosion phenomenon of fireworks. Because of its fast convergence and high precision, it is widely used in pattern recognition, optimal scheduling, and other fields. However, most of the existing research work on the fireworks algorithm is improved based on its defects, and little consideration is given to reducing the number of parameters of the fireworks algorithm. The original fireworks algorithm has too many parameters, which increases the cost of algorithm adjustment and is not conducive to engineering applications. In addition, in the fireworks population, the unselected individuals are discarded, thus causing a waste of their location information. To reduce the number of parameters of the original Fireworks Algorithm and make full use of the location information of discarded individuals, we propose a simplified version of the Fireworks Algorithm. It reduces the number of algorithm parameters by redesigning the explosion operator of the fireworks algorithm and constructs an adaptive explosion radius by using the historical optimal information to balance the local mining and global exploration capabilities. The comparative experimental results of function optimization show that the overall performance of our proposed LFWA is better than that of comparative algorithms, such as the fireworks algorithm, particle swarm algorithm, and bat algorithm.

📄 PDF Abstract BibTeX arXiv:2301.02795

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Similar Papers 제목 키워드 기반

Review of research on fireworks algorithm

2022-02-28 · Zhao Zhigang, Li Zhimei, Mo Haimiao, Zeng Min

Fireworks algorithm is a new type of intelligent optimization algorithm. Because of its fast convergence speed, easy implementation, explosiveness, diversity, simplicity and randomness, it has attracted more and more att…

Diversity

A Cooperative Framework for Fireworks Algorithm

2015-05-01 · Shaoqiu Zheng, Junzhi Li, Andreas Janecek, Ying Tan

This paper presents a cooperative framework for fireworks algorithm (CoFFWA). A detailed analysis of existing fireworks algorithm (FWA) and its recently developed variants has revealed that (i) the selection strategy lea…

Efficient Fireworks Algorithm Equipped with an Explosion Mechanism based on Student's T-distribution

2025-06-10 · Cen Shipeng, Tan Ying

Many real-world problems can be transformed into optimization problems, which can be classified into convex and non-convex. Although convex problems are almost completely studied in theory, many related algorithms to man…

Large Language Model

A Lite Fireworks Algorithm with Fractal Dimension Constraint for Feature Selection

2023-03-09 · Min Zeng, Haimiao Mo, Zhiming Liang, Hua Wang

As the use of robotics becomes more widespread, the huge amount of vision data leads to a dramatic increase in data dimensionality. Although deep learning methods can effectively process these high-dimensional vision dat…

feature selection

A GPU Implementation of Multi-Guiding Spark Fireworks Algorithm for Efficient Black-Box Neural Network Optimization

2025-01-07 · Xiangrui Meng, Ying Tan

Swarm intelligence optimization algorithms have gained significant attention due to their ability to solve complex optimization problems. However, the efficiency of optimization in large-scale problems limits the use of …

Computational EfficiencyCPUGPU