Research Article

Multiobjective Reliable Cloud Storage with Its Particle Swarm Optimization Algorithm

Algorithm 1

The PSO algorithm.
(1) Randomly generate an initial swarm
(2) while termination criterion is not satisfied do
(3)     for each particle   do
(4)    if the particle is better than   then
(5)       position of
(6)    end if
(7)    
(8)    Update velocity of particle
(9)    Update position of particle
(10)   end for
(11) end while
(12) Return the results