Research Article

An Immune Clonal Selection Algorithm for Synthetic Signature Generation

Algorithm 1

The segmented -continuous bits matched detector generation.
(1) Input: number of matched continuous bits ; number of segments
(2) Output: the result set list , which is a set of integral sets.
(3) Set the initial integral set ;
(4) Add the set into the set ;
(5) Set the segment flag of set as ;
(6) repeat
(7) for all     do
(8)  Update the set and get the candidate set ; (see Algorithm 2)
(9)  Remove from ;
(10) if Update succeed then
(11)   Add all the elements of the set into ;
(12) end if
(13) end for
(14) until   is not changed