Research Article

A Clone Selection Based Real-Valued Negative Selection Algorithm

Algorithm 2

The process of clonal selection algorithm.
Procedure. Clonal selection algorithm
Begin
Randomly generate a population of immune cells;
While not meet the convergence condition do
While not search all antigens do
Choose those cells which have high affinity with antigen;
Generate copies of immune cells; the higher the affinity is, the more copies are.
Mutate according to the affinity; the higher the affinity is, the smaller the variation is;
End;
End;
End.