Research Article

[Retracted] Temporal Logic-Based Artificial Immune System for Intrusion Detection

Pseudocode 1

Initialise artificial immune systems
Preprocessing antigens AG
  while (AIS not Full) & (More Antibodies)
  do{
    Add next sample as an antibody AB
    Calculate matching scores between AB and AG
    while (AIS is Full) & (AIS not stable)
    do{
      Reduce Concentration of all AB by a fixed amount
      Match each AB against AG and stimulate as necessary
    }end while
  }end while