Next Article in Journal
Design of Ultra-Wideband Phased Array Applicator for Breast Cancer Hyperthermia Therapy
Next Article in Special Issue
TriNymAuth: Triple Pseudonym Authentication Scheme for VANETs Based on Cuckoo Filter and Paillier Homomorphic Encryption
Previous Article in Journal
Communication between Autonomous Vehicles and Pedestrians: An Experimental Study Using Virtual Reality
Previous Article in Special Issue
Optimization of Vehicular Networks in Smart Cities: From Agile Optimization to Learnheuristics and Simheuristics
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Delaunay Edges and Simulated Annealing-Based Integrated Approach for Mesh Router Placement Optimization in Wireless Mesh Networks

Department of Information Engineering, Okayama University of Science (OUS), Okayama 700-0005, Japan
Sensors 2023, 23(3), 1050; https://doi.org/10.3390/s23031050
Submission received: 7 November 2022 / Revised: 24 December 2022 / Accepted: 14 January 2023 / Published: 17 January 2023
(This article belongs to the Special Issue Recent Advances in Next Generation Wireless Sensor and Mesh Networks)

Abstract

:
Wireless Mesh Networks (WMNs) can build a communications infrastructure using only routers (called mesh routers), making it possible to form networks over a wide area at low cost. The mesh routers cover clients (called mesh clients), allowing mesh clients to communicate with different nodes. Since the communication performance of WMNs is affected by the position of mesh routers, the communication performance can be improved by optimizing the mesh router placement. In this paper, we present a Coverage Construction Method (CCM) that optimizes mesh router placement. In addition, we propose an integrated optimization approach that combine Simulated Annealing (SA) and Delaunay Edges (DE) in CCM to improve the performance of mesh router placement optimization. The proposed approach can build and provide a communication infrastructure by WMNs in disaster environments. We consider a real scenario for the placement of mesh clients in an evacuation area of Kurashiki City, Japan. From the simulation results, we found that the proposed approach can optimize the placement of mesh routers in order to cover all mesh clients in the evacuation area. Additionally, the DECCM-based SA approach covers more mesh clients than the CCM-based SA approach on average and can improve network connectivity of WMNs.

1. Introduction

Wireless Mesh Networks (WMNs) can build a communications infrastructure using only routers (called mesh routers), making it possible to form networks over a wide area at low cost [1,2,3]. They also can act quickly and extensively to restore the networks even when the communication environment is cut off by a disaster in a wide area. WMNs can be used not only in such environments, but also for Internet of Things (IoT) applications [4]. For instance, they can be used for communication between robots in an indoor factory environment. Therefore, WMNs are expected to be utilized as a communication infrastructure for edge systems in the IoT era. However, the placement of mesh routers significantly affects the network operations, including installation cost, communication range, and maintenance.
The placement of mesh routers is a multi-objective optimization problem [5] and is an NP-hard [6] problem because it requires the optimization of both the connectivity between mesh routers and the coverage of mesh clients by mesh routers. Therefore, much research is being carried out to optimize the placement of mesh routers in order to improve the performance of wireless communication through WMNs. There are many meta-heuristics [7,8], such as Genetic Algorithms (GA) [9], Hill Climbing (HC) [10], Simulated Annealing (SA) [11], Tabu Search (TS) [12], and Particle Swarm Optimization (PSO) [13], that can be used for the optimization of mesh router placement.
In this paper, we present a Coverage Construction Method (CCM) for the optimization of mesh router placement. The CCM performs the computation until all mesh routers are connected considering the maximum communication range of mesh routers. In addition, we propose a mesh router placement optimization approach that combines SA and Delaunay Edges (DE) [14] in CCM (called DECCM-based SA). The DECCM-based SA approach considers a more realistic placement of mesh clients. In DECCM-based SA, the DE is used to cover the spread of mesh clients in considered areas. We compare the proposed DECCM-based SA approach with the CCM-based SA approach without Delaunay edge. In the simulation, we consider two metrics for the evaluation of the proposed approaches the Size of Giant Component (SGC) [15] and the Number of Covered Mesh Clients (NCMC). The SGC metric is an indicator for evaluating the connectivity between mesh routers, and the NCMC metric is for the coverage of mesh clients by mesh routers. We present a visualization of the results after the optimization of mesh routers. In addition, we consider the Geographic Information System (GIS) and hazard maps to develop an optimization scenario for mesh router placement in a disaster environment.
The contributions of this research work are as follows:
  • Implementation of CCM for mesh router placement optimization.
  • Implementation of a mesh router placement optimization system by combining DE and SA.
  • Comparison of the proposed mesh router placement approaches and evaluation of their impact on connectivity and coverage.
  • Performance evaluation of the proposed mesh router placement optimization system in a real environment using GIS.
  • Construction of simulation scenarios considering evacuation centers based on GIS data assuming a disaster environment.
The paper is organized as follows. The related work is presented in Section 2. In Section 3, we describe the mesh router placement problem. In Section 4, we discuss the proposed approach. In Section 5, we present the simulation results. Finally, conclusions and future work are given in Section 6.

2. Related Work

In this section, we present the related work for the mesh router placement problem. There are many research works for optimizing mesh router placement. The communication performance of WMNs is affected by connectivity, coverage, cost, load-balancing, throughput, delay, capacity, and interference [16]. In [17], the authors considered Quality of Service (QoS) requirements by optimizing the placement of mesh routers, prioritizing topologies with less interference. In [18], the authors considered a load balancing arrangement of gateways in the WMNs.
Since the mesh router placement problem is NP-hard, meta-heuristics are often applied to mesh router optimization approaches. In [19], the authors presented the Non-Dominated Sorting Genetic Algorithm (NSGA-II) [20]. They stated that the main cost in the WMN is the placement and management of the Internet Access Points (ITAPs) used to connect to the Internet. Therefore, the objective is to minimize the number of required ITAPs while maximizing the traffic that can be served to each unit. In [21,22], the authors considered SA to solve the static/dynamic mesh router node placement problem. In [21], they assumed a static environment and used service priorities as an evaluation metric for optimizing mesh router placement. In [22], they assumed a mobile environment and that the performance indicators for mesh router placement optimization are connectivity and coverage, as well as average travel distance by routers. In [23], the authors compared the performance of SA and GA for mesh router placement optimization while in [24] they compared the performance of different types of GAs (NSGA-II and the Multi-Objective Genetic Algorithm (MOGA) [25]). In [23], the objective of mesh router placement optimization was to minimize the network cost of the WMN while satisfying the QoS. In [24], the authors considered as evaluation metrics for optimization coverage, reliability, and cost. They showed that the NSGA-II has better performance than MOGA for hypervolumes.
There are also some approaches for mesh router placement optimization that combine several meta-heuristics, clustering algorithms, or other methods. In [26], the authors proposed Multi-objective Simulated Annealing based Centre of Mass (MCM) as a mesh router placement optimization method and Multi Objective Simulated Annealing based Centre of Mass (MSAC), which combines SA and MCM. They showed that MSAC achieves a better tradeoff between WMN coverage and cost because it does not consider min–max regret values for many large instances and in most cases provides a good Pareto front. In [27], a combined GA and clustering method (GA-CL) was proposed as a mesh router placement method that considers the dynamic location of all mesh routers and indoor obstacles. This method can minimize interference among mesh routers. The GA-CL was shown to improve the performance by about 40% compared to the random selection method. In the Non Line-of-Sight (NLoS) environment, the GA-CL improves the performance by about 50% compared with the Line-of-Sight (LoS) environment.
In many approaches for mesh router placement optimization, the real-world mesh router placement target is abstracted by a grid or other means. In some cases the mesh router placement is performed assuming the real environment. In [28], the authors considered mesh router placement optimization for a real environment. They proposed a mesh router placement optimization method for Wanglang National Nature Reserve in Sichuan province, China. In [29], the authors considered the placement optimization of Unmanned Aerial Vehicles (UAVs) equipped with ad hoc communication capabilities for providing WMN services. The UAV placement optimization system was evaluated using a model based on GIS data from the Swedish Government Agency. In the GIS data, three cities with different areas and building structure densities were selected.

3. Mesh Router Placement Problem

In this section, we describe the mesh router placement problem. For most formulations, node placement problems are shown to be computationally hard to solve to optimality [30,31,32,33,34], and therefore heuristic and meta-heuristic approaches are useful approaches to solve the problem for practical purposes.
Let the actual mesh router placement area be a two-dimensional continuous area with width ( W R + ) and height ( H R + ). In this area, we place a number of mesh routers and mesh clients with fixed positions. Given a network graph G M R = ( V M R , E M R ) of mesh routers and the network graph G M C = ( V M C , E M C ) of mesh clients, there are n = # V M R mesh routers with their own communication range. The positions of mesh routers are not pre-determined and they should be computed. There are m = # V M C mesh clients located in arbitrary points of the considered area. Each mesh router ( V M R = { V M R i } ) in the graph ( G M R ) is a triple V M R i = < x , y , r > representing the two-dimensional location point V M R i ( x ) W and V M R i ( y ) H . The mesh routers have a range of radius within which wireless communication is possible ( V M R i ( r ) is the radius of the communication range). Each mesh client ( V M C = { V M C k } ) in the graph ( G M C ) is a double V M C k = < x , y > representing the two-dimensional location point V M C k ( x ) W and V M C k ( y ) H . The edge between each mesh router E M R = { E M R i } is calculated by Equation (1) and the edge between the mesh client and mesh router E M C = { E M C k } is calculated by Equation (2).
E M R i = < i , j > i f | V M R i ( x ) V M R j ( x ) | 2 + | V M R i ( y ) V M R j ( y ) | 2 V M R i ( r ) + V M R j ( r ) , 0 o t h e r w i s e .
E M C k = < k , j > i f | V M C k ( x ) V M R j ( x ) | 2 + | V M C k ( y ) V M R j ( y ) | 2 V M R j ( r ) , 0 o t h e r w i s e .
The mesh router placement problem is a bi-objective optimization problem to maximize (1) the network connectivity of WMNs and (2) the coverage of mesh clients. The mesh router placement problem can be seen as a variation of the p-median problem. We consider SGC and NCMC as optimization metrics for the mesh router placement problem. Network connectivity of mesh routers is measured by the SGC of the resulting WMN graph, while the coverage of mesh clients is simply the NCMC that fall within the radius (communication range) coverage of at least one mesh router. It should be noted that network connectivity and coverage are among the most important metrics in WMNs and they directly affect the network performance. The adjacency matrices A M R = [ a M R i j ] n × n , ( i , j ) in Equation (3) and A M C = [ a M C k j ] m × n , ( k , j ) in Equation (4) of mesh routers and mesh clients are considered to calculate SGC and NCMC.
a M R i j = 1 i f ( < i , j > E M R i ) ( < j , i > E M R j ) , 0 o t h e r w i s e .
a M C k j = 1 i f ( < k , j > E M C k ) ( < j , k > E M C j ) , 0 o t h e r w i s e .
The island of connected mesh routers represented by A M R is called the component and there are s n components. A set of components C = { C s } and C s V M R show the connected mesh routers. If # C s = # V M R then C s is always called SGC because all (n) mesh routers are connected and C s has the largest size of component. If k j a M C k j = 1, then NCMC is maximal because all (m) mesh clients are covered by at least one mesh router. Therefore, by maximizing C s and k j a M C k j , we maximize SGC and NCMC.

4. Proposed Approach

In this section, we discuss the proposed system. We have considered a bi-objective optimization in which we first maximize the network connectivity of the WMN (the maximization of the SGC) and then the maximization of the NCMC without worsening the value of the SGC.

4.1. CCM for Mesh Router Placement Optimization

In this subsection, we describe the operation of the randomly generating mesh routers method for CCM.
In Figure 1 and Algorithm 1 we show the flowchart and pseudo code, respectively, of the randomly generating mesh routers by CCM. In Figure 2 and Algorithm 2 we show the flowchart and pseudo code of the CCM, respectively. The initial placement of mesh routers is done by generating random numbers for mesh router placement, by setting the number of mesh routers, initializing the mesh router linked list, and setting the current number of mesh routers i to 0. Next, it generates a mesh router [i] at a random placement in the considered area as the 0-th mesh router and the mesh router [i] is added to the linked list of mesh routers. After that, i is increased by 1 and a mesh router [i] is generated at a random placement as the i-th mesh router. If the SGC is not increased, then the mesh router [i] is removed and a mesh router [i] is generated at a random placement again. If the SGC is increased, the mesh router [i] is added to the linked list of mesh routers. This process is repeated until i is equal to the number of mesh routers n 1 . In this way a group of mesh routers can be generated that is connected to other mesh routers as the linked list of mesh routers without Depth First Search (DFS) [35]. However, this method does not take into account the coverage of mesh clients by the mesh routers. Therefore, we use the CCM for deriving the NCMC.
Algorithm 1 Randomly generating mesh routers method
1:
Set number of mesh routers n.
2:
Randomly place mesh router [0] in a considered area.
3:
i 1 .
4:
while i < n do
5:
   Randomly place mesh router [0] in a considered area.
6:
   if SGC is maximized then
7:
      i i + 1 .
8:
   else
9:
     Delete mesh router [i].
10:
   end if
11:
end while
12:
Return  l i n k e d m e s h r o u t e r s p l a c e m e n t l i s t .
Algorithm 2 CCM
1:
Set I m a x .
2:
i 0 .
3:
S Algorithm 1.
4:
S S .
5:
while i < I m a x do
6:
    N C M C ( S ) N C M C o f S .
7:
    N C M C ( S ) N C M C o f S .
8:
   if  N C M C ( S ) N C M C ( S )  then
9:
      N C M C ( S ) N C M C ( S ) .
10:
      S S .
11:
   end if
12:
    i i + 1 .
13:
    S Algorithm 1.
14:
    N C M C ( S ) 0 .
15:
end while
16:
Return S.
The process of CCM is as follows. The CCM performs an initialization process by loading the cover list of the mesh client by the mesh router, initializing the optimal linked list of mesh routers S, the current linked list of mesh routers S , the number of loops in CCM I m a x , and setting the current loop number i to 0. Additionally, it initializes the S with the linked list of mesh routers decided by the randomly generating mesh router placement method. Next, 1 is added to t and the S is generated with the linked list of mesh routers decided by the randomly generating mesh routers method. If the NCMC of S ( N C M C ( S ) ) is greater than the NCMC of S ( N C M C ( S ) ), then update the optimal linked list of mesh routers with the current linked list of mesh routers. This process is repeated until i is equal to the I m a x . Hence, the CCM can decide the placement of mesh routers with the highest NCMC by repeating the randomly generating mesh router placement and deriving NCMC.

4.2. CCM-Based SA for Mesh Router Placement Optimization

In this subsection, we describe the CCM-based SA for the mesh router placement problem. In Figure 3 and Algorithm 3 we show the flowchart and pseudo code of the CCM-based SA, respectively. The SA prevents the stacking of the algorithm in local optima. This is a local search algorithm and it is very simple and robust for solving various optimization problems. The SA is inspired by the process of cooling metal materials. It repeatedly searches for neighboring solutions while transitioning states. The best solution during iteration is defined as S and the current solution, which is a neighboring solution, is defined as S . If the S is worse than the S, it derives the optimal solution by transitioning states according to the State Transition Probability (STP). The SA requires the solution evaluation and the temperature value to decide the STP. The evaluations of the mesh router placements ( δ E v a l ), temperature (T), and S T P in our proposed approach are shown in Equations (5)–(7), respectively.
δ E v a l N C M C ( S ) N C M C ( S )
T T m i n + ( T m i n T m a x ) × i I m a x
S T P e α × δ E v a l T
The CCM-based SA performs neighborhood search and optimization by randomly changing the placement of one mesh router. The proposed approach updates the optimal solution only when the SGC is maximized and the NCMC of S (NCMC( S )) is larger than the NCMC of S (NCMC(S)). Additionally, if SGC is at maximum and NCMC decreases, it will be updated with a probability of S T P [ % ] . T represents the cooling schedule at S T P and decreases its value from T m a x to T m i n depending on the current number of loops i at I m a x , which indicates the number of loops in SA. The α is a constant in SGC and the higher the α , the lower the S T P .
In the following, we describe the operation of the CCM-based SA. First, the CCM-based SA performs the initialization process by loading the list of mesh clients and setting the I n i t i a l a n d F i n a l t e m p e r a t u r e s , T m a x , and i to 0. Additionally, the solution of CCM is set as the current optimal solution S and the current solution S . Next, the i n d e x r a n d o m is generated at a random value in the range of 0 to the n u m b e r o f m e s h r o u t e r s 1 . Then, the placement list S [ i n d e x r a n d o m ] is changed at random. If the SGC of the S is maximized, then the SA process is performed. In the SA process, the r is generated at random in the range of 0.0 to 100.0 . If the e α × δ E v a l T is greater than or equal to 1.0 , or if the e α × δ E v a l T is greater than r, the optimal linked list of mesh routers S is updated to the list of S and 1 is added to i. Otherwise, SA does not update the list of S and sets S to S. This process is repeated until i equals the I m a x .
Algorithm 3 CCM-based SA
1:
Set I m a x , T m i n , T m a x , α .
2:
i 0 .
3:
S Algorithm 2 ( M e s h c l i e n t s p l a c e m e n t l i s t ).
4:
S S.
5:
while i < I m a x do
6:
   Randomly choose an index of S .
7:
   Randomly change coordinate of S [ c h o s e n i n d e x ].
8:
   if SGC is maximized then
9:
      r Randomly generate in (0.0, 100.0).
10:
      δ E v a l N C M C ( S ) N C M C ( S ) .
11:
      T T m i n + ( T m i n T m a x ) × i I m a x .
12:
     if  e α × δ E v a l T 1.0  then
13:
         N C M C ( S ) N C M C ( S ) .
14:
         S S .
15:
     else if e α × δ E v a l T r then
16:
         N C M C ( S ) N C M C ( S ) .
17:
         S S .
18:
     else
19:
        Restore coordinate of S [ c h o s e n i n d e x ].
20:
     end if
21:
   else
22:
     Restore coordinate of S [ c h o s e n i n d e x ].
23:
   end if
24:
    t t + 1 .
25:
end while
26:
Return S.

4.3. DECCM-Based SA

In the previous works, the mesh routers were placed in the position to cover target mesh clients that were randomly generated by normal distribution or uniform distribution. Thus, when randomly generating or changing the mesh router placement, the entire area was considered as the target of mesh router placement. However, the mesh router placement optimization should consider the bias possibility or the generation of distant mesh client placements in order to be used in more realistic scenarios. The CCM-based SA generates or changes the placement of mesh routers at random. However, this may affect the connectivity of the mesh routers and increase the computation when considering realistic scenarios. Therefore, we propose the DECCM-based SA for more effective mesh router placement optimization.
In the following, we describe the DECCM-based SA. First, the Voronoi decomposition [36] is performed to separate each area where mesh clients are close to each other in the considered area. Each region separated by Voronoi decomposition is called a Voronoi cell and the generated clusters of mesh clients are connected by edges based on the adjacency of each Voronoi cell. These lines are called DE and this process is performed before the CCM process. The DE is used for restricting the placement of mesh routers at random in CCM. The optimizing of the mesh routers placement by DE-based CCM with SA is called DECCM-based SA. This approach can decide the mesh router placements with higher NCMC by restricting the random placement in scenarios with the bias or distant placement of mesh clients compared with the previous approaches.

5. Simulation Results

In this section, we present a comparison study of the presented approaches. The parameters for the simulations are shown in Table 1. We set the placement of mesh clients based on GIS [37]. The considered area for the simulation is a disaster area at Kurashiki Train Station in Kurashiki City, Okayama Prefecture, Japan. The considered area was affected by heavy rain in July, 2018. The mesh clients in the simulation are set in the buildings considered as evacuation areas. We used the QGIS [38], which is a GIS application to visualize geographic information. In addition, we used the shapefiles of buildings from OpenStreetMap (OSM) [39] and the open data released by Kurashiki City [40].
Figure 4 shows the visualization results of the considered area, a Voronoi diagram and DE. In Figure 4a,c, the red points indicate evacuation points. Figure 4a shows the image of the original map. In Figure 4b, the red-filled areas show evacuation areas. Figure 4c,d show the visualization results of Voronoi Edge (VE) and DE derived by the Voronoi decomposition. In the proposed approach, the extracted color pixels from images are converted to evacuation areas and the DE are converted to the coordinate list as information that can be used for the simulation.
Figure 5a shows the extracted and converted coordinates of the evacuation area from Figure 4a, while Figure 5b shows the extracted and converted coordinates of the DE from Figure 4d. The coordinates of the red-filled area in Figure 5a are used as mesh clients. The DECCM-based SA uses the coordinates of the DE in Figure 5b as the placement area. The simulations were performed 100 times for each approach.
Figure 6 shows the NCMC vs. the number of iterations in the case of optimization by DECCM-based SA and CCM-based SA (not using DE). The NCMC of the DECCM-based SA was more stable than the CCM-based SA throughout all iterations. Additionally, the DECCM-based SA can cover more mesh clients than the CCM-based SA. Thus, the DECCM-based SA can perform better optimization than the CCM-based SA.
Figure 7 shows the performance evaluation results of 100 times for each approach using box plots (see Figure 7a,b), while Figure 8 shows the visualization results of CCM (the initial generation of CCM-based SA), CCM-based SA, DECCM (the initial generation of DECCM-based SA), and DECCM-based SA. Figure 8a shows the placement of mesh routers by CCM and is concentrated on a specific area. Figure 8b shows the placement of mesh routers optimized by CCM-based SA and the placement area is spread widely compared with the CCM but does not cover all mesh clients. Figure 8c shows the placement of mesh routers by DECCM and covers many mesh clients. Figure 8d shows the placement of mesh routers optimized by DECCM-based SA, which covers all mesh clients. Table 2 shows the best SGC, average SGC, best NCMC, and average NCMC of the simulation results for each approach.
From the simulation results, we can see that the SGC is always maximized for each approach but the DECCM-based SA has better performance than other approaches, especially in scenarios with biased and distant placement of mesh clients.

6. Conclusions

In this paper, we proposed and evaluated the DECCM-based SA approach. The proposed approach was simulated in a GIS-based simulation scenario assuming an evacuation area. Then, we compared the performance with other approached using computer simulations. The simulation results show that the DECCM-based SA has a better performance than other approaches. From the simulation results, we conclude as follows:
  • The proposed DECCM-based SA approach can cover all evacuation areas.
  • The DECCM-based SA was able to cover more mesh clients than the CCM-based SA on average.
  • The visualization results show that the DECCM-based SA has better behavior than other approaches.
  • The DECCM-based SA can improve network connectivity and coverage in WMNs by restricting random placement of mesh clients when there is bias or distance in their placement.
In the future, we would like to compare the performance of our proposed system with other state-of-the-art methods and evaluate the proposed approaches via extensive simulations for different scenarios. We would like to implement new hybrid systems considering different intelligent algorithms and make a comparison study of different systems.

Author Contributions

Conceptualization, T.O.; methodology, T.O.; software, T.O.; validation, T.O.; formal analysis, T.O.; investigation, T.O.; resources, T.O.; data curation, T.O.; writing—original draft preparation, T.O.; writing—review and editing, T.O.; visualization, T.O.; supervision, T.O.; project administration, T.O.; funding acquisition, T.O. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by JSPS KAKENHI Grant Number JP20K19793.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The author declares no conflict of interest.

References

  1. Akyildiz, I.F.; Wang, X.; Wang, W. Wireless Mesh Networks: A Survey. Comput. Netw. 2005, 47, 445–487. [Google Scholar] [CrossRef]
  2. Jun, J.; Sichitiu, M.L. The Nominal Capacity of Wireless Mesh Networks. IEEE Wirel. Commun. 2003, 10, 8–15. [Google Scholar]
  3. Oyman, O.; Laneman, J.N.; Sandhu, S. Multihop Relaying for Broadband Wireless Mesh Networks: From Theory to Practice. IEEE Commun. Mag. 2007, 45, 116–122. [Google Scholar] [CrossRef]
  4. Kumar, S.; Tiwari, P.; Zymbler, M. Internet of Things is a Revolutionary Approach for Future Technology Enhancement: A Review. J. Big Data 2019, 6, 1–21. [Google Scholar] [CrossRef] [Green Version]
  5. Tanabe, R.; Ishibuchi, H. An Easy-to-Use Real-World Multi-Objective Optimization Problem Suite. Appl. Soft Comput. 2020, 89, 106078. [Google Scholar] [CrossRef]
  6. Chen, B.; Quan, G. NP-Hard Problems of Learning from Examples. In Proceedings of the 5-th International Conference on Fuzzy Systems and Knowledge Discovery (FSKD-2008), Jinan, China, 18–20 October 2008; pp. 182–186. [Google Scholar]
  7. Dokeroglu, T.; Deniz, A.; Kiziloz, H.E. A Comprehensive Survey on Recent Metaheuristics for Feature Selection. Neurocomputing 2022, 494, 269–296. [Google Scholar] [CrossRef]
  8. Hussain, K.; Salleh, M.N.M.; Cheng, S.; Shi, Y. Metaheuristic Research: A Comprehensive Survey. Artif. Intell. Rev. 2019, 52, 2191–2233. [Google Scholar] [CrossRef] [Green Version]
  9. Holland, J.H. Genetic Algorithms. Sci. Am. 1992, 267, 66–73. [Google Scholar] [CrossRef]
  10. Skalak, D.B. Prototype and Feature Selection by Sampling and Random Mutation Hill Climbing Algorithms. In Proceedings of the 11-th International Conference on Machine Learning (ICML-1994), New Brunswick, NJ, USA, 10–13 July 1994; pp. 293–301. [Google Scholar]
  11. Kirkpatrick, S.; Gelatt, C.D.; Vecchi, M.P. Optimization by Simulated Annealing. Science 1983, 220, 671–680. [Google Scholar] [CrossRef]
  12. Glover, F. Tabu Search: A Tutorial. Interfaces 1990, 20, 74–94. [Google Scholar] [CrossRef] [Green Version]
  13. Kennedy, J.; Eberhart, R. Particle Swarm Optimization. In Proceedings of the IEEE International Conference on Neural Networks (ICNN-1995), Perth, WA, Australia, 27 November–1 December 1995; pp. 1942–1948. [Google Scholar]
  14. Dahm, N.; Gao, Y.; Caelli, T.; Bunke, H. Delaunay-Supported Edges for Image Graphs. In Proceedings of the 22-th International Conference on Image Processing (ICIP-2015), Quebec City, QC, Canada, 27–30 September 2015; pp. 1036–1040. [Google Scholar]
  15. Janson, S.; Luczak, M. A New Approach to the Giant Component Problem. Random Struct. Algorithms 2007, 34, 197–216. [Google Scholar] [CrossRef]
  16. Taleb, S.M.; Meraihi, Y.; Gabis, A.B.; Mirjalili, S.; Ramdane-Cherif, A. Nodes Placement in Wireless Mesh Networks Using Optimization Approaches: A Survey. Neural Comput. Appl. 2022, 34, 5283–5319. [Google Scholar] [CrossRef]
  17. Benyamina, D.; Hafid, A.; Gendreau, M. A Multi-Objective Optimization Model For Planning Robust and Least Interfered Wireless Mesh Networks. In Proceedings of the IEEE 27-th Global Telecommunications Conference (IEEE GLOBECOM-2008), New Orleans, LA, USA, 30 November–4 December 2008; pp. 1–6. [Google Scholar]
  18. Zeng, F.; Chen, Z. Load Balancing Placement of Gateways in Wireless Mesh Networks with QoS Constraints. In Proceedings of the 9-th International Conference for Young Computer Scientists, Zhangjiajie, China, 18–21 November 2008; pp. 445–450. [Google Scholar]
  19. Nawaf, L.F.; Allen, S.M.; Rana, O. Optimizing Infrastructure Placement in Wireless Mesh Networks Using NSGA-II. In Proceedings of the IEEE 20-th International Conference on High Performance Computing and Communications; IEEE 16-th International Conference on Smart City; IEEE 4-th International Conference on Data Science and Systems (HPCC/SmartCity/DSS-2018), Exeter, UK, 28–30 June 2018; pp. 1669–1676. [Google Scholar]
  20. Deb, K.; Pratap, A.; Agarwal, S.; Meyarivan, T. A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II. IEEE Trans. Evol. Comput. 2002, 6, 182–197. [Google Scholar] [CrossRef] [Green Version]
  21. Lin, C.C.; Shu, L.; Deng, D.J. Router Node Placement With Service Priority in Wireless Mesh Networks Using Simulated Annealing With Momentum Terms. IEEE Syst. J. 2016, 10, 1402–1411. [Google Scholar] [CrossRef]
  22. Sayad, L.; Bouallouche-Medjkoune, L.; Aissani, D. A Simulated Annealing Algorithm for the Placement of Dynamic Mesh Routers in a Wireless Mesh Network with Mobile Clients. Internet Technol. Lett. 2018, 1, e35. [Google Scholar] [CrossRef] [Green Version]
  23. Girgis, M.R.; Mahmoud, T.M.; Abdullatif, B.A.; Rabie, A.M. Solving the Wireless Mesh Network Design Problem Using Genetic Algorithm and Simulated Annealing Optimization Method. Int. J. Comput. Appl. 2014, 96, 1–10. [Google Scholar]
  24. Bello, O.M.; Taiwe, K.D. Mesh Node Placement in Wireless Mesh Network Based on Multiobjective Evolutionary Metaheuristic. In Proceedings of the International Conference on Internet of things and Cloud Computing (ICC-2016), Cambridge, UK, 22–23 March 2016; pp. 1–6. [Google Scholar]
  25. Fonseca, C.; Fleming, P. Genetic Algorithms for Multiobjective Optimization: Formulation, Discussion and Generalization. In Proceedings of the 5-th International Conference on Genetic Algorithms (ICGA-1993), San Mateo, CA, USA, 17–21 July 1993; pp. 416–423. [Google Scholar]
  26. Fendji, J.L.E.K.; Thron, C.; Förster, A. A Multi-objective Approach for Wireless Heterogeneous Router Placement in Rural Wireless Mesh Networks. In Proceedings of the 12-th EAI International Conference on e-Infrastructure and e-Services for Developing Countries (EAI AFRICOMM-2020), Ebène City, Mauritius, 2–4 December 2020; pp. 43–55. [Google Scholar]
  27. Lee, S.; Lee, Y.; Jeong, M.S.; Sahu, S. Mesh Router Placement Exploiting Obstacles for Mitigating Interference. In Proceedings of the 20-th International Conference on Computer Communications and Networks (ICCCN-2011), Maui, HI, USA, 31 July–4 August 2011; pp. 1–6. [Google Scholar]
  28. Wang, Q.; Wang, H.; He, M.; Chen, H.; Zhang, X. Optimization Deployment of WL-MESH Network with Base-station in Nature Environment. In Proceedings of the IEEE 9-th Annual International Conference on CYBER Technology in Automation, Control, and Intelligent Systems (CYBER), Suzhou, China, 29 July–2 August 2019; pp. 107–112. [Google Scholar]
  29. Wzorek, M.; Berger, C.; Doherty, P. Router and Gateway Node Placement in Wireless Mesh Networks for Emergency Rescue Scenarios. Auton. Intell. Syst. 2021, 1, 1–30. [Google Scholar] [CrossRef]
  30. Amaldi, E.; Capone, A.; Cesana, M.; Filippini, I.; Malucelli, F. Optimization Models and Methods for Planning Wireless Mesh Networks. Comput. Netw. 2008, 52, 2159–2171. [Google Scholar] [CrossRef]
  31. Chen, C.; Chekuri, C. Urban Wireless Mesh Network Planning: The Case of Directional Antennas; Tech Report No. UIUCDCS-R-2007-2874; Department of Computer Science, University of Illinois at Urbana-Champaign: Champaign, IL, USA, 2007. [Google Scholar]
  32. Wang, J.; Xie, B.; Cai, K.; Agrawal, D. Efficient Mesh Router Placement in Wireless Mesh Networks. In Proceedings of the IEEE International Conference on Mobile Adhoc and Sensor Systems (IEEE MASS-2007), Pisa, Italy, 8–11 October 2007. [Google Scholar]
  33. Garey, M.R.; Johnson, D.S. Computers and Intractability—A Guide to the Theory of NP-Completeness; Freeman: San Francisco, CA, USA, 1979. [Google Scholar]
  34. Lim, A.; Rodrigues, B.; Wang, F.; Xu, Z. k-Center Problems with Minimum Coverage. Theor. Comput. Sci. 2005, 332, 1–17. [Google Scholar] [CrossRef] [Green Version]
  35. Tarjan, R. Depth-First Search and Linear Graph Algorithms. SIAM J. Comput. 1972, 1, 146–160. [Google Scholar] [CrossRef]
  36. Bhattacharya, P.; Gavrilova, M.L. Voronoi Diagram in Optimal Path Planning. In Proceedings of the 4-th International Symposium on Voronoi Diagrams in Science and Engineering (ISVD-2007), Glamorgan, UK, 9–12 July 2007; pp. 38–47. [Google Scholar]
  37. Goodchild, M.F. Geographic Information Systems and Science: Today and Tomorrow. Procedia Earth Planet. Sci. 2009, 1, 1037–1043. [Google Scholar] [CrossRef] [Green Version]
  38. Lee, H.; Chae, M.S.; Park, J.Y.; Lim, K.J.; Park, Y.S. Development and Application of a QGIS-Based Model to Estimate Monthly Streamflow. Int. J.-Geo-Inf. 2022, 11, 40. [Google Scholar] [CrossRef]
  39. Johnson, N.; Treible, W.; Crispell, D. OpenSentinelMap: A Large-Scale Land Use Dataset using OpenStreetMap and Sentinel-2 Imagery. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW-2022), New Orleans, LA, USA, 19–20 June 2022; pp. 1332–1340. [Google Scholar]
  40. Okayama Open Data Catalog. Available online: https://www.okayama-opendata.jp/resources/12600 (accessed on 5 November 2022).
Figure 1. Flowchart for method of randomly generating mesh routers.
Figure 1. Flowchart for method of randomly generating mesh routers.
Sensors 23 01050 g001
Figure 2. Flowchart of CCM.
Figure 2. Flowchart of CCM.
Sensors 23 01050 g002
Figure 3. Flowchart of CCM-based SA.
Figure 3. Flowchart of CCM-based SA.
Sensors 23 01050 g003
Figure 4. Visualizing the problem area. (a) Original map. (b) Evacuation area. (c) Voronoi diagram. (d) Delaunay edge.
Figure 4. Visualizing the problem area. (a) Original map. (b) Evacuation area. (c) Voronoi diagram. (d) Delaunay edge.
Sensors 23 01050 g004
Figure 5. Converted information for the proposed system. (a) Converted evacuation area. (b) Converted DE.
Figure 5. Converted information for the proposed system. (a) Converted evacuation area. (b) Converted DE.
Sensors 23 01050 g005
Figure 6. NCMC vs. number of iterations.
Figure 6. NCMC vs. number of iterations.
Sensors 23 01050 g006
Figure 7. Box-plot results. (a) Results of CCM. (b) Results of SA.
Figure 7. Box-plot results. (a) Results of CCM. (b) Results of SA.
Sensors 23 01050 g007
Figure 8. Visualization results. (a) Result of CCM. (b) Result of CCM-based SA. (c) Result of DECCM. (d) Result of DECCM-based SA.
Figure 8. Visualization results. (a) Result of CCM. (b) Result of CCM-based SA. (c) Result of DECCM. (d) Result of DECCM-based SA.
Sensors 23 01050 g008
Table 1. Parameters and values for simulations.
Table 1. Parameters and values for simulations.
ParametersValues
W  (width of considered area)222 [unit]
H  (hight of considered area)120 [unit]
n  (number of mesh routers)192
r  (radius of the mesh routers4 [unit]
communication range)
m  (number of mesh clients)2092
I m a x for CCM  (number of loops for CCM)2000 [times]
I m a x for SA  (number of loops for SA)10,000 [times]
T m a x   (initial temperature)100 [unit]
T m i n   (final temperature)1 [unit]
Table 2. Simulation results.
Table 2. Simulation results.
MethodBest SGCAverage SGCBest NCMCAverage NCMC [%]
CCM1921921194 50.540
CCM-based SA1921922022 79.893
DECCM1921921586 63.675
DECCM-based SA1921922092 93.426
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Oda, T. A Delaunay Edges and Simulated Annealing-Based Integrated Approach for Mesh Router Placement Optimization in Wireless Mesh Networks. Sensors 2023, 23, 1050. https://doi.org/10.3390/s23031050

AMA Style

Oda T. A Delaunay Edges and Simulated Annealing-Based Integrated Approach for Mesh Router Placement Optimization in Wireless Mesh Networks. Sensors. 2023; 23(3):1050. https://doi.org/10.3390/s23031050

Chicago/Turabian Style

Oda, Tetsuya. 2023. "A Delaunay Edges and Simulated Annealing-Based Integrated Approach for Mesh Router Placement Optimization in Wireless Mesh Networks" Sensors 23, no. 3: 1050. https://doi.org/10.3390/s23031050

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop