You are currently viewing a new version of our website. To view the old version click .
Symmetry
  • Article
  • Open Access

30 April 2025

A Police Booth Planning Method Based on Wolf Pack Optimization Algorithm Using AAF and DGSS

,
and
1
Department of Computer and Information Security Management, Fujian Police College, Fuzhou 350007, China
2
School of Intelligence Science and Technology, University of Science and Technology Beijing, Beijing 100083, China
*
Author to whom correspondence should be addressed.
This article belongs to the Section Computer

Abstract

Efficient police booth deployment is vital for optimizing law enforcement and maintaining public safety. This paper tackles two key challenges in current solutions: insufficient coverage and redundant overlaps. First, this article introduces the Simultaneous Optimization for Max Coverage and Min Overlap model (SOOM-MCMO), which formalizes the dual objectives into a unified optimization framework. Second, to address limitations of traditional wolf pack algorithm, this article presents the Adaptive-Approaching Framework with Dynamic-Grid-Siege Wolf Pack Algorithm (AAF-DGS-WPOA). This technique dynamically adjusts searcher populations using spatial symmetry and hybrid optimization strategies, thereby enhancing coverage precision and reducing computational costs. Our proposed method (AAF-DGS-WPOA-based Police Booth Planning Method, PBPM-AAFDGS-WPOA) was evaluated on 20 public datasets as well as SOOM-MCMO. Results showed 15–30% coverage improvement and a 16.65% runtime reduction versus popular benchmarks like PSO, GA, and WDX_WPOA. The improved wolf pack algorithm also outperformed traditional approaches in coverage sufficiency, resource efficiency, and system responsiveness. This work advances practical methods for police booth planning, achieving higher social security outputs with lower resource investment.

1. Introduction

As the frontline facility for maintaining social order, the importance of police booths is self-evident. The planning and establishment of police booths constitute a crucial aspect of modern public security management, aiming to enhance law enforcement efficiency, swiftly respond to emergencies, and strengthen patrols and management in surrounding areas. A scientifically reasonable plan for police booths can significantly improve the utilization of police resources, effectively reduce crime rates, and enhance the public’s sense of security [1].
Although police booths play a crucial role in social security management, there are still some issues that need to be addressed in the current planning process. Insufficient coverage is a major concern. Due to limited police presence in some areas, the distribution of police booths has not fully covered all high-risk areas, resulting in the emergence of public security blind spots, making these areas prone to becoming hotbeds for criminal activities. The high overlap rate of police booth distribution is also a significant issue that cannot be overlooked. This overlap may lead to the waste of police force and the reduction in efficiency, thus affecting the effect of the overall public security management [2].
Many scholars have conducted extensive research on the optimization of site selection for public safety facilities such as police booths and fire stations, with the aim of improving facility coverage and service efficiency. Jiang et al. took the central urban area of Lanzhou as an example and proposed a multi-criteria spatial optimization model based on multi-source geographic spatial data. By deleting exclusion zones, evaluating potential crime risks, and using analytic hierarchy process, the layout of police booths was optimized, significantly reducing the overlap of service areas and improving coverage [3]. Wang [4] and Chen et al. [5] utilized point-of-interest (POI) data and multi-time traffic condition data to enable the newly configured fire station to respond to fire events in a shorter period of time. Yang et al. proposed a fire station layout method based on comprehensive forest fire risk assessment, which meets the demand with acceptable construction costs and good coverage by combining the minimization of facility point model and maximum coverage model [6]. De Domingo et al. utilized historical data and existing location information to significantly shorten response time through the Floyd–Warshall dynamic programming algorithm and k-means clustering technique [7]. KhoshAmooz et al. used fuzzy logic methods, combined with linear membership functions and gamma fuzzy operations, to determine the optimal location for new facilities [8]. Tian [9] and Guo et al. [10] explored optimization techniques for cross regional collaborative deployment and significantly improved the coverage of high-risk and medium- to low-risk areas through coverage maximization models and facility point minimization models. Shahparvari et al. utilized Geographic Information Systems (GIS) and location allocation models to improve emergency response speed [11]. Ming et al. proposed a distributed robust optimization model (DRM) for solving the uncertainty problem in fire station location selection. By minimizing the expected total cost in the worst-case scenario, the location, quantity, and demand allocation schemes were optimized [12]. Although these studies have made some progress in improving the coverage and response efficiency of public safety facilities, there are still some limitations, such as high algorithm complexity and long calculation time, which need to be further optimized and improved in practical applications.
In recent years, the wolf pack optimization algorithm (WPOA) has been widely studied and applied as a biomimetic swarm intelligence optimization method in multiple fields. Scholars have proposed various improvement strategies to address the bottlenecks of WPOA, such as insufficient local search capability, slow convergence speed, and poor performance in handling high-dimensional complex problems. For example, Yanchao et al. proposed an adaptive shrinkage grid search chaotic wolf optimization algorithm based on adaptive difference update, which significantly improves global optimization accuracy and convergence speed by adaptively adjusting the search step size [13]. Lu et al. proposed a weighted decision quantum wolf pack evolutionary algorithm based on fuzzy control, which enhances the local search ability and global convergence of the algorithm by optimizing the initial position selection and the search direction operator of the leading wolf [14]. Zhang [15] and Jiang et al. [16] achieved efficient path planning for unmanned aerial vehicles in complex environments by combining the wolf pack optimization algorithm with genetic algorithm or simulated annealing algorithm. Lai et al. proposed a discrete wolf pack algorithm that improves the effectiveness and global search capability of the algorithm by swapping individual code bits and introducing loop operations [17]. Sahu et al. proposed an improved wolf pack algorithm based on the fluorescent guidance mechanism in the artificial firefly swarm optimization algorithm. By improving the search mode and introducing a dynamic mutation strategy, it effectively solves the problem of 3D trajectory planning for unmanned aerial vehicles [18]. Zhu [19] and Wang et al. [20] proposed a chaotic interference wolf pack algorithm for multimodal multi-objective optimization problems, which effectively prevents local optima in high-dimensional optimization problems. Chen et al. proposed the OGL-WPA algorithm based on opponent learning and Levy flight strategy, which improved the algorithm’s global and local search capabilities [21]. Jin et al. combined the wolf pack algorithm with radial basis function neural networks and proposed the WCA-RBF neural network model, which effectively improved the accuracy of the algorithm [22]. These improvement measures not only enrich the research on swarm intelligence optimization algorithms in theory, but also demonstrate excellent performance in practical applications, providing new ideas and methods for solving complex optimization problems.
Therefore, based on the effective utilization of the wolf pack optimization algorithm, this paper proposes a police booth planning method based on an improved wolf pack optimization algorithm (AAF-DGSS-WPOA), which uses strategies of adaptive-approaching and dynamic-grid-siege to solve the planning problem of police booths (PBPM-AAF-DGSS-WPOA). The rest of this article is organized as follows: Section 2 reviews relevant work on swarm intelligence algorithms and their applications. Section 3 provides a detailed introduction to the proposed PBPM-AAF-DGSS-WPOA algorithm. Section 4 describes the experimental setup and benchmark results. Section 5 discusses statistical analysis and limitations and summarizes the conclusions.

3. The Improved Method

Although WDX_WPOA has significant advantages in global search and convergence speed compared to traditional optimization algorithms, it also has some drawbacks, such as significantly longer iteration time in the application of the test function shown in Table 1. Therefore, to address this issue, this article designed the two following strategies to improve algorithm performance and then utilized the newly proposed algorithm to implement a more effective optimization site selection scheme for police booths.

3.1. Adaptive-Approaching Factor (AAF)

In optimization problems, how to efficiently generate a new set of solutions is crucial for algorithm performance. During the process of summon-raid, the traditional grid generation method involves generating new points by taking the midpoint from the current wolf to the optimal wolf. The specific equation is as follows:
M i d d l e _ W o l f = ( B e s t _ W o l f + C u r r e n t _ W o l f ) / 2
where Best_Wolf represents the position of the leading wolf, Current_Wolf represents the position of the current wolf, and Middle_Wolf represents the position of the midpoint between the two. Although this method is very convenient in calculation, it often lacks enough flexibility and adaptability in dealing with dynamic optimization problems, which leads to insufficient exploration of search space in different iteration stages. To address this issue, we propose an improved mesh generation method by introducing an adaptive-approaching factor to better adapt to the dynamics and complexity of the problem. Specifically, the approaching factor changes dynamically according to the number of iterations, and the calculation equation is as follows:
A p p _ F a c t o r = 0.5 + t T   ( t 300 )   0.7   ( t > 300 )
where App_Factor represents the adaptive-approaching factor; t represents the current iteration times; T represents the total iteration times, which is usually set to 600. When t is less than or equal to 300, that is, before iterating to half of the total number of iterations, the value of App_Factor gradually increases. In the later iteration, the value of App_Factor is fixed at 0.7. After the introduction of App_Factor, we no longer use the original method but use this factor to generate new points. The L o c a t i o n S u m m o n _ R a i d of the new points is calculated by Equation (15).
L o c a t i o n S u m m o n _ R a i d = A p p _ F a c t o r B e s t _ w o l f + 1 A p p _ F a c t o r C u r r e n t _ W o l f
where Best_Wolf represents the position of the leading wolf, Current_Wolf represents the position of the current wolf, and App_Factor is the introduced factor, which is obtained from Equation (14). In this way, we can obtain the coordinates of a new point close to the optimal wolf.
In order to better demonstrate the superiority of this improvement point, we simulated the distribution of new generated points before and after the introduction of App_Factor. The original strategy is shown in Figure 1a,c, and the improved strategy is shown in Figure 1b,d.
Figure 1. (a,c): about WDX-WPOA; (b,d): about AAF-DGSS-WPOA.
By comparing these images, we can clearly see that the newly generated grid points after improvement are more dispersed. This optimization of grid point distribution can not only improve the search ability of the algorithm, but also significantly improve the convergence speed, thereby shortening the overall running time. In addition, as the number of iterations increases, the value of App_Factor will dynamically change, allowing the generated grid points to more flexibly reflect the relationship between the current state and the optimal solution.
The main purpose of introducing the adaptive-approaching factor (App_Factor) is to dynamically adjust the approaching speed of the current wolf to the leading wolf in the initial stage of the search. Specifically, the new grid point generation mechanism tends to focus on the target points, thus smoothly transitioning from the current point to the optimal point, which can significantly improve the exploration ability of the algorithm and help it find the global optimal solution faster. In the later stages of the search, the value of App_Factor remains unchanged, which helps maintain the stability of the solution and the optimization ability of the algorithm, ensuring that the algorithm pays more attention to the known optimal solution and further refines the search near the current wolf to improve the accuracy and reliability of the final result. Through this adaptive strategy, the algorithm exhibits different exploration and mining behaviors in the early and later stages, not only retaining the efficiency of traditional grid generation methods, but also further improving its search accuracy and speed.
In order to further verify the performance of the algorithm, we compared the improved algorithm with WDX-WPOA and focused on evaluating their convergence speed under different test functions.
Figure 2 shows the three groups with obvious effects in the experiment, from which we can see that the image curves of each group of improved algorithms are smoother than other curves, and the convergence speed is faster. This shows that the introduction of App_Factor can not only improve the convergence speed of wolves but also enhance the algorithm’s ability to find the global optimal solution to a certain extent.
Figure 2. (a,c,e): about WDX-WPOA; (b,d,f): about AAF-DGSS-WPOA.

3.2. Dynamic-Grid-Siege Strategy (DGSS)

During the siege process of the WDX-WPOA algorithm, an adaptive grid with D dimensions is first generated to reflect the local neighborhood space of the current position, which includes (2 × num + 1)D points generated by Equations (3) and (4), where num represents the number of points taken in the same direction for each dimension, usually set to 5. Among them, the step size of wolf pack siege decreases with the increase in the number of iterations, and its step size changes as shown in Equation (16).
s t e p _ c = s t e p _ c _ m i n r a n g e m a x r a n g e m i n e x p ( l o g s t e p _ c _ m i n s t e p _ c _ m a x t T )
where step_c_min represents the initial minimum value of the siege step size, step_c_max represents the maximum value of the siege step size, rangemax represents the maximum value of the solution space, rangemin represents the minimum value of the solution space, t represents the current number of iterations, T represents the total number of iterations, and step_c represents the siege step size in the actual calculation.
However, for simple prey, it only requires fewer wolf packs to besiege and capture; and the wolves tend to summon more wolves to besiege and gradually move closer to the prey to capture the prey when the prey is stronger. Based on the above principle, we abstracted the behavior. The number of iterations is the embodiment of the difficulty of finding the optimization of the fitness function, and the simple fitness function often needs only a few iterations to find the optimal value (prey), while the complex fitness function often requires many iterations to catch the prey. Thus, as the number of iterations increases, we utilized spatial symmetry to boost wolves in each dimension, with the variation per dimension demonstrated in Equation (17).
n e w _ n u m = n u m + r o u n d 3 1 + exp ( 0.01 60 t ) 2
where num represents the number of wolves in each dimension at the beginning, t represents the current number of iterations, round is a function of rounding numbers, and new_num represents the number of wolves in each dimension during actual calculation.
In the original strategy, num is a fixed value set to 5, so the number of points in each direction is 11. After introducing the dynamic-grid-siege strategy, the value of new_num gradually increases from 3 to 6 with the increase in iterations, so the number of points in each direction changes from 9 to 13. We have drawn the distribution of points before and after the improvement. In order to make the image more intuitive, we have simplified it. Figure 3a,b is the image about WDX-WPOA, Figure 3c,d is the initial image of AAF-DGSS-WPOA, and Figure 3e,f is the final image of AAF-DGSS-WPOA.
Figure 3. (a,b): about WDX-WPOA; (cf): about AAF-DGSS-WPOA.
For the simple fitness function, only a small number of iterations are required, so the above improved method reduces a large number of unnecessary search points to save computing resources. For complex fitness functions, which require a large number of iterations, the above improved method adds more and more densely distributed search points in the later iterations to enhance the calculation accuracy of the algorithm. Therefore, the above improved method not only improves the optimization performance of complex fitness functions, but also reduces the time required for simple fitness functions.

3.3. Steps of AAF-DGSS-WPOA

Based on the introduction of adaptive-approaching factor and dynamic grip siege strategy, WDX-WPOA has been improved and AAF-DGSS-WPOA has been proposed. The following are the steps for implementing a new improved algorithm, as shown in the Figure 4.
Figure 4. Flowchart about AAF-DGSS-WPOA.
Except for the introduction of AAF during the summon_raid process and the use of DGSS during the siege process, all other steps are consistent with WDX-WPOA, as detailed in Section 3.1 and Section 3.2.

3.4. Steps of PBPM-AAF-DGSS-WPOA

Based on the improved algorithm (AAF-DGSS-WPOA), the specific steps of location planning for police booths are shown in Figure 5.
Figure 5. Flowchart about PBPM-AAF-DGSS-WPOA.

4. Mathematical Experiment

4.1. Experimental Designment

To evaluate the optimization performance of the improved algorithm, we conducted comparative experiments using three optimization algorithms: classical genetic algorithm (GA), particle swarm optimization (PSO), and WDX-WPOA. Twenty sets of test functions and datasets were used in the experiment, as shown in Table 1.
All numerical experiments were conducted on a computer equipped with the Windows 11 Home 23H2 operating system, 12th Gen Intel (R) Core (TM) i7-12700H 2.30 GHz processor, and 16 GB of memory, with an integrated development environment of MATLAB-2024a. The GA experiment was implemented by calling the toolbox in MATLAB 2017a. The PSO experiment was implemented using MATLAB’s “PSOt” toolbox. The WDX-WPOA experiment was implemented according to the steps in Section 2.2, and AAF-DGSS-WPOA was ultimately implemented using MATLAB-2024a. The specific initial parameters of each algorithm are shown in Table 2.
Table 2. Initial Parameters.

4.2. Experimental Results and Corresponding Analysis

To verify the excellent performance of AAF-DGSS-WPOA, this article performed thirty calculations on each test function using four different algorithms, and recorded the optimal value, worst value, mean value, standard deviation, average iteration times and average iteration time for optimization. The specific results are shown in Table 3.
Table 3. Raw Data of Experiments.
From Table 3, we can see that the overall performance of the improved algorithm is superior to the other three optimization algorithms. Firstly, in terms of optimization performance, AAF-DGSS-WPOA always manages to successfully find the theoretical optimal value among multiple test functions. For example, in functions containing multiple peaks and complex search spaces (such as Ackley, Drop-Wave, GRIEWANK, etc.), AAF-DGSS-WPOA has reached the optimal solution, while GA and PSO, although obtaining solutions close to the optimal value in certain functions, often exhibit biases in complex multi-modal problems. This indicates that the improved algorithm performs well in handling complex optimization problems and has better optimization accuracy.
In addition, in terms of stability, the standard deviation of AAF-DGSS-WPOA is usually zero or extremely small (such as Drop-Wave, Cross-In-Tray, Trid and other functions), demonstrating extremely high stability. This means that in multiple runs, AAF-DGSS-WPOA maintains consistent performance, while other algorithms (especially GA and PSO) have significantly higher standard deviations than AAF-DGSS-WPOA on certain complex functions, showing some volatility.
Moreover, in terms of convergence speed, AAF-DGSS-WPOA only requires fewer average iterations and average iteration times on most functions. For example, in the LEVY and PERM functions, AAF-DGSS-WPOA has significantly fewer average iterations than other algorithms, demonstrating its ability to converge quickly. Although in some functions (such as EGGHOLDER, Bukin6, etc.) the number of iterations did not increase, there were improvements in other aspects such as mean and standard deviation, especially in terms of significant improvement in average iteration time. Therefore, AAF-DGSS-WPOA has good convergence speed.
Finally, in terms of overall performance, the robust performance of AAF-DGSS-WPOA in multiple dimensions, especially its outstanding performance on complex problems, proves the potential application of this algorithm in the field of optimization. In contrast, GA and PSO can achieve similar results on some simple functions, but in complex environments, they usually require more computing resources and iteration times, and their performance is not good enough.
We focused on comparing the difference in average iteration time between AAF-DGSS-WPOA and WDX-WPOA, and the results are shown in Table 4 and Figure 6. It can be seen from this that, without affecting the global optimization accuracy, the improvement rate of iteration time is always positive, indicating that the improved algorithm takes less time. It is worth mentioning that the improvement rates of functions Ackley, Bukin6, and EGGHOLDER are all above 30%, while the improvement rates of most other functions are also around 20%, with the worst improvement rate reaching 5.99%. In summary, through the analysis of experimental data results, we can find that the improved algorithm has higher optimization accuracy, better stability, and faster convergence speed.
Table 4. Time-Spent Comparison between AAF-DGSS-WPOA and WDX-WPOA.
Figure 6. Histogram of improvement rate by comparing the time spent by AAF-DGSS-WPOA and WDX-WPOA on all 20 test functions in this paper. (F1: Ackley, F2: Bukin6, F3: Drop-Wave, F4: Eggholder, F5: Griewank, F6: Levy, F7: Levy13, F8: Cross-In-Tray, F9: Schaffer2, F10: Bohachevsky1, F11: Perm0-d-β, F12: Rotated Hyper-Ellipsoid, F13: Sum Squares, F14: Trid, F15: Booth, F16: Matyas, F17: Easom, F18: Eggcrate, F19: Bohachevsky3, F20: Bridge).

4.3. Experiment and Analysis of Optimal Location of Police Booths

We assume that the urban area is 50 km × 50 km, the number of police booths is 50, and the coverage radius of each police booth is 5 km. Based on AAF-DGSS-WPOA, the location planning steps for police booths are shown in Figure 5. Through the steps, we can obtain the distribution of police booths in urban areas, as shown in Figure 7d. In addition, we also used the GA, PSO, and WDX-WPOA algorithms to solve this problem, and the results are shown in Figure 7a–c.
Figure 7. (a) about GA; (b) about PSO; (c) about WDX-WPOA; (d) about AAF-DGSS-WPOA.
In the above images, the red dots indicate the location of the booths, the green area represents the uncovered area, the purple area represents the covered area, and the deeper purple area represents the overlapping area. From these images, we can see that compared to GA and PSO, the wolf pack algorithm has more coverage areas and fewer overlapping areas in solving the problem of police booth location planning, resulting in better performance. To further compare the performance of different algorithms in solving this problem more intuitively, we tested the optimal value, average value, average coverage rate, average overlap rate, and average iteration time. The results are shown in Table 5.
Table 5. Raw Data of police booth planning.
From both the optimal and average values, the fitness value of AAF-DGSS-WPOA is the highest. From the perspective of average coverage and average overlap, AAF-DGSS-WPOA also performs the best. Overall, AAF-DGSS-WPOA has good optimization performance.
From the perspective of running time, although the wolf pack algorithm has a much longer running time than GA and PSO in solving this problem, it has better performance in location planning, with higher coverage and lower overlap, and the time is also acceptable, after all, there is no perfect thing in the world. Moreover, it is gratifying that, as shown in Table 5 and Figure 8, the running time of AAF-DGSS-WPOA is shorter than that of WDX-WPOA. From Figure 8, it can be seen that the new algorithm has improved the running time by about 16.65%, while also ensuring good optimization performance.
Figure 8. Time-Spent Comparison of police booths planning.
In summary, AAF-DGSS-WPOA has shown good overall performance, with better optimization capabilities and faster convergence speed.

5. Conclusions

This article proposes an optimized location selection method (PBPM-AAF-DGSS-WPOA) for police stations based on an improved wolf pack optimization algorithm to address the problems of insufficient coverage and high overlap rate in current planning. Firstly, this article provides a detailed analysis of the planning problem of police booths and constructs a single objective model with the optimization objectives of maximizing coverage and minimizing overlap (SOOM-MCMO). Secondly, in order to address the shortcomings of traditional wolf pack algorithms in search efficiency and global optimization capabilities, this paper has made two improvements to them. One is to introduce an adaptive-approaching factor on the basis of the original summon-raid strategy. Before reaching half of the total iteration times, the wolf pack will gradually approach from the current point to the target point, enhancing the exploratory ability of the wolf pack. After exceeding half, it will maintain a fixed proportion of approach to pay more attention to the influence of the leading wolf; the second is to propose dynamic-grid-siege strategy, which gradually increases the number of wolves in each dimension as the number of iterations increases. Finally, using an improved algorithm to implement site selection planning for police booths, a better solution was obtained. The experimental results show that the overall performance of AAF-DGSS-WPOA proposed in this paper is significantly better than classical swarm intelligence optimization algorithms such as GA, PSO, and WDX-WPOA on 20 public datasets and the objective function proposed in this paper. Specifically, this method performs well in terms of the optimality of the solution results and the efficiency of the running time, and it can effectively solve the optimization layout problem of police booths, providing scientific and reasonable planning suggestions for police departments. Meanwhile, the research findings of this article also have broad applicability and promotional value. This optimization method is not only applicable to the layout of police booths but can also be applied to the layout optimization of urban emergency facilities, the configuration optimization of public service facilities, and other fields, providing effective scientific basis for relevant decision-makers.
Certainly, every algorithm has inherent trade-offs, and while AAF-DGSS-WPOA demonstrates superior optimization performance for police booth deployment, its computational efficiency remains a limitation compared to traditional GA and PSO approaches. Notably, it achieves a 16.65% reduction in computational overhead relative to the baseline WDX-WPOA model under identical test conditions, suggesting its potential applicability despite the time constraints. These performance characteristics indicate that the proposed method should primarily be considered for mid-scale applications where solution quality is prioritized over real-time computation.
Regarding the real-world applicability, this study indeed focuses primarily on theoretical optimization under simplified conditions. The geographical factors—such as terrain complexity, road network configurations, and urban population distribution patterns—were not fully incorporated into our modeling framework. This is particularly significant as densely populated metropolitan areas with fragmented political jurisdictions require different optimization strategies compared to homogeneous regions. For instance, administrative boundaries between municipalities often pose challenges in resource allocation that were not addressed in our current model.
Future research directions clearly lie in integrating spatial analysis tools (e.g., GIS mapping) with our algorithm to account for neighborhood-specific characteristics, including population density variations impacting patrol demand (urban vs. suburban areas), natural and man-made geographical barriers affecting response times, and infrastructure considerations like traffic flows and emergency route networks. Such enhancements would not only improve scalability to large urban environments but also ensure compliance with operational constraints in real-world police department deployments. By addressing these practical considerations, the algorithm could potentially serve as a decision support tool for policymakers while maintaining acceptable performance levels through parallel computing optimization.
Such enhancements would not only improve scalability to large urban environments but also ensure compliance with operational constraints in real-world police department deployments. By addressing these practical considerations, the algorithm could potentially serve as a decision support tool for policymakers while maintaining acceptable performance levels through parallel computing optimization.
In the following work, we will continue to improve the above shortcomings, shorten the running time, and consider more practical factors to better apply it to larger urban scales and more complex practical scenarios.

Author Contributions

Conceptualization, D.W.; methodology, F.W.; software, D.W., Z.S. and F.W.; Formal analysis, D.W.; writing—original draft, F.W.; writing—review and editing, D.W.; funding acquisition, Z.S. All authors have read and agreed to the published version of the manuscript.

Funding

This study was funded by Fujian Province’s 2024 Science and Technology Driven Police Research Special Project (No. 2024Y0065).

Data Availability Statement

The datasets used and analyzed during the current study available from the corresponding author on reasonable request.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

OrderFull-NameAbbreviation
1Simultaneous Optimization for Max Coverage and Min Overlap model SOOM-MCMO
2Adaptive-Approaching Framework with Dynamic-Grid-Siege Wolf Pack AlgorithmAAF-DGS-WPOA
3AAF-DGS-WPOA-based Police Booth Planning MethodPBPM-AAFDGS-WPOA
4Genetic AlgorithmGA
5Particle Swarm Optimization PSO
6Mentioned in reference [25]WDX-WPOA
7Adaptive-Approaching FactorAAF
8Dynamic-Grid-Siege StrategyDGSS

References

  1. Fondevila, G.; Vilalta-Perdomo, C.; Galindo Pérez, M.C.; Cafferata, F.G. Crime deterrent effect of police stations. Appl. Geogr. 2021, 134, 102518. [Google Scholar]
  2. Stassen, R.; Ceccato, V. Police Accessibility in Sweden: An Analysis of the Spatial Arrangement of Police Services. Polic. A J. Policy Pract. 2021, 15, 896–911. [Google Scholar]
  3. Jiang, Y.; Guo, B.; Yan, Z. Multi-Criterion Spatial Optimization of Future Police Stations Based on Urban Expansion and Criminal Behavior Characteristics. ISPRS Int. J. Geo-Inf. 2022, 11, 384. [Google Scholar] [CrossRef]
  4. Wang, W.; Xu, Z.; Sun, D.; Lan, T. Spatial Optimization of Mega-City Fire Stations Based on Multi-Source Geospatial Data: A Case Study in Beijing. ISPRS Int. J. Geo-Inf. 2021, 10, 282. [Google Scholar] [CrossRef]
  5. Chen, M.; Wang, K.; Yuan, Y.; Yang, C. A POIs Based Method for Location Optimization of Urban Fire Station: A Case Study in Zhengzhou City. Fire 2023, 6, 58. [Google Scholar] [CrossRef]
  6. Yang, J.; Guo, K.; Dai, Y.; Tian, S.; Wang, W.; Jiang, Z.; Dai, Z. Spatial layout siting method for fire stations based on comprehensive forest fire risk distribution. Case Stud. Therm. Eng. 2023, 49, 103243. [Google Scholar]
  7. De Domingo, M.; Ortigosa, N.; Sevilla, J.; Roger, S. Cluster-Based Relocation of Stations for Efficient Forest Fire Management in the Province of Valencia (Spain). Sensors 2021, 21, 797. [Google Scholar] [CrossRef] [PubMed]
  8. KhoshAmooz, G. A new fuzzy location-based approach for fire station site selection in Tehran. Appl. Geomat. 2024, 16, 987–1001. [Google Scholar]
  9. Tian, F.; Lei, J.; Zheng, X.; Yin, Y. Integrating Space Syntax and Location-Allocation Model for Fire Station Location Planning in a China Mega City. Fire 2023, 6, 64. [Google Scholar] [CrossRef]
  10. Guo, K.; Wang, W.; Tian, S.; Yang, J.; Jiang, Z.; Dai, Z. Research on Optimization Technology of Cross-Regional Synergistic Deployment of Fire Stations Based on Fire Risk. Sustainability 2022, 14, 15725. [Google Scholar] [CrossRef]
  11. Shahparvari, S.; Fadaki, M.; Chhetri, P. Spatial accessibility of fire stations for enhancing operational response in Melbourne. Fire Saf. J. 2020, 117, 103149. [Google Scholar]
  12. Ming, J.; Richard, J.-P.P.; Qin, R.; Zhu, J. Distributionally robust optimization for fire station location under uncertainties. Sci. Rep. 2022, 12, 5394. [Google Scholar]
  13. Yanchao, S.; Chen, W.; Wu, Y. A New Wolves Intelligent Optimization Algorithm. In Proceedings of the 2021 IEEE/ACIS 19th International Conference on Computer and Information Science (ICIS), Shanghai, China, 23–25 June 2021; pp. 143–147. [Google Scholar]
  14. Lu, N.; Ma, L. Quantum Wolf Pack Evolutionary Algorithm of Weight Decision-Making Based on Fuzzy Control. Chin. J. Electron. 2022, 31, 635–646. [Google Scholar]
  15. Zhang, H.; Lv, X.; Ma, C.; Cui, L. An Elite Wolf Pack Algorithm Based on the Probability Threshold for a Multi-UAV Cooperative Reconnaissance Mission. Drones 2024, 8, 513. [Google Scholar] [CrossRef]
  16. Jiang, H.; Yu, Q.; Han, D.; Chen, Y.; Li, Z. A path planning method for unmanned aerial vehicle based on improved wolf pack algorithm. Concurr. Comput. Pract. Exp. 2024, 36, e8095. [Google Scholar]
  17. Lai, R.; Gao, B.; Lin, W. Solving No-Wait Flow Shop Scheduling Problem Based on Discrete Wolf Pack Algorithm. Sci. Program. 2021, 2021, 4731012. [Google Scholar]
  18. Sahu, K.K.; Nayak, S.C.; Behera, H.S. Extreme Learning With Metaheuristic Optimization for Exchange Rate Forecasting. Int. J. Swarm Intell. Res. 2022, 13, 1–25. [Google Scholar]
  19. Zhu, Q.; Wu, H.; Li, N.; Hu, J. A Chaotic Disturbance Wolf Pack Algorithm for Solving Ultrahigh-Dimensional Complex Functions. Complexity 2021, 2021, 6676934. [Google Scholar]
  20. Wang, H.; Wang, D. A Wolf Pack Optimization Algorithm Using RASGS and GBA for Multi-Modal Multi-Objective Problems. Symmetry 2022, 14, 2568. [Google Scholar] [CrossRef]
  21. Chen, X.; Cheng, F.; Liu, C.; Cheng, L.; Mao, Y. An improved Wolf pack algorithm for optimization problems: Design and Evaluation. PLoS ONE 2021, 16, e0254239. [Google Scholar]
  22. Jin, Z. Application of WCA-RBF Neural Network in Fault Diagnosis of Analog Circuits. Int. Trans. Electr. Energy Syst. 2023, 2023, 8812152. [Google Scholar]
  23. Zhu, J.; Liu, J. A Simple and Scalable Structure of Particle Swarm Optimization Based on Linear System Theory. 2022. Available online: https://www.researchsquare.com/article/rs-2141043/v1 (accessed on 2 April 2025).
  24. Chompookham, T.; Phiphitphatphaisit, S.; Okafor, E.; Surinta, O. Robust Model Selection for Plant Leaf Image Recognition Based on Evolutionary Ant Colony Optimization With Learning Rate Schedule. IEEE Access 2024, 12, 132369–132389. [Google Scholar]
  25. Wang, D.; Qian, X.; Liu, K.; Ban, X.; Guan, X. An Adaptive Distributed Size Wolf Pack Optimization Algorithm Using Strategy of Jumping for Raid (September 2018). IEEE Access 2018, 6, 65260–65274. [Google Scholar]
  26. Kim, J.; Lee, W.; Jung, J.; Choi, J.; Kim, E.; Kim, J. Weighted Localized Clustering: A Coverage-Aware Reader Collision Arbitration Protocol in RFID Networks. In Proceedings of the International Conference on Embedded Software and Systems (ICESS 2005), Xi’an, China, 16–18 December 2005. [Google Scholar]
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.

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.