0% found this document useful (0 votes)
54 views

X X, X, X,, X Pbest Pbest, Pbest, Pbest,, Pbest: I I1 I2 I3 Id

This document presents equations for particle swarm optimization (PSO) algorithms. It defines the position and best position vectors for each particle i, and gives equations to update the velocity and position of particle i from iteration t to t+1 using cognitive and social components plus inertia. It also defines a fitness function F that considers both cost Fcost and penalty Ppbc for particles, where Fcost increases as the solution deviates from the minimum and maximum bounds, and Ppbc increases as the particles deviate from the power demand and losses.

Uploaded by

teja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

X X, X, X,, X Pbest Pbest, Pbest, Pbest,, Pbest: I I1 I2 I3 Id

This document presents equations for particle swarm optimization (PSO) algorithms. It defines the position and best position vectors for each particle i, and gives equations to update the velocity and position of particle i from iteration t to t+1 using cognitive and social components plus inertia. It also defines a fitness function F that considers both cost Fcost and penalty Ppbc for particles, where Fcost increases as the solution deviates from the minimum and maximum bounds, and Ppbc increases as the particles deviate from the power demand and losses.

Uploaded by

teja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

x i=(x i 1 , x i 2 , x i 3 , , x id )

pbesti =( pbest i1 , pbest i 2 , pbest i 3 , , pbest id )


)
v (t+1
=w . v (idt )+ c1rand ( 1 )( pbestid x id ) +c 2rand ( 2 )( g best id xid )
id

(t +1)

(t )

(t+1 )

x id =x id +v id

f=

1
F cost + P pbc

F i ( Pi )F min

Fcost =1+ ( i =0

F max F min

PiP DP L
n

i=0

P pbc =1+
n

=0=Pload PiP L
i=0

d Fi
P
. loss =
d Pi
Pi

You might also like