paper-with-me

홈 › Papers

Particle swarm optimization with state-based adaptive velocity limit strategy

2023-08-02 · Xinze Li, Kezhi Mao, Fanfan Lin, Xin Zhang

Velocity limit (VL) has been widely adopted in many variants of particle swarm optimization (PSO) to prevent particles from searching outside the solution space. Several adaptive VL strategies have been introduced with which the performance of PSO can be improved. However, the existing adaptive VL strategies simply adjust their VL based on iterations, leading to unsatisfactory optimization results because of the incompatibility between VL and the current searching state of particles. To deal with this problem, a novel PSO variant with state-based adaptive velocity limit strategy (PSO-SAVL) is proposed. In the proposed PSO-SAVL, VL is adaptively adjusted based on the evolutionary state estimation (ESE) in which a high value of VL is set for global searching state and a low value of VL is set for local searching state. Besides that, limit handling strategies have been modified and adopted to improve the capability of avoiding local optima. The good performance of PSO-SAVL has been experimentally validated on a wide range of benchmark functions with 50 dimensions. The satisfactory scalability of PSO-SAVL in high-dimension and large-scale problems is also verified. Besides, the merits of the strategies in PSO-SAVL are verified in experiments. Sensitivity analysis for the relevant hyper-parameters in state-based adaptive VL strategy is conducted, and insights in how to select these hyper-parameters are also discussed.

📄 PDF Abstract BibTeX arXiv:2308.00936

Code (0)

등록된 구현이 없습니다.

Tasks

State Estimation

Similar Papers 제목 키워드 기반

Particle Swarm Optimization with Velocity Restriction and Evolutionary Parameters Selection for Scheduling Problem

2020-06-19 · Pavel Matrenin, Viktor Sekaev

The article presents a study of the Particle Swarm optimization method for scheduling problem. To improve the method's performance a restriction of particles' velocity and an evolutionary meta-optimization were realized.…

Job Shop SchedulingScheduling

Self-adaptive Potential-based Stopping Criteria for Particle Swarm Optimization

2019-05-29 · Bernd Bassimir, Manuel Schmitt, Rolf Wanka

We study the variant of Particle Swarm Optimization (PSO) that applies random velocities in a dimension instead of the regular velocity update equations as soon as the so-called potential of the swarm falls below a certa…

Particle Swarm Optimization for Energy Disaggregation in Industrial and Commercial Buildings

2020-06-23 · Karoline Brucke, Stefan Arens, Jan-Simon Telle, Sunke~Schlüters 외

This paper provides a formalization of the energy disaggregation problem for particle swarm optimization and shows the successful application of particle swarm optimization for disaggregation in a multi-tenant commercial…

A Modification of Particle Swarm Optimization using Random Walk

2017-11-16 · Rajesh Misra, Kumar S. Ray

Particle swarm optimization comes under lot of changes after James Kennedy and Russell Eberhart first proposes the idea in 1995. The changes has been done mainly on Inertia parameters in velocity updating equation so tha…

Archive-based swarms

2020-07-09 · Genetic and Evolutionary Computation Conference 2020 7 · Nishant Rodrigues, Chilukuri Mohan

The Particle Swarm Optimization (PSO) algorithm updates each individual's velocity and position using its own prior best position and the best position found so far by any particle. Effective search for global optima can…

Position