paper-with-me

홈 › Papers

Particle Swarm Optimization: Development of a General-Purpose Optimizer

2021-01-25 · Mauro S. Innocente, Johann Sienz

Traditional methods present a very restrictive range of applications, mainly limited by the features of the function to be optimized and of the constraint functions. In contrast, evolutionary algorithms present almost no restriction to the features of these functions, although the most appropriate constraint-handling technique is still an open question. The particle swarm optimization (PSO) method is sometimes viewed as another evolutionary algorithm because of their many similarities, despite not being inspired by the same metaphor. Namely, they evolve a population of individuals taking into consideration previous experiences and using stochastic operators to introduce new responses. The advantages of evolutionary algorithms with respect to traditional methods have been greatly discussed in the literature for decades. While all such advantages are valid when comparing the PSO paradigm to traditional methods, its main advantages with respect to evolutionary algorithms consist of its noticeably lower computational cost and easier implementation. In fact, the plain version can be programmed in a few lines of code, involving no operator design and few parameters to be tuned. This paper deals with three important aspects of the method: the influence of the parameters' tuning on the behaviour of the system; the design of stopping criteria so that the reliability of the solution found can be somehow estimated and computational cost can be saved; and the development of appropriate techniques to handle constraints, given that the original method is designed for unconstrained optimization problems.

📄 PDF Abstract BibTeX arXiv:2101.09835

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary AlgorithmsOpen-Ended Question Answering

Similar Papers 제목 키워드 기반

The SVM Classifier Based on the Modified Particle Swarm Optimization

2016-03-21 · L. Demidova, E. Nikulchev, Yu. Sokolova

The problem of development of the SVM classifier based on the modified particle swarm optimization has been considered. This algorithm carries out the simultaneous search of the kernel function type, values of the kernel…

General Classification

Combining Particle Swarm Optimizer with SQP Local Search for Constrained Optimization Problems

2021-01-25 · Carwyn Pelley, Mauro S. Innocente, Johann Sienz

The combining of a General-Purpose Particle Swarm Optimizer (GP-PSO) with Sequential Quadratic Programming (SQP) algorithm for constrained optimization problems has been shown to be highly beneficial to the refinement, a…

Population-Based Methods: PARTICLE SWARM OPTIMIZATION -- Development of a General-Purpose Optimizer and Applications

2021-01-25 · Mauro S. Innocente

This thesis is concerned with continuous, static, and single-objective optimization problems subject to inequality constraints. Nevertheless, some methods to handle other kinds of problems are briefly reviewed. The parti…

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 r…

global-optimizationManagement

Parameter Adaptation and Criticality in Particle Swarm Optimization

2017-05-19 · Carlos Garcia Cordero

Generality is one of the main advantages of heuristic algorithms, as such, multiple parameters are exposed to the user with the objective of allowing them to shape the algorithms to their specific needs. Parameter select…