Research Article

Whether and How to Select Inertia and Acceleration of Discrete Particle Swarm Optimization Algorithm: A Study on Channel Assignment

Algorithm 1

Algorithm of FEA.
Loop (L1) for each call in list L
Loop (L2) for each frequency f of all z frequencies (sorted in increasing order)
    If assign the current frequency f to without violation of any EMC constraints
      assign f to
    Else
      continue;
End (L2)
End (L1)