Next Article in Journal
Recovery-Oriented Practices in a Mental Health Centre for Citizens Experiencing Serious Mental Issues and Substance Use: As Perceived by Healthcare Professionals
Next Article in Special Issue
Temporal Instability of Factors Affecting Injury Severity in Helmet-Wearing and Non-Helmet-Wearing Motorcycle Crashes: A Random Parameter Approach with Heterogeneity in Means and Variances
Previous Article in Journal
One-Year Real-World Study on Comparison among Different Continuous Subcutaneous Insulin Infusion Devices for the Management of Pediatric Patients with Type 1 Diabetes: The Supremacy of Hybrid Closed-Loop Systems
Previous Article in Special Issue
The Situation of Hazardous Materials Accidents during Road Transportation in China from 2013 to 2019
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Emergency Response Resource Allocation in Sparse Network Using Improved Particle Swarm Optimization

1
College of Automobile and Transport Engineering, Nanjing Forestry University, Nanjing 210037, China
2
Gosuncn Technology Group Co., Ltd., Guangzhou 510663, China
3
School of Transportation, Southeast University, Nanjing 211189, China
*
Author to whom correspondence should be addressed.
Int. J. Environ. Res. Public Health 2022, 19(16), 10295; https://doi.org/10.3390/ijerph191610295
Submission received: 6 July 2022 / Revised: 15 August 2022 / Accepted: 15 August 2022 / Published: 18 August 2022
(This article belongs to the Special Issue Road Traffic Safety Risk Analysis)

Abstract

:
Western China is a sparsely populated area with dispersed transportation infrastructure, making it challenging to meet people’s accessibility and mobility requirements. Rescue efficiency in sparse networks is severely hampered by the difficulty rescue teams have in getting to the scene of abrupt traffic accidents. This paper develops a layout optimization model for multiple rescue points to address this issue, suggests an improved particle swarm algorithm by including a variation that can reduce optimization time and avoid the disadvantage of precocity, and designs a MATLAB program using an adaptive variation algorithm. The proposed approach increases the effectiveness of rescue in a sparse network and optimizes the distribution of emergency resources.

1. Introduction

A sparse network means that road network and other transport facilities are sparsely distributed [1]. It not only limits people’s accessibility and mobility when they are traveling, but also compromises traffic safety, which has troubled both traffic management departments and pertinent study experts [2]. On the one hand, many factors, such as complex and changing road conditions, high speed driving, and fatigued driving are likely to induce emergencies. The proportion of malignant accidents is high. Once accidents occur, they are mostly serious emergencies. On the other hand, due to the sparse population, inadequate emergency detection equipment coverage, a lack of patrol vehicles, and poor communication signals, it is difficult to be found after an accident and to search for the parties involved. In this paper, emergencies are primarily defined as common road traffic accidents, such as significant traffic accidents and significant public health incidents [3,4]. Emergencies have the potential to harm human life and severely destroy property. Emergency management is a focus question that governments pay attention to gradually. In a sparse network, resource allocation is fundamental to emergency management. Effective resource management increases the success of rescue efforts and reduces the loss of life and property. Therefore, in order to improve the effectiveness of emergency responses, resource availability and deployment are crucial [5,6].
In a recent study of emergency response resource allocation [7], we examined three aspects of emergency response: the requirements of emergency incidents and the allocation of response resources; the path from the response resource location to the emergency occurrence; and model-solving algorithms.
Xi et al. developed a hierarchical model of emergency response resource location that combined with a route optimization model. The hierarchical model weighted demand for response services, and the route optimization model consisted of an immune response model coupled with an ant colony algorithm. They made various simplifying assumptions and idealizations, and used locations in Beijing-Tianjin-Hebei region to validate the model and establish its feasibility [8]. Wang et al. analyzed traffic congestion, weather and road conditions to develop a multi-objective model that took account of road network reliability [9]. Caunhye et al. developed a two-part site selection and routing model for emergency response resource allocation and delivery. The authors transformed the two-part model into a single model, which they validated using indicators such as the difference between the expected value and the actual value [10]. Hu et al. considered vehicle type and changes in resources and road network conditions, and used uncertain and dynamic capacity as a dependent variable to characterize the road network [11]. They developed a decision tree to determine resource distribution and used a stepwise hedging algorithm to find the optimum distribution [12,13,14,15].
Recent research into modeling emergency response and resource allocation has made great use of bionic algorithms and particle swarm optimization [16]. However, machine learning algorithms usually converge locally at an early stage of modeling, making it difficult to obtain an optimal global solution to model equations [17,18,19,20].
The allocation of resources for emergency rescue and recovery depends heavily on variables including rescue time, cost, and accident blackspots. Few studies have examined constraints on the type and quantity of rescue resources [21]. Models of resource allocation are difficult to optimize globally and therefore do not have a high success rate in terms of the effectiveness or accuracy of the solutions they provide.
In response to the above problems, this paper makes improvements in two aspects: firstly, it optimizes the research particle swarm algorithm to improve the efficiency of optimal solution solving; secondly, it introduces constraints on the type and quantity of rescue resources based on the consideration of rescue time and cost, the weight of accident black spots and other factors, and establishes an emergency rescue resource allocation model with the objective of minimizing rescue costs.

2. Model Description

The goal of modeling is to minimize the rescue cost while ensuring rescue time. Based on this goal, we set up the model below to allocate emergency rescue resources in response resource locations (e.g., service areas, traffic management centers, maintenance centers) available in sparse network according to the blackspot weight of the accident. Emergency rescue resources are including recovery vehicle, tow tractor, crane, fire tender, ambulance and so on.
We model the geographical area in which an emergency can occur as a sparse network. The nodes represent response resource locations (e.g., service areas, traffic management centers, maintenance depots) and accident blackspots, and the arcs are sections of highways and other roads (Figure 1).
The sparse network is described mathematically as follows. In the network G(N, A), N is a set of nodes and A is a set of arcs. We define:
(1)
The set S contains n points, and point S accommodates resources to a capacity of ai (i = 1, 2, …, n);
(2)
The set F contains m blackspots, and each point in j requires F (j = l, 2, …, m) response resources;
(3)
λij represents the weighting of an available resource from responding point i to blackspot j in network G;
(4)
ω i j represents the weight of blackspot j with respect to its serviceability from response point i;
(5)
xij represents the quantity of response resource dispatched from response point i to blackspot j in network G;
(6)
c is the unit cost of a response resource; B is the maximum amount budgeted for response resources.
Blackspot demand for response resources is considered to be an independent variable [22]. Thus, we can define a one-dimensional generalized resource allocation model that considers each response resource as an independent variable [23]. A general stochastic programming model of response resources is shown below that allocates demand probabilities to response points and blackspots:
min i = 1 n j = 1 m ω i j λ i j x i j
s . t . Pr ( i S x i j r j , j F ) Q , j = 1 , 2 , , m
x i a i , i = 1 , 2 , , n
c j S x i B
j = 1 n x i j = x i , i = 1 , 2 , n
x i , r j , a i N
The objective function Equation (1) minimizes response cost by weighting blackspots. Equations (2)–(6) are the constraints on optimization. Equation (2) represents the constraint that demand is for a limited resource. Equation (3) states that the amount of a resource allocated to a response point is not greater than the quantity of the resource that is available. Equation (4) is the budget constraint, which states that the cost of resources allocated is not greater than the total amount budgeted for that resource, where c is the unit price of a response resource and B is the total budget. Equation (5) defines the conversion of an intermediate variable to a decision-making variable. Equation (6) is the constraint that a decision-making variable must be a nonnegative integer.

3. Model Solution

When we have used traditional particle swarm optimization (PSO) to solve complex functions that have several possible local optimal solutions [24,25], traditional PSO has a high probability of failing to escapes from local optimal solutions [26,27], which make us not find the optimal solution.
So we have based on the concept of mutation used in the genetic algorithm and optimized the PSO by introducing the inertia weight coefficient (a mutation operation), in order to expands the population search space, which otherwise continually contracts across iterations, thus enabling particles initialize the their position and velocity in model with a given probability to jump out of the highest quality position previously searched and carry out searches in a larger space, where the optimized PSO wound maintains population diversity and improve the probability in finding the global optimal solution, especially in solving complex functions [17,18,19,20,21,22]. Therefore, we optimize PSO to expand the population search space by introducing the inertia weight coefficient based on the concept of mutation in the genetic algorithm, which enables particles initialize their position and velocity in model with a given probability to jump out of the highest quality position previously searched and carry out searches in a larger space. The optimized PSO would maintain population diversity and improve the probability in finding the global optimal solution, especially in solving complex functions [28,29,30,31].
The inertia weight is adjusted in Equations (7) and (8), and a constriction factor is introduced [32,33,34,35]. All particles in PSO iteratively update their speed and location according to Equations (7) and (8).
v i d t + 1 = w v i d + c 1 r 1 p b i d t x i d t + c 2 r 2 g b i d t x i d t
x i d t + 1 = x i d t + v i d t + 1
where:
w is the inertia weight coefficient; i = 1, 2, …, m and m is the total number of particles;
d = 1, 2, …, n and n is the dimension of the target search space;
t is the current evolutionary generation;
v i d t between v m a x and v m a x refers to the velocity’s d vector of particle i in the t generation searching optimization;
x i d t refers to the location’s d vector of particle i in the t generation searching optimization;
p b i d t refers to the best location’s d vector of particle i in the t generation searching optimization;
g b i d t refers to the best location’s d vector of group particles in the t generation searching optimization;
r1 and r2 are random numbers in the interval [0, 1];
c1 and c2 are learning factors which are used to adjust the largest step length of a particle searching optimization.
Two target PSO algorithm flow charts are shown for comparison in Figure 2. In compare with the standard PSO, the optimized PSO has a remarkable difference where adds a step: initialized particles could be selected in a given probability and restart search the potential optimization.
MATLAB was used to simulate and compare two algorithms including standard PSO and optimized PSO. The learning factors c1 and c2 are both given the value 1, the inertia weight is 0.8, the maximum number of iterations is 200, and the number of individuals in the particle swarm N is 20. The resulting optimal individual fitness values are shown in Figure 3. It can be seen from the results that the particle swarm algorithm of the mutation operator can jump out of the local minimum point to get better results.
Figure 3 shows that the optimized algorithm has a fitness value approaching 0 and is almost certainly convergent before 20 generations. In the inset, L along the x-axis indicates that optimized PSO requires fewer evolutionary iterations than standard PSO to reach 0 fitness. We found that the advantages in Figure 3 are as follows: (1) the optimization algorithm is able to iterate for fewer generations for the same confidence value. (2) the optimization algorithm can obtain better confidence values for the same number of iterations. Thus, optimized PSO is better than standard PSO in global optimization and rate of convergence. The advantage of the optimization algorithm is the ability to obtain the global optimal solution with a higher probability.

4. Model Validation

4.1. General Situation

A section of the sparse network between Aksu (in the west) and Korla (in the east) from Kuqa to Korla, referred to as KK, in Xinjiang (Figure 4) was used to validate the model [36,37,38]. The resources considered for allocation were recovery vehicles, fire tenders and ambulances.
We abstracted the road network (Figure 5) from the map (Figure 4) by extracting the interchanges, parking lots, service areas and maintenance depots in the road as network nodes.
In Figure 5, numbers on link represent distances between nodes (km) according to traffic survey. The nodes from Beishan road interchange to the western interchange of Kuqa are numbered 1–22; the demand nodes and emergency response nodes which are not on highways are numbered 23–29. Existing response points at maintenance depots are Kurt chu (6), Luntai (13), ErBa Tai (15) and Kuqa (21). There are four maintenance depots and two service areas. We set n to 4 for recovery vehicle allocation and to 2 for allocation of emergency vehicles.

4.2. Setting Model Parameters

The parameter to be optimized is the decision variable xi; xij is an intermediate variable; parameters to be set are ωj, λij, Q, rj and aj.
  • Blackspot weight ωj
We calculated the blackspot weights based on incident level and probability of occurrence. The weights of the blackspot are shown in Table 1.
2.
Time weight λij from response point to blackspot
We chose response travel time as a weight. We assumed that the average speed of a recovery vehicle is 60 km/h, the average speed of an ambulance is 100 km/h, the average transition time driving from a highway via an offramp to the ordinary sparse network (or in the opposite direction) is 4 min, and that the average time to drive through the barrier to turn around is 2 min. An emergency response vehicle is not impeded by a construction zone or not bound to overtake vehicles on the ordinary sparse network, and we assumed barriers could turn around anywhere in the network.
Maintenance depots were numbered 1–4, service areas 1–2. A blackspot was defined as a highway location at which there had been at least 30 accidents, according to historical regional incident data. The speed of a recovery vehicle is unchanged if it is driven in the area of an accident, so we did not consider the effect of the incident on travel time. The speed of a fire tender is 100 km/h when the vehicle is not affected by the incident. On roads around an accident, vehicle speed decreases due to traffic tailback or lack of access to the scene of the accident. We do not consider the effects of traffic queues caused by an accident on fire and rescue vehicles as they are difficult to quantify and predict. The time weights from maintenance depots and service areas to blackspots are shown in Table 2.
3.
Response service levels Q
Response service levels are as follows. Q = 1 indicates that response points can meet the needs of all blackspots simultaneously, which is impractical. Q = 0.9 is too high which leads to waste of resources. In general, Q should be 0.7 or 0.8. We used these two values for comparison.
4.
Quantity of response resource rj
The random variable rj has a Gaussian distribution approximately. Response resources for different blackspots have Gaussian distributions of different means and variances. The desired value of a response resource needed at different blackspots can be obtained from historical accident and response data.
We assumed that all response resources have Gaussian distributions with variance 1. The response resources (small, medium and large recovery vehicles, tow tractors, cranes, fire tenders and ambulances) for 8 different blackspots have the Gaussian distributions shown in Table 3.
5.
Capacity of response points aj
The capacity of a response point may be its planned or actual capacity. There are six response points (aj = 6).

4.3. Allocation Result and Analysis of Self-Adaption PSO

At a service level of 0.7, taking the response vehicles to be allocated as an example, we obtained optimal allocation of response vehicles at every response location by using PSO, as shown in Table 4 and Figure 6.
Table 4 and Figure 6 show that maintenance depot 13 is allocated more resources than other maintenance depots, but the differences are not great.
We performed an analysis with the weights shown in Table 2, using the small recovery vehicle as an example. Maintenance depot 13 is close to blackspots C, D, E and F all whose weight is less, so it is reasonable to allocate more response resources to maintenance depot 13.
We analyzed the demand for resources. Demand is greater from blackspots A and C, so it is also reasonable to allocate more response resources to maintenance depot 13.
We analyzed the blackspot weights. The weights of blackspot C, D and E are 0.375, 0.25 and 0.375; the least (D) should be considered first because of the objective function. Thus it is reasonable to allocate more response resources to maintenance depot 13.
Figure 6 show that more fire tenders and ambulances are allocated to service area 1 than to service area 2. Service area 1 is close to blackspots A, B, C and D, which have accident levels of 2, 4, 1 and 3, so it requires more response resources. Thus, it is reasonable to allocate more fire trucks and ambulances to service area 1.

4.4. Summary

The analysis of the examples validated the model and showed that it is feasible for practical use. In solving the resource allocation problem, as the resources required for the accident at a blackspot are random, the random variables generated in each calculation of the particle swarm algorithm will be different, resulting in small differences in the results, which is in accordance with the situation found in practice.

5. Conclusions

The objective was to minimize the cost of responding to accidents at blackspots, constrained by resource availability. We created a multivariate emergency response resource allocation model. By introducing the inertia weight coefficient, the position and velocity of model particles are initialized with a given probability and the optimization algorithm is iteratively solved. The model and algorithm were validated using MATLAB. The main conclusions are as follows:
  • A budget-constrained resource allocation model can determine minimum resource allocation for rescue costs, given the capacity of the resource locations;
  • The improved algorithm is simple and easy to implement. The algorithm only needs to determine how to represent the particles as problem solutions and iteratively find the optimal solution by guidance of the local optimal solution and the global optimal solution. There are no operations such as crossover. The principle is simple with few parameters and simple coding;
  • When the objective function is extremely complex, especially extreme points are multiple, the traditional algorithm is prone to fall into local optimal solutions. However, the improved algorithm has a strong global search capability to find the optimal value. It has a greater advantage in solving models with extremely complex objective functions;
  • For complex systems, the iteration time is longer due to the introduction of adaptive variation and a larger number of samples for stochastic simulations.
The results of this paper will assist emergency managers in creating effective emergency rescue plans in sparse network. It provides a strong theoretical basis for emergency decision-making.
Further research into the following two aspects of this study is planned. Ramps, interchanges, toll stations and other facilities will be added to create a more comprehensive and detailed sparse network abstract map; and further research into emergency management of the urban road network will be undertaken.

Author Contributions

Z.H. undertook the data collection. Y.Z. provided an interpretation of the results and wrote the majority of the paper. W.B. and Y.W. contributed to the paper review and editing. M.Z. performed the software work of the paper. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Basic Research Program of Science and Technology Commission Foundation of Jiangsu province (grant no. BK20180775) and Young Scientists Fund of the National Natural Science Foundation of China (grant no. 71701099).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

The authors would like to express their sincere thanks to the anonymous reviewers for their constructive comments on an earlier version of this manuscript.

Conflicts of Interest

The authors declare no conflict of interest. The company had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

References

  1. Zhang, J.; Liu, H.; Yu, G.; Ruan, J.; Chan, F.T.S. A three-stage and multi-objective stochastic programming model to improve the sustainable rescue ability by considering secondary disasters in emergency logistics. Comput. Ind. Eng. 2019, 135, 1145–1154. [Google Scholar] [CrossRef]
  2. Wen, X. Research on Model and Application of Emergency Resource Point Location for Expressway Sudden Traffic Events in Xinjiang; Xinjiang Agricultural University: Urumqi, China, 2021. [Google Scholar]
  3. Ma, L.; Zhang, H.; Yan, X.; Wang, J.; Song, Z.; Hui, X. Smooth associations between the emergency medical services response time and the risk of death in road traffic crashes. J. Transp. Health 2019, 12, 379–391. [Google Scholar] [CrossRef]
  4. Jiang, X.; Tang, T.; Sun, L.; Lin, T.; Duan, X.; Guo, X. Research on Consumers’ Preferences for the Self-Service Mode of Express Cabinets in Stations Based on the Subway Distribution to Promote Sustainability. Sustainability 2020, 12, 7212. [Google Scholar] [CrossRef]
  5. Cheng, Z.; Lu, Z. Two novel reconstruction methods of sparsity adaptive adjustment for road roughness compressive signal based on I-SA and GSM. Mech. Syst. Signal Process. 2022, 171, 108915. [Google Scholar] [CrossRef]
  6. Li, G.; Yang, Z.; Pan, Y.; Ma, J. Analysing and modelling of discretionary lane change duration considering driver heteroge-neity. Transp. B Transp. Dyn. 2022, 1–18. [Google Scholar] [CrossRef]
  7. Wang, P.; Yang, J.; Jin, Y.; Wang, J. Research on Allocation and Dispatching Strategies of Rescue Vehicles in Emergency Situation on the Freeway. In Proceedings of the 2020 16th International Conference on Control, Automation, Robotics and Vision (ICARCV), Shenzhen, China, 13–15 December 2020. [Google Scholar]
  8. Xi, J.; Mu, K.; Ding, T.; Zhang, C.; Guo, H. A macroscopic and hierarchical location model of regional road traffic disaster relief material repository. Adv. Mech. Eng. 2019, 11, 1–9. [Google Scholar] [CrossRef]
  9. Wang, W.; Huang, L.; Guo, Z. Optimization of Emergency Material Dispatch from Multiple Depot Locations to Multiple Disaster Sites. Sustainability 2017, 9, 1978. [Google Scholar] [CrossRef]
  10. Caunhye, A.M.; Zhang, Y.; Li, M.; Nie, X. A location-routing model for prepositioning and distributing emergency supplies. Transp. Res. Part E Logist. Transp. Rev. 2016, 90, 161–176. [Google Scholar] [CrossRef]
  11. Hu, S.; Han, C.; Dong, Z.S.; Meng, L. A multi-stage stochastic programming model for relief distribution considering the state of road network. Transp. Res. Part B Methodol. 2019, 123, 64–87. [Google Scholar] [CrossRef]
  12. Panzo, A.; Sangalang MR, A.; Ibali, K.A.; Lizardo, N.P.; Ermita, P. Disaster Relief Model in Laguna Using Integer Linear Programming. In Mobile and Wireless Technology, Proceedings of the International Conference on Mobile and Wireless Technology (ICMWT 2018), Hong Kong, China, 25–27 June 2018; Springer: Singapore, 2018; pp. 463–470. [Google Scholar]
  13. Nishiyama, H.; Rodrigues, T.G.; Liu, J. A Probabilistic Approach to Deploying Disaster Response Network. IEEE Trans. Veh. Technol. 2018, 67, 12086–12094. [Google Scholar] [CrossRef]
  14. Loree, N.; Aros-Vera, F. Points of distribution location and inventory management model for Post-Disaster Humanitarian Logistics. Transp. Res. Part E Logist. Transp. Rev. 2018, 116, 1–24. [Google Scholar] [CrossRef]
  15. Huang, W.; Li, L.; Liu, H.; Zhang, R.; Xu, M. Defense resource allocation in road dangerous goods transportation network: A Self-Contained Girvan-Newman Algorithm and Mean Variance Model combined approach. Reliab. Eng. Syst. Saf. 2021, 215, 107899. [Google Scholar] [CrossRef]
  16. Moradi, M.H.; Abedini, M. A combination of genetic algorithm and particle swarm optimization for optimal DG location and sizing in distribution systems. Int. J. Electr. Power Energy Syst. 2012, 34, 66–74. [Google Scholar] [CrossRef]
  17. Liang, J.J.; Qin, A.K.; Suganthan, P.N.; Subramanian, B. Comprehensive learning particle swarm optimizer for global optimization of multimodal functions. IEEE Trans. Evol. Comput. 2006, 10, 281–295. [Google Scholar] [CrossRef]
  18. Sun, S.; Gong, X.; Xu, X. Research on the Bending Fatigue Property of Quenched Crankshaft Based on the Multi-Physics Coupling Numerical Simulation Approaches and the KBM Model. Metals 2022, 12, 1007. [Google Scholar] [CrossRef]
  19. Karaboga, D.; Basturk, B. A powerful and efficient algorithm for numerical function optimization: Artificial bee colony (ABC) algorithm. J. Glob. Optim. 2007, 39, 459–471. [Google Scholar] [CrossRef]
  20. Selvakumar, A.I.; Thanushkodi, K. A new particle swarm optimization solution to nonconvex economic dispatch problems. IEEE Trans. Power Syst. 2007, 22, 42–51. [Google Scholar] [CrossRef]
  21. Xu, W. Study on Emergency Resource Allocation Model for Typical Events of Freeway Network; Chang’an University: Xi’an, China, 2020. [Google Scholar]
  22. Zhang, Z.; You, J.; Li, Q.; Du, X. Research framework for emergency rescue of disasters and crises. J. Risk Anal. Crisis Response 2012, 2, 173–177. [Google Scholar] [CrossRef]
  23. Yan, X.; Wang, T.; Chen, J.; Ye, X.; Yang, Z.; Bai, H. Analysis of the Characteristics and Number of Bicycle–Passenger Conflicts at Bus Stops for Improving Safety. Sustainability 2019, 11, 5263. [Google Scholar] [CrossRef]
  24. Shi, Y.; Eberhart, R. A modified particle swarm optimizer. In Proceedings of the 1998 IEEE International Conference on Evolutionary Computation, IEEE World Congress on Computational Intelligence (Cat. No. 98TH8360), Anchorage, AK, USA, 4–9 May 1998; pp. 69–73. [Google Scholar]
  25. Shi, Y.; Eberhart, R.C. Empirical study of particle swarm optimization. In Proceedings of the 1999 Congress on Evolutionary Computation-CEC99 (Cat. No. 99TH8406), Washington DC, USA, 6–9 July 1999; pp. 1945–1950. [Google Scholar]
  26. Cheng, Z.; Lu, Z. Regression-Based Correction and I-PSO-Based Optimization of HMCVT’s Speed Regulating Characteristics for Agricultural Machinery. Agriculture 2022, 12, 580. [Google Scholar] [CrossRef]
  27. Huilian, F.A.N. Discrete particle swarm optimization for TSP based on neighborhood. J. Comput. Inf. Syst. 2010, 6, 3407–3414. [Google Scholar]
  28. Cheng, Z.; Chen, Y.; Li, W.; Zhou, P.; Liu, J.; Li, L.; Chang, W.; Qian, Y. Optimization Design Based on I-GA and Simulation Test Verification of 5-Stage Hydraulic Mechanical Continuously Variable Transmission Used for Tractor. Agriculture 2022, 12, 807. [Google Scholar] [CrossRef]
  29. Shi, Y.; Eberhart, R.C. Parameter selection in particle swarm optimization. In International Conference on Evolutionary Programming; Springer: Berlin/Heidelberg, Germany, 1998; pp. 591–600. [Google Scholar]
  30. Eberhart, R.; Kennedy, J. A new optimizer using particle swarm theory, MHS’95. In Proceedings of the Sixth International Symposium on Micro Machine and Human Science, Nagoya, Japan, 4–6 October 1995; pp. 39–43. [Google Scholar]
  31. Jie, J.; Ji, H.; Wang, M.; Zhao, M. Improved discrete particle swarm optimization based on edge coding and multilevel reduction strategy for larger scale TSP. In Proceedings of the Sixth International Conference on Natural Computation (ICNC 2010), Yantai, China, 10–12 August 2010. [Google Scholar]
  32. Hu, Z.G.; Li, J. The Progress of Swarm Intelligence Algorithms. Tech. Autom. Appl. 2008, 27, 13–15. [Google Scholar]
  33. Xian-lun, T. The Theory and Application of Particle Swarm Optimization Algorithm Based on Chaos; School of Automation, Chongqing University: Chongqing, China, 2007; pp. 34–36. [Google Scholar]
  34. Yan, X.; Wang, T.; Ye, X.; Chen, J.; Yang, Z.; Bai, H. Recommended Widths for Separated Bicycle Lanes Considering Abreast Riding and Overtaking. Sustainability 2018, 10, 3127. [Google Scholar] [CrossRef]
  35. Lin, Y.; Xiao, M.H.; Liu, H.J.; Li, Z.L.; Zhou, S.; Xu, X.M.; Wang, D.C. Gear fault diagnosis based on CS-improved variational mode decomposition and probabilistic neural network. Measurement 2022, 192, 110913. [Google Scholar] [CrossRef]
  36. Han, Y.; Guan, X.; Shi, L. Optimization based method for supply location selection and routing in large-scale emergency material delivery. IEEE Trans. Autom. Sci. Eng. 2011, 8, 683–693. [Google Scholar] [CrossRef]
  37. Guoyou, H.; Fengming, L. Influence to Expressway Construction by Natural Environmental Conditions in Xinjiang. Technol. Highw. Transp. 2007, 5, 123–126. [Google Scholar]
  38. Ying SH, I.; Yiyong PA, N.; Jingting, W.U. An Analysis of Injury Severities in School Bus Accidents Based on Random Parameter Logit Models. J. Transp. Inf. Saf. 2021, 39, 43–49. [Google Scholar]
Figure 1. Incident occurrence and allocation of response resources in a sparse network.
Figure 1. Incident occurrence and allocation of response resources in a sparse network.
Ijerph 19 10295 g001
Figure 2. Two target PSO algorithm flowcharts for comparison: (a) standard PSO algorithm; and (b) optimized PSO algorithm. The red text box shows the mutation operation introduced in this study.
Figure 2. Two target PSO algorithm flowcharts for comparison: (a) standard PSO algorithm; and (b) optimized PSO algorithm. The red text box shows the mutation operation introduced in this study.
Ijerph 19 10295 g002
Figure 3. Comparison of optimized processes using MATLAB.
Figure 3. Comparison of optimized processes using MATLAB.
Ijerph 19 10295 g003
Figure 4. Regional sparse network in Aksu-Korla.
Figure 4. Regional sparse network in Aksu-Korla.
Ijerph 19 10295 g004
Figure 5. Regional sparse network KK.
Figure 5. Regional sparse network KK.
Ijerph 19 10295 g005
Figure 6. Regional road network showing resource allocation.
Figure 6. Regional road network showing resource allocation.
Ijerph 19 10295 g006
Table 1. Blackspot weights.
Table 1. Blackspot weights.
BlackspotsABCDEFGH
Incident level2.0004.0001.0003.0003.0004.0003.0004.000
Probability0.5000.7500.2501.0000.7501.0001.0000.500
Weight6.0009.0006.0004.0006.0006.0004.00016.000
Uniform weight0.3750.56250.3750.250.3750.3750.2501.000
Table 2. Time weight from maintenance depots and service area to blackspots (average running time, min).
Table 2. Time weight from maintenance depots and service area to blackspots (average running time, min).
Maintenance Depots
NumberABCDEFGH
121323572638611289
236143148466086128
33146152212386441
4869278685924840
Service Area
NumberABCDEFGH
10.131.610.834.22344.659.640.4
23133.221421.227.24239.2
Table 3. Gaussian distribution of resource and response vehicles from 8 blackspots.
Table 3. Gaussian distribution of resource and response vehicles from 8 blackspots.
BlackspotsABCDEFGH
Small recovery vehicleN (2, 1)N (1, 1)N (2, 1)N (1, 1)N (1, 1)N (1, 1)N (1, 1)N (1, 1)
Medium recovery vehicleN (1, 1)N (0, 1)N (1, 1)N (1, 1)N (1, 1)N (0, 1)N (1, 1)N (0, 1)
Large recovery vehicleN (0, 1)N (0, 1)N (1, 1)N (0, 1)N (0, 1)N (0, 1)N (0, 1)N (0, 1)
Tow tractorN (1, 1)N (0, 1)N (1, 1)N (0, 1)N (0, 1)N (0, 1)N (0, 1)N (0, 1)
CraneN (1, 1)N (0, 1)N (1, 1)N (0, 1)N (0, 1)N (0, 1)N (0, 1)N (0, 1)
Fire tuckN (1, 1)N (0, 1)N (1, 1)N (0, 1)N (0, 1)N (0, 1)N (0, 1)N (0, 1)
AmbulanceN (1, 1)N (0, 1)N (2, 1)N (1, 1)N (1, 1)N (0, 1)N (1, 1)N (0, 1)
Table 4. Allocation result of every rescue vehicle (Q = 0.7).
Table 4. Allocation result of every rescue vehicle (Q = 0.7).
Response LocationsRecovery VehicleTow TractorCraneFire TenderAmbulance
SmallMediumLarge
Maintenance depot 622122--
Maintenance depot 1344212--
Maintenance depot 1532111--
Maintenance depot 2122121--
Service area 1-----22
Service area 1-----11
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Zhang, Y.; Hu, Z.; Zhang, M.; Ba, W.; Wang, Y. Emergency Response Resource Allocation in Sparse Network Using Improved Particle Swarm Optimization. Int. J. Environ. Res. Public Health 2022, 19, 10295. https://doi.org/10.3390/ijerph191610295

AMA Style

Zhang Y, Hu Z, Zhang M, Ba W, Wang Y. Emergency Response Resource Allocation in Sparse Network Using Improved Particle Swarm Optimization. International Journal of Environmental Research and Public Health. 2022; 19(16):10295. https://doi.org/10.3390/ijerph191610295

Chicago/Turabian Style

Zhang, Yongqiang, Zhuang Hu, Min Zhang, Wenting Ba, and Ying Wang. 2022. "Emergency Response Resource Allocation in Sparse Network Using Improved Particle Swarm Optimization" International Journal of Environmental Research and Public Health 19, no. 16: 10295. https://doi.org/10.3390/ijerph191610295

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