Microsoft Word - CET--006.docx CHEMICAL ENGINEERING TRANSACTIONS VOL. 59, 2017 A publication of The Italian Association of Chemical Engineering Online at www.aidic.it/cet Guest Editors: Zhuo Yang, Junjie Ba, Jing Pan Copyright © 2017, AIDIC Servizi S.r.l. ISBN 978-88-95608- 49-5; ISSN 2283-9216 Research on Distribution Management Information Platform of Chemical Products based on GIS Wenxin Sun Hebi Polytechnic, Hebi 458030, China sunwxin126@126.com With the development of chemical industry and the continuous improvement of infrastructure, logistics is becoming more and more important in the national economy. The problem of vehicle routing has been widely used in transportation, logistics, vehicles scheduling and industrial production. A reasonable distribution route can improve the efficiency of logistics distribution and reduce the cost. Because of its particularity, the chemical products have higher requirements for the vehicle flow, road condition and total mileage of the delivery route. In this paper, a dynamic particle swarm optimization algorithm is proposed by introducing the dynamic inertia weight coefficient, which balances the global search ability and the local search ability. Firstly, the theory of traditional particle swarm optimization (PSO) is introduced. Secondly, by optimizing the traditional weighting coefficients, we propose a dynamic particle swarm optimization algorithm, which improves the convergence speed effectively. Thirdly, based on the spatial geographic information technology (GIS), the distribution management information platform of chemical products is designed in detail. Finally, the path optimization algorithm proposed in this paper is simulated and verified. The results show that the improved algorithm can quickly and effectively determine the delivery route, which has great application value. 1. Introduction The distribution of chemical products is not only the simple transportation of chemical products, but also needs to be considered comprehensively from the aspects of safety, timeliness and economy. The efficient delivery process of chemical products has become a cross fusion industry integrating internet of things, navigation, positioning, intelligent transportation and other new technologies (Zhou, 2010). As a key problem in the field of logistics and distribution, vehicle scheduling management has been a research hotspot in the field of logistics, and many excellent path scale models and algorithms have been put proposed. Li et al., (1998) sets the evaluation function on the time window constraint, and applies the nearest distance heuristic algorithm to solve the simple vehicle routing problem. Liu et al., (2004) gets a good result by using simulated annealing algorithm on vehicle routing problem with stochastic demand of two models. Yuan et al., (2003) uses neural network algorithm to solve vehicle routing problem, which is proved to be a good method. Bernd et al., (1999) designs a special ant colony transfer strategy for vehicle routing problem, and optimizes the route with 2-Opt algorithm. Gambardella et al., (1999) applies the ant colony algorithm to the vehicle routing problem with time windows, and creatively designs two populations, which are used to optimize the total route length and the total vehicle number. The spatial geographic information technology is an important means in the process of distribution management informatization. Since the management platform based on GIS is mainly input and output in the form of digital map, the operation is intuitive and easy to understand, which can be easily accepted by the users. Many excellent management tools have introduced GIS technology. Li et al., (2010) combines the intelligent optimization algorithm with the GIS spatial analysis technology, which can provide some decision reference for the spatial optimization decision problem. Mi et al., (2015) simulates the optimal layout of land use in computer environment by combining GIS with intelligent optimization algorithm. In this paper, a dynamic particle swarm optimization algorithm is proposed by introducing the dynamic inertia weight coefficient, which balances the global search ability and the local search ability. Firstly, the theory of traditional particle swarm optimization (PSO) is introduced. Secondly, by optimizing the traditional weighting DOI: 10.3303/CET1759096 Please cite this article as: Wenxin Sun, 2017, Research on distribution management information platform of chemical products based on gis, Chemical Engineering Transactions, 59, 571-576 DOI:10.3303/CET1759096 571 coefficients, we propose a dynamic particle swarm optimization algorithm, which improves the convergence speed effectively. Thirdly, based on the spatial geographic information technology (GIS), the distribution management information platform of chemical products is designed in detail. Finally, the path optimization algorithm proposed in this paper is simulated and verified. The results show that the improved algorithm can quickly and effectively determine the delivery route, which has great application value. 2. Basic particle swarm optimization Particle swarm optimization (PSO) is a swarm intelligence algorithm that simulates the flight of a flock of birds. In the algorithm, each particle is considered as a feasible solution of the problem, and the optimal solution of the problem is finally found by tracing the current and the historical particles. In each iteration of the particle swarm, the particle updates itself by tracking individual extremum and global extremum. The flow chart of particle swarm optimization algorithm is as follows. Figure 1: Flow chart of particle swarm optimization algorithm We assume that in a K dimensional space there is a set P, which consisting of m particles. 11 1 1 1 1 i m j jm k ki km p p p P p p p p p        =                  (1) The position of the particle i in the K dimensional space can be expressed as follows. 0 1 2 i i i i ik p p P p p        =          (2) 572 By introducing Pi into the objective function, the fitness of the particle can be obtained. We define that speed of the particle at moment t is as follows. 0 1 2 i i i i ik v v V v v        =          (3) When the particle swarm is iterated every time, the speed of the particle will be updated by the following formula. 1 1 1 2 2( ) ( ) g g g g g g ik ik ak ik bk ikV V r P P r P Pσ σ + = + − + − (4) In the formula, σ1 and σ2 are the acceleration coefficients which are used for initialization. g is the evolutionary generation of the particle swarm. Besides, r1 and r2 are random coefficients. In order to better coordinate the global and local optimization ability of particle swarm, the inertia weighting factor w is introduced. 1 1 1 2 2( ) ( ) g g g g g g ik ik ak ik bk ikV w V r P P r P Pσ σ + = ⋅ + − + − (5) When the particle swarm is iterated every time, the position of particle will be updated by the following formula. 1 1g g g ik ik ikP P V + += + (6) 3. Improved dynamic particle swarm optimization The inertia weight w of the standard particle swarm algorithm is a constant, which is not flexible enough to balance the relationship between global search ability and local search ability of particle swarm. In order to solve the deficiency of particle swarm optimization in path optimization process, we improve the inertia weight w of the basic particle swarm optimization according to the characteristics of multi-objective constrained optimization in the process of logistics distribution. So, a dynamic inertia weight consistent which is consistent with nonlinear variations is proposed as follows. max 0 1 0 1 ( ) n N n w w w w e − = + − ⋅ (7) Where, n is the number of current iteration, and Nmax is the maximum number of iteration. The new dynamic inertia weight coefficient not only keeps the particle diversity, but also prevents the emergence of the local optimum defect. Assume that the distance between customer i and customer j is d(i, j), we can build the following model. 1 1 1 ( ( , ) ( , 0)) sgn( ) V T j j T v v v i j Rou d r r d r T− = = = + ⋅  (8) Where, rj v indicates that the order of customerin the vehicle distribution route is j, and T means the total number of customers to be delivered by vehicle v. If T=0, it means that the vehicle has no task of delivery, the parameter sgn(T) satisfies the following conditions. 1 T 1 sgn( ) 0 T=0 T ≥ =   (9) Thus, the constraint condition of route optimization is as follows. 573 1 2 1 1 3 1 2 1 ( , ) ( , 0) {1, 2, 3 } v v T j j T v v v V j V v v i C C d r r d r L C C C C N φ − = =   =   + ≤   = =        (10) In the above formula, Lv represents the maximum distance which is travelled by the vehicle, and Ci represents the collection of customers which require vehicle v to delivery. In order to ensure the convergence of the algorithm, we use the convergence factor ι as a parameter of the formula and so we can get the new update function. 1 1 1 2 2( ( ) ( )) g g g g g g ik ik ak ik bk ikV w V r P P r P Pγ σ σ + = ⋅ ⋅ + − + − (11) We let θ=σ1+σ2, and the convergence factor γ can be expressed as follows. 2 2 | 2 4 | γ θ θ θ = − − − (12) According to the above formulas, we can get that the logistics distribution not only requires less delivery vehicles, but also requires the shortest delivery path. Therefore, the search of the optimal path is the most key link. 4. Application of GIS in distribution management of chemical products As a technical means, GIS has unique advantages in processing and analyzing complex spatial data. Where, visualization and easy to operate are the biggest highlights. The distribution management platform of chemical products based on GIS is mainly composed of five layers, and they are presentation layer, control layer, model layer, data persistence layer and data layer. The system architecture of distribution management platform is as follows. Figure 2: System architecture of distribution management platform The presentation layer refers to the part that interacts with users, and in the mode of B/S, it means the browser. The presentation layer uses JSP, HTML, JavaScript, and other technologies to answer for the user's various operations and some data analysis. In addition, some map operations are done at the presentation layer. 574 The control layer mainly refers to the processing and forwarding of the user's request, and it also can feedback the analysis result of the system to the user. In the distribution management platform of chemical products, the main business of this layer is realized by Servlet. The model layer encapsulates the data associated with the business logic as well as some methods of processing the data. In the management platform, we use JavaBean reusable components as model layer. The data persistence layer, which is also called the data access layer, is responsible for the operation of data in storage devices, such as data addition, deletion, modification and query. In order to reduce the coupling and improve the cohesion, this layer is subdivided into data operation part and database connection part which realize the further separation of business operation and data access. The Data layer is the part of data storage. In the management platform, it mainly refers to the database part, which is mainly responsible for storing data in the server storage device. The development of cloud service technology has greatly reduced the investment of chemical manufacturers in server hardware facilities and administrators, which makes it easier for the management platform to become popular among chemical manufacturers. 5. Simulation experiment and analysis For the optimization verification of two intelligent algorithms, this paper compares the improved particle swarm optimization algorithm with the standard particle swarm algorithm from the aspects of the optimal path and the convergence speed. The acceleration coefficient of standard particle swarm algorithm is set as follows. 1 2 1.5σ σ= = (13) And the inertia weight coefficient is set to 0.4. A.Comparison of search paths in the same environment Through the simulation results in figure 3, we can get that the path of the improved particle swarm optimization is{(0,0),(1,1),(2,3),(3,4),(4,5),(5,7),(6,7),(7,8),(8,10),(9,11),(10,12),(11,12),(12,12),(13,13),(14,14),(15,15)}. The fitness value of global optimal path is 26. While the fitness value of the standard particle swarm optimization is 27 and set {(0,0),(1,1),(2,3),(3,4),(4,7),(5,7),(6,7),(7,7),(8,8),(9,8),(10,8),(11,8),(12,10),(13,13), (14,14), (15,15)} represents the path of the standard particle swarm algorithm. Although the standard particle swarm algorithm performs better in local path planning, the improved particle swarm algorithm performs better in global path. Figure 3: The comparison diagram of global optimal paths B.Comparison of convergence rates in the same environment Figure 4 shows the convergence process of the optimal solution generated by the improved particle swarm algorithm and the standard particle swarm algorithm. By comparison, it can be seen that the two algorithms can reach the local optimal solution quickly. However, as the number of iterations increases, the standard particle swarm algorithm does not jump out of the local optimum. Meanwhile, the improved particle swarm algorithm finds a better solution of 26 when the number of iterations reaches 190. Therefore, the improved particle swarm optimization algorithm is much better than the standard particle swarm algorithm in overcoming the local optimum. Through simulation experiment, we can get that the improved dynamic particle swarm algorithm has faster search performance and better planning ability than the standard particle swarm optimization algorithm. What 575 is more, the new algorithm also performs well in terms of convergence speed. Corresponding to the particularity of chemical products in transportation process, the improved particle swarm optimization algorithm can help enterprises achieve safe and efficient delivery in the process of chemical product distribution. Figure 4. The contrast diagram of the convergence process 6. Conclusion As a result of the introduction of GIS, the distribution management information platform of chemical products based not only realizes the real-time monitoring of chemical products logistics distribution, but also provides efficient path planning capabilities for transportation vehicles. In spite of this, this paper does not take into account the weather, altitude and other factors in the transportation of chemical products, which affects the accuracy of the algorithm to some extent. In the future, it is believed that better algorithms and models will be used in the distribution management of chemical products. Acknowledgment This paper is supported by the key scientific research projects plan of Henan higher education (Project title: Research on Large Scale Heterogeneous Cloud Computing Resource Scheduling Platform Based on Artificial Fish Swarm Algorithm; Project No. 13B520108) References Bullnheimer B., Hartl R.F., Struss C., 1999, An Improved Ant System Algorithm for the Vehicle Routing Problem. Annals of Operations Research, 89(8), 319-328. Gambardella L.M., Taillard E., Agazzi G., 1999, MACS-VRPTW: A Multiple Ant Colony System for Vehicle Routing Problems with Time Windows. London, U.K: McGraw-Hill, 63-76. Li D.W., Wang L., Wang M.G., 1998, A Heuristic Algorithm for Vehicle Routing Problem with Time Window Constraints. Systems engineering, 16(88), 21-26 Li X., Chen Y.M., Liu X.P., 2010, Concepts, methodologies, and tools of an integrated geographical simulation and optimization system. International Journal of Geographical Information Science, 25(4), 633-639 Liu H., Qian X.Y., Li S.Z., 2004, An Algorithm for Stochastic Demand VRP. Journal of Nanjing Architectural and Civil Engineering Institute, 26(5), 9-12 Mi N., Hou J.W., Mi W.H., 2015, Optimal spatial land-use allocation for limited development ecological zones based on the geographic information system and a genetic ant colony algorithm. International Journal of Geographical Information Science, 29(12), 2175-2192 Yuan J., Liu J., 2003, Hopfield neural network method of VRP for stochastic demand case. Journal of Nanjing University of Aeronautics & Astronautics, 32(5), 579-585 Zhou Y.X., 2010, The Design and Implementation of Petrochemical Products Distribution Monitoring System. Shang Hai: Shanghai Jiao Tong University, 12-16 576