paper-with-me

홈 › Papers

Generalized Self-Adapting Particle Swarm Optimization algorithm with archive of samples

2020-02-28 · Michał Okulewicz, Mateusz Zaborski, Jacek Mańdziuk

In this paper we enhance Generalized Self-Adapting Particle Swarm Optimization algorithm (GAPSO), initially introduced at the Parallel Problem Solving from Nature 2018 conference, and to investigate its properties. The research on GAPSO is underlined by the two following assumptions: (1) it is possible to achieve good performance of an optimization algorithm through utilization of all of the gathered samples, (2) the best performance can be accomplished by means of a combination of specialized sampling behaviors (Particle Swarm Optimization, Differential Evolution, and locally fitted square functions). From a software engineering point of view, GAPSO considers a standard Particle Swarm Optimization algorithm as an ideal starting point for creating a generalpurpose global optimization framework. Within this framework hybrid optimization algorithms are developed, and various additional techniques (like algorithm restart management or adaptation schemes) are tested. The paper introduces a new version of the algorithm, abbreviated as M-GAPSO. In comparison with the original GAPSO formulation it includes the following four features: a global restart management scheme, samples gathering within an R-Tree based index (archive/memory of samples), adaptation of a sampling behavior based on a global particle performance, and a specific approach to local search. The above-mentioned enhancements resulted in improved performance of M-GAPSO over GAPSO, observed on both COCO BBOB testbed and in the black-box optimization competition BBComp. Also, for lower dimensionality functions (up to 5D) results of M-GAPSO are better or comparable to the state-of-the art version of CMA-ES (namely the KL-BIPOP-CMA-ES algorithm presented at the GECCO 2017 conference).

📄 PDF Abstract BibTeX arXiv:2002.12485

Code (0)

등록된 구현이 없습니다.

Tasks

global-optimizationManagement

Similar Papers 제목 키워드 기반

Adaptive Latent Factor Analysis via Generalized Momentum-Incorporated Particle Swarm Optimization

2022-08-04 · Jiufang Chen, Ye Yuan

Stochastic gradient descent (SGD) algorithm is an effective learning strategy to build a latent factor analysis (LFA) model on a high-dimensional and incomplete (HDI) matrix. A particle swarm optimization (PSO) algorithm…

Self-adaptive Multi-task Particle Swarm Optimization

2021-10-09 · Xiaolong Zheng, Deyun Zhou, Na Li, Yu Lei 외

Multi-task optimization (MTO) studies how to simultaneously solve multiple optimization problems for the purpose of obtaining better performance on each problem. Over the past few years, evolutionary MTO (EMTO) was propo…

Evolutionary AlgorithmsTransfer Learning

Anakatabatic Inertia: Particle-wise Adaptive Inertia for PSO

2020-07-31 · Siniša Družeta, Stefan Ivić

Throughout the course of the development of Particle Swarm Optimization, particle inertia has been established as an important aspect of the method for researching possible method improvements. As a continuation of our p…

Deep Neural Network-guided PSO for Tracking a Global Optimal Position in Complex Dynamic Environment

2026-04-15 · Stephen Raharja, Toshiharu Sugawara arxiv

We propose novel particle swarm optimization (PSO) variants incorporated with deep neural networks (DNNs) for particles to pursue globally optimal positions in dynamic environments. PSO is a heuristic approach for solvin…

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…