|
Algorithm 1: Coarser pseudocode for the proposed methodology |
Input: structure information from the FEM analysis, number of sensors Output: optimal locations of the sensors
Get the random binary matrix for the sensor’s placement
Calculate the multi-objective functions from the structural analysis
Store the and in the external archive when
Update the particle’s position using the hypergraphed PSO
Repeat the step 2 and 3 for
Use the Grey relation analysis (GRA) on the archived particles to select the non-dominated solution
Update the archive
If iterations are finished
End
Select the single solution from the final archive using Fuzzy Decision modelling (FDM)
|