BIO-INSPIRED PARTICLE SWARM OPTIMIZATION
#1

BIO-INSPIRED PARTICLE SWARM OPTIMIZATION



.ppt   PSO PRATYUSHA-017.ppt (Size: 792 KB / Downloads: 1)

INTRODUCTION


It was developed in 1995 by James Kennedy (social-psychologist) and Russell Eberhart (electrical engineer).
PSO is a robust stochastic optimization technique based on the movement and intelligence of swarms.
Belongs to the categories of Swarm Intelligence techniques and Evolutionary Algorithms for optimization.
The motivation of PSO algorithm was social behavior such as bird flocking, and fish schooling.
PSO is a population-based method, like Genetic algorithm. However, the basic concept is cooperation instead of rivalry.
The term swarm (shoaling, swarming or flocking) is applied to fish, insects, birds and microorganisms, such as bacteria, and describes a behavior of an aggregation of animals of similar size and body orientation, generally cruising in the same direction.


PSO features


PSO is very similar to GA, but it does not have genetic operators (crossover and mutation).
A particle moves with the velocity:
its own experience,
experience from all particles.
The idea is similar to bird flocks searching for food.
Optimization problem representation is similar to the genes encoding methods used in GAs but for PSO the variables are called dimensions, that create a multi-dimensional hyperspace.
"Particles" fly in this hyperspace and try to find the global minima/maxima, their movement being governed by a simple mathematical equation.


PROPERTIES OF PARTICLES


Ability to exchange information with its neighbors.
Ability to memorize a previous position
Ability to use information to make a decision.
There is no selection in PSO: e.g. all particles survive for the length of the run, secondly PSO is the only EA that does not remove candidate population members.
In PSO, topology is constant; a neighbor is a neighbor.


PSO APPLICATION


Economic dispatch considering the generator constraints
A hybrid particle swarm optimization applied to loss power minimization
A novel approach for unit commitment problem via an effective hybrid particle swarm optimization
Congestion Management Using Multiobjective Particle Swarm Optimization


Advantages

Simple in concept
Easy to implement
Computationally efficient
Binary PSO





Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: ppts on particle swarm optimization, bio inspired computing seminar report, discrete particle swarm optimization matlab code, seminar topic on bio inspired computing, state v v tdisadvantages of bio inspired networking, bio inspired networking advantages disadvantages, spider inspired swarm robotics ppt,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Ant colony optimization algorithms seminar addict 1 2,309 20-12-2012, 11:33 AM
Last Post: seminar details
  Power Optimization and Management in Embedded Systems1 seminar paper 1 1,368 10-11-2012, 11:53 AM
Last Post: seminar details
  EMBEDDED DESIGN FOR POWER SAVING SYSTEM FOR POWER OPTIMIZATION project uploader 4 2,694 10-11-2012, 11:53 AM
Last Post: seminar details
  ON PARTICLE FILTERS FOR LANDMINE DETECTION USING IMPULSE GROUND PENETRATING RADAR project uploader 0 1,050 11-06-2012, 10:37 AM
Last Post: project uploader
  OPTIMIZATION OF SURFACE ROUGHNESS seminar details 0 879 09-06-2012, 05:37 PM
Last Post: seminar details
  A NOVEL APPROACH TO OPTIMIZATION ALGORITHM FOR VLSI project uploader 0 932 15-03-2012, 11:16 AM
Last Post: project uploader
  Fuzzy Control Model Optimization for Behavior-Constant Traffic seminar paper 0 938 14-03-2012, 03:57 PM
Last Post: seminar paper
  Bio-molecular Computing project uploader 0 621 29-02-2012, 03:04 PM
Last Post: project uploader
  optimization of working capital in construction project seminar paper 0 715 29-02-2012, 02:49 PM
Last Post: seminar paper
  Reactive power optimization with artificial bee colony algorithm project uploader 0 1,329 10-02-2012, 11:28 AM
Last Post: project uploader

Forum Jump: