Research Article

An Artificial Immune System Algorithm with Social Learning and Its Application in Industrial PID Controller Design

Algorithm 5

Pseudocode of the swarm update strategy.
PROCEDURE  Swarm_Update()
IF    THEN
  ;
  ;
ELSE
    Sort by affinity in a descending order, i.e., ;
    ;
    ;
END IF
  ;
END PROCEDURE