Research Article

An Immune Clonal Selection Algorithm for Synthetic Signature Generation

Algorithm 3

The -receptor detector generation.
(1) Input: the initial sample ; the number ;
(2) Output: the result sample set ;
(3) Add the sample into the set ;
(4) for     do
(5)  for all     do
(6)   the maximum in the ;
(7)  for     do
(8)       Create the new set ;
(9)       Mutate the th stroke of ;
(10)     Create the new sample and add it into ;
(11)  end for
(12)  Remove the sample from the ;
(13) end for
(14) end for