Research Article

A Clone Selection Based Real-Valued Negative Selection Algorithm

Algorithm 1

The process of RNSA.
Procedure. The negative selection algorithm RNSA
Begin
Generate a large number of candidate detectors at random;
While a given size detector set has not been generated do
Calculate affinities between the candidate detector and every self element;
If the candidate matches any element of self set;
Then clear the candidate;
Else put the candidate in the detector set;
End;
Use the collection of resistant detectors to test abnormal variations;
End.