Research Article

An Immune Clonal Selection Algorithm for Synthetic Signature Generation

Algorithm 2

Updating the integral set.
(1) Input: the current set ;
(2) Output: the candidate set ;
(3) Compute the positions and by (3);
(4) if     then
(5)  for   and   do
(6)   Create the new candidate integral set and push it into the set ;
(7)  end for
(8) else
(9)  for     do
(10)  Create the new candidate integral set and push it into the set ;
(11)  end for
(12) end if