Skip to main content
. 2024 Feb 22;24(5):1423. doi: 10.3390/s24051423
Algorithm 1: Coarser pseudocode for the proposed methodology
Input: structure information from the FEM analysis, number of sensors m
Output: optimal locations of the sensors
  1. Get the random binary matrix for the sensor’s placement Xiϵ[0,1]t, t=1,2maxiter

  2. Calculate the multi-objective functions Ft from the structural analysis

  3. Store the Xiϵ[0,1]t and Ft in the external archive when t=1

  4. Update the particle’s position using the hypergraphed PSO

  5. Repeat the step 2 and 3 for t=2

  6. Use the Grey relation analysis (GRA) on the archived particles to select the non-dominated solution

  7. Update the archive

  8. If iterations are finished
    • a.
      Stop
  9. Else
    • b.
      Repeat step 2 and 3
  10. End

  11. Select the single solution from the final archive using Fuzzy Decision modelling (FDM)