What is Particle Swarm Optimization technique?

What is Particle Swarm Optimization technique?

3 Particle swarm optimization. Particle swarm optimization (PSO) is a population-based optimization technique inspired by the motion of bird flocks and schooling fish. In PSO, the potential solutions, called particles, move in the problem space by following the current optimum particles.

What is PSO algorithm used for?

In gradient based PSO algorithms, the PSO algorithm is used to explore many local minima and locate a point in the basin of attraction of a deep local minimum. Then efficient gradient based local search algorithms are used to accurately locate the deep local minimum.

What are the applications of Particle Swarm Optimization?

As one of the global optimization problems, PSO has been widely used in various kinds of planning problems, especially in the area of substation locating and sizing [24–27]. But in area of heating supply, PSO is mainly applied in heating load forecasting [28, 29], but rarely used in HSP.

Which algorithm is related to Swarm?

Particle Swarm Optimization. Particle Swarm Optimization (PSO) is an optimization technique introduced by Kennedy and Eberhart in 1995 [39]. It uses a simple mechanism that mimics swarm behaviour in birds flocking and fish schooling to guide the particles to search for global optimal solutions.

Why PSO is better than other optimization techniques?

Unlike GA, the variables in PSO can take any values based on their current position in the particle space and the corresponding velocity vector. So, in this case PSO is the best alternative as it requires small number of parameters and correspondingly lower number of iterations.

What is velocity in particle swarm optimization?

Velocity in the Particle Swarm Optimization algorithm (PSO) is one of its major features, as it is the mechanism used to move (evolve) the position of a particle to search for optimal solutions. This velocity regulation aims to achieve a balance between exploration and exploitation.

What are the applications of the Swarm algorithms?

Swarm intelligence algorithm can also help courier and parcel companies to route the cargo or documents more efficiently by optimizing resources. #2 Swarm intelligence applications help in telecommunication business. Telecommunication business is quite complex as some routes will be busy at some point of time while others will be idle.

What is Adaptive particle swarm optimization?

Adaptive particle swarm optimization (APSO) features better search efficiency than standard PSO . APSO can perform global search over the entire search space with a higher convergence speed.

How does particle swarm optimization work?

In computational science, particle swarm optimization ( PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality. It solves a problem by having a population of candidate solutions, here dubbed particles,…

Velocity in the Particle Swarm Optimization algorithm (PSO) is one of its major features, as it is the mechanism used to move (evolve) the position of a particle to search for optimal solutions . The velocity is commonly regulated, by multiplying a factor to the particle’s velocity.