Research Article

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

Pseudocode 2

The pseudocode of the cultural algorithm.
Generate the initial population
Calculate the initial population
Initialize the belief space
Do
 For each individual in the population
   Apply the variation operator influenced by a randomly knowledge component
   Calculate the child generated
   Replace the individual with child, if the child is better
 End for
 Update the belief space with the accepted individuals
Until the termination condition is achieved