Research Article

Correction of Faulty Sensors in Phased Array Radars Using Symmetrical Sensor Failure Technique and Cultural Algorithm with Differential Evolution

Pseudocode 1

The pseudocode of the differential evolution algorithm.
Generate the initial population of individuals
Do
 For each individual in the population
 Choose three numbers ,  and     that is,   with
 Generate a random integer
 For each parameter
   
   
  End For
  Replace with the child if is better
End For
Until the termination condition is achieved