|
Algorithm 3: SHM Analysis using MOHGPSO, deploying GRA and FDM |
| Input: structure information from the FEM analysis, number of sensors
|
| Output: optimal locations of the sensors. |
-
(1)
Get the random binary matrix for the sensor’s placement
-
(2)
form the structural analysis
-
(3)
and in the external archive when
-
(4)
Update the particle’s position using HGPSO
Input: epoch size, swarm size ,
,
,
,
Initialize: initial position of the swarm
-
(5)
Repeat the steps 2 and 3 for
-
(6)
Use the Grey relation analysis (GRA) on the archived particles to select the non-dominated solution
-
(a)
Input: Calculated Fitness value matrix
-
(b)
Normalize the matrix using Equation (15)
-
(c)
-
(d)
end for
-
(e)
Generate a graph object from
-
(f)
for each element
-
(g)
-
(7)
Update the archive with the obtained value, if needed
-
(8)
If iterations are finished
-
(9)
-
(10)
End
-
(11)
Select the single solution from the final archive using Fuzzy Decision modelling (FDM) as described through Equations (38) and (39)
|