Research Article

Disruption-Based Multiobjective Equilibrium Optimization Algorithm

Algorithm 2

Layered Disruption Method.
Input: Pop Ui = Number of individuals in the ith group Number of groups
Output: Pop
for i = 1:do
Si = [Qi Ui]
 Calculate GCPD of each individual in the Pop by equation (11)
 Sort individuals in the ith group by increasing order according to the GCPD value
for j = Si + 1:Uido
  Disrupt the jth individual in ith group by disruption equation (27)
end for
end for