Research Article

Chaotic Salp Swarm Optimization-Based Energy-Aware VMP Technique for Cloud Data Centers

Algorithm 1

Pseudocode of SSA.
(1)Initialization of arbitrarily produced salp swarm population .
(2)Compute the fitness values (FV) of all salps.
(3) = the best search agent.
(4)while termination criterion is unsatisfied
(5) Updating initial coefficient using (9)
(6) for every salp
(7)  if (n =  = 1)
(8)   Updating the place of leader salp using (9)
(9)  else
(10)   Updating the location of the follower salp using (10)
(11)  end if
(12) end for
(13) Determine the FV of all salps.
(14) Update when better solution exists.
(15)end while
(16)obtain the optimal solution and its FV.