ALGORITHM FOR PSO:
#1



ALGORITHM FOR PSO:

ALGORITHM FOR PSO:

For each particle
Initialize particle
END

Do
For each particle
Calculate fitness value
If the fitness value is better than the best fitness value (pBest) in history
set current value as the new pBest
End

Choose the particle with the best fitness value of all the particles as the gBest
For each particle
Calculate particle velocity
Update particle position
End
While maximum iterations or minimum error criteria is not attained
First we have to randomly assign the number of particles
Velocity of the particle is nothing but the speed of the particle to achieve the pBest and gBest.
In this pBest is the personal best that a particle has achieved and the values will be compared between previous iteration and current iteration and the best one will be updated.
gBest is the global best. It means all the values of personal best are compared and the best one is taken as the global best
Till we get the optimized result we have to run the loop and adjust the values.
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: pso with induction motor ppt, pso economic behaviour, ppt on pso applications, seminar topics on pso, pso algorithm ns2 code, pso algorithm for image processing matlab, pso algorithm 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
  RSA ALGORITHM IMPLEMENTATION project uploader 2 2,372 26-06-2013, 06:39 PM
Last Post: arora_rachna04
  Resizing image using bilinear interpolation algorithm in MATLAB seminar addict 1 2,665 13-01-2013, 10:15 PM
Last Post: Guest
  Bresenham Line Drawing Algorithm Circle Drawing & Polygon Filling project report helper 1 4,628 16-12-2012, 07:35 AM
Last Post: Guest
  Offline Handwriting Recognition Using Genetic Algorithm project uploader 1 2,633 09-11-2012, 12:27 PM
Last Post: seminar details
  Stego Machine – Video Steganography using Modified LSB Algorithm seminar details 1 2,450 25-10-2012, 01:40 PM
Last Post: seminar details
  ECONOMIC LOAD DISPATCH WITH VALVE-POINT EFFECT USING ARTIFICIAL BEE COLONY ALGORITHM seminar addict 1 1,874 24-10-2012, 04:02 PM
Last Post: seminar details
  The Geometric Efficient Matching Algorithm for Firewalls seminar details 0 1,203 09-06-2012, 05:16 PM
Last Post: seminar details
  An efficient algorithm for iris pattern recognition using 2D Gabor wavelet details seminar details 0 946 08-06-2012, 01:16 PM
Last Post: seminar details
  An Efficient K-Means Cluster Based Image Retrieval Algorithm using Learning seminar details 0 1,100 08-06-2012, 01:02 PM
Last Post: seminar details
  A NOVEL APPROACH TO OPTIMIZATION ALGORITHM FOR VLSI project uploader 0 929 15-03-2012, 11:16 AM
Last Post: project uploader

Forum Jump: