Research Article

Combined Data with Particle Swarm Optimization for Structural Damage Detection

Algorithm 1

Pseudocodes for IEPSO algorithm.
Algorithm IEPSO
Begin;
Initialize the population (generate a random population of solutions);
For to the maximum number of generations;
 For each individual ;
  Evolving individual according to (7) and (8);
   If (rand ) receptor editing;
   If (rand ) vaccination;
  Evaluate individual j;
   If (fit ) Update the best position of individual ;
   If (fit ) Update the best position of the whole population;
 End;
 Selection;
 Calculate w of each individual according to (9);
Next ;
End;