Particle Swarm Optimisation

Particle Swarm Optimisation
Author :
Publisher : CRC Press
Total Pages : 419
Release :
ISBN-10 : 9781439835777
ISBN-13 : 1439835772
Rating : 4/5 (772 Downloads)

Book Synopsis Particle Swarm Optimisation by : Jun Sun

Download or read book Particle Swarm Optimisation written by Jun Sun and published by CRC Press. This book was released on 2016-04-19 with total page 419 pages. Available in PDF, EPUB and Kindle. Book excerpt: Although the particle swarm optimisation (PSO) algorithm requires relatively few parameters and is computationally simple and easy to implement, it is not a globally convergent algorithm. In Particle Swarm Optimisation: Classical and Quantum Perspectives, the authors introduce their concept of quantum-behaved particles inspired by quantum mechanics, which leads to the quantum-behaved particle swarm optimisation (QPSO) algorithm. This globally convergent algorithm has fewer parameters, a faster convergence rate, and stronger searchability for complex problems. The book presents the concepts of optimisation problems as well as random search methods for optimisation before discussing the principles of the PSO algorithm. Examples illustrate how the PSO algorithm solves optimisation problems. The authors also analyse the reasons behind the shortcomings of the PSO algorithm. Moving on to the QPSO algorithm, the authors give a thorough overview of the literature on QPSO, describe the fundamental model for the QPSO algorithm, and explore applications of the algorithm to solve typical optimisation problems. They also discuss some advanced theoretical topics, including the behaviour of individual particles, global convergence, computational complexity, convergence rate, and parameter selection. The text closes with coverage of several real-world applications, including inverse problems, optimal design of digital filters, economic dispatch problems, biological multiple sequence alignment, and image processing. MATLAB®, Fortran, and C++ source codes for the main algorithms are provided on an accompanying downloadable resources. Helping you numerically solve optimisation problems, this book focuses on the fundamental principles and applications of PSO and QPSO algorithms. It not only explains how to use the algorithms, but also covers advanced topics that establish the groundwork for understanding.


Particle Swarm Optimisation Related Books

Particle Swarm Optimisation
Language: en
Pages: 419
Authors: Jun Sun
Categories: Computers
Type: BOOK - Published: 2016-04-19 - Publisher: CRC Press

DOWNLOAD EBOOK

Although the particle swarm optimisation (PSO) algorithm requires relatively few parameters and is computationally simple and easy to implement, it is not a glo
Particle Swarm Optimization
Language: en
Pages: 182
Authors: Maurice Clerc
Categories: Computers
Type: BOOK - Published: 2013-03-04 - Publisher: John Wiley & Sons

DOWNLOAD EBOOK

This is the first book devoted entirely to Particle Swarm Optimization (PSO), which is a non-specific algorithm, similar to evolutionary algorithms, such as tab
Applying Particle Swarm Optimization
Language: en
Pages: 355
Authors: Burcu Adıgüzel Mercangöz
Categories: Business & Economics
Type: BOOK - Published: 2021-05-13 - Publisher: Springer Nature

DOWNLOAD EBOOK

This book explains the theoretical structure of particle swarm optimization (PSO) and focuses on the application of PSO to portfolio optimization problems. The
Encyclopedia of Machine Learning
Language: en
Pages: 1061
Authors: Claude Sammut
Categories: Computers
Type: BOOK - Published: 2011-03-28 - Publisher: Springer Science & Business Media

DOWNLOAD EBOOK

This comprehensive encyclopedia, in A-Z format, provides easy access to relevant information for those seeking entry into any aspect within the broad field of M
Optimization for Machine Learning
Language: en
Pages: 412
Authors: Jason Brownlee
Categories: Computers
Type: BOOK - Published: 2021-09-22 - Publisher: Machine Learning Mastery

DOWNLOAD EBOOK

Optimization happens everywhere. Machine learning is one example of such and gradient descent is probably the most famous algorithm for performing optimization.