Custom Bus optimization of docking stations based ... - SAGE Journals

0 downloads 0 Views 518KB Size Report
The Custom Bus has advantages on punctuality, direct arrival, and economic benefits. ... Due to the unscientific docking stations, the Custom Bus is always inef-.
Special Issue Article

Custom Bus optimization of docking stations based on partition path selection

Advances in Mechanical Engineering 2017, Vol. 9(10) 1–6 Ó The Author(s) 2017 DOI: 10.1177/1687814017731544 journals.sagepub.com/home/ade

Wenyong Li1, Ziwei Yu1, Shuo Wei1, Xiayun Lu1, Yuanqing Zhang2 and Tao Wang1

Abstract The Custom Bus has advantages on punctuality, direct arrival, and economic benefits. It has a good effect on attracting passengers from private cars commuting in city. Due to the unscientific docking stations, the Custom Bus is always ineffective. There are little studies about the optimization of docking stations. Based on the reference to minimum cost maximum flow problem, using the chain of minimum cost increase flow and the Dijkstra algorithm, choosing points by 01 planning model, studying the docking forms on multi-origin to multi-destination. Guaranteeing the attendance rate and limited docking stations, to achieve the goals that shortest single path and the highest service rate by arranging the docking stations reasonably. This algorithm has been demonstrated during the process of optimizing Custom Bus docking stations between Guilin’s new and old urban districts. Keywords Custom Bus, optimization of docking stations, minimum cost maximum flow, chain of minimum cost increase flow, Dijkstra algorithm

Date received: 19 September 2016; accepted: 12 July 2017 Handling Editor: Yongjun Shen

Introduction Currently, the rapid growth of private car population and its usage not only lower the use efficiency of resource for public road but also reduce the trip proportion of public transportation. In order to change this situation, and solve the problem of rush hour travel, the extension and application of Custom Bus have arisen. A bus mode which through efficient transportation from point to point for traffic travelers in commuting time gradually rise.1 The Custom Bus determines the docking site according to passenger demand and adopts reasonable wiring to improve travel efficiency. The Custom Bus can travel between residential communities and work areas of the city according to the mode of fixed-point direct, its trip cost between buses and taxis. At present, there are many cities that have begun to put it into operation

such as Beijing, Qingdao, Kunming, Ningbo, and other cities; at the same time, it will be launched subsequently in other cities such as Hangzhou, Tianjin, and Guilin.2 So far, research has been carried out in this field both internally and abroad. K Xu et al.3 and others have analyzed the service elements of customized bus. Z Wang and R Wang4 have combined the actual research to customize the bus through the composite ecological effect evaluation. Meanwhile, M Zhang et al.5 use the

1

School of Architecture and Transportation, Guilin University of Electronic Technology, Guilin, China 2 Jiangxi College of Applied Technology, Ganzhou, China Corresponding author: Tao Wang, School of Architecture and Transportation, Guilin University of Electronic Technology, Guilin 541004, China. Email: [email protected]

Creative Commons CC-BY: This article is distributed under the terms of the Creative Commons Attribution 4.0 License (http://www.creativecommons.org/licenses/by/4.0/) which permits any use, reproduction and distribution of the work without further permission provided the original work is attributed as specified on the SAGE and Open Access pages (https://us.sagepub.com/en-us/nam/ open-access-at-sage).

2

Advances in Mechanical Engineering

ant colony algorithm to build a customized bus route optimization model and solve the problem. L Hu et al.6 used the K-means cluster analysis method and the range cover formula to determine the location and layout of the customized bus station. However, the above model and algorithm cannot solve the problem of customized bus stop optimization all round. Therefore, it is necessary to search for another solution algorithm. The optimized selection of docking stations can maximize the efficiency of Custom Bus, which can be regarded as a way to resolve the network problems of minimum cost maximum flow. In this article, we study the stops form of multi-origin and multi-destination, which can be converted to a network problem of minimum cost maximum flow at condition of certain attendance rate and limited number of stops. The chain of minimum cost increase flow, line selection of Dijkstra algorithm, and 0-1 screening point of programming model were used to realize the goal of shortest singleline route and biggest service rate of Custom Bus.

The optimization model of Custom Bus for docking stations The basic configuration of optimization model for docking stations In reality, the docking stations selection of single line contains multiple origin and destinations. Therefore, the research on the subject is an optimization problem of multi-origin and multi-destination for docking stations of Custom Bus. There are many Oi community of traffic travel, i = 1, 2, ., n. The travel destination are in the traffic region of arrival Dj, i = 1, 2, ., which includes the travel distance dab of Oia to Oib, the travel distance dcd of Djc to Djd, the travel distance dij of Oi to Dj, and travel demand qij.

Constraint condition 1. Restriction of docking stations. The service object of Custom Bus is mainly the crowd that has fixed work period and certain economic strength. Thus, there are multiple terminal stations for the same route, but the dwell time for station should be rather close. In other words, terminal station should be within neighboring regions. At the same time, in order to improve service levels, the number of docking stations for Custom Bus should be in certain restrictions. 2. Seat occupancy restriction. In order to adapt the demand of passenger flow for Custom Bus, it is equipped with a variety of fixed

seating, the seating type includes Si, I = 1, 2, ., n. For the basic profit, the seat occupancy should be above R.

The optimization object 1. Minimum cost goal: the shortest route. Custom Bus for attracting passenger flow mainly refer to the customers of travel by private car, so in the basis of controlling reasonable fares, the travel time is close to the time of car. The shortest path should be distributed for choosing docking stations. 2. The target of maximum flow: the highest rate. The higher service rate can enable users of Custom Bus even more. The each line cultivation of passenger flow laid the foundation to expanding the network of Custom Bus later.

The docking stations of optimization model establishment In highest service rate and user optimum conditions, considering the restriction of docking stations and attendance, mature and large the allocation of passenger flow line is first priority. The planning model of building line is as follows min Ci  fCi (j)g n P m P 1

max S =

max L =

Dj Oi

1

ð2Þ

nm

n m X X 1

ð1Þ

! qij  Dj

 Oi

1

8P m > djC  A > > > 1 > > > > n m P P > > > > < 1 Oi + 1 Dj  B

ð3Þ

L  fR  Si  L  Si g > > > > > 0  Oi  1, 0  Dj  1, as integer > > > > > i = 1, 2, . . . , n, j = 1, 2, . . . , m > > : B  0, as integer, A  0 In the formula, Ci (j) is all possible paths of satisfying the conditions from origin and deformation based on the line Ci, S is the service rate of network for Custom Bus, A is the sum limit of station spacing for the same line, and B is the number limit of stops for the same line.

Li et al.

3

The derived analysis of docking stations optimization about minimum cost maximum flow problem Minimum cost maximum flow problem and algorithm summary Minimum cost maximum flow problem refers to choose the path and assign the flow of path that to achieve the minimum cost of network on the premise of maximum flow.7–13 The chain of minimum cost increase flow refers to meet the minimum cost in the network, and the chain still can increase flow. The minimum cost flow chain shows that the current network is not a minimum cost maximum flow network and still need to increase the minimum cost flow on the chain to achieve maximum flow.14–16 Dijkstra algorithm is a kind of typical most shortcircuit algorithm that uses label principle to achieve the shortest path search. The algorithm is generally used to solve the shortest path problem from a single source point to other endpoint in directed graph. Dijkstra algorithm is basically summarized as starting point as the centers extend to the outer layers, until extended to the end of the problem.17,18

Figure 1. The origin-destination virtual network.

3.

(On , Dm )2C

The principle of docking stations optimization Docking stations optimization about Custom bus can be abstracted as minimum cost maximum flow problem. By the chain of minimum cost increase flow and Dijkstra algorithm to form a minimum cost maximum flow network, screening the routes is cost optimal. After then, 0-1 programming model is established on the routes, on the basis of parameters in each point, detailed screening docking stations optimization about Custom Bus.

network model, according to the distance of origins Oi and destinations Dj group centroid, configuration origins from far and near. And follow the rule for not setting the reverse route to establish network model as shown in Figure 1. The shortest route and highest service rate goal transfer to seek the network’s minimum cost and maximum flow. Though the chain of minimum cost increase flow and the Dijkstra algorithm to find the minimum cost,19,20 in this condition, successive superposition flow until achieve a Pn q , that make maximum flow im 1 P the total din  qim transportation cost d(C) =

4.

achieve minimum in flow. Selecting docking stations in accordance with the shortest route to service passengers as much as possible. According to the chain of increasing flow, detailed layout routes, then meet the condition of the number of docking stations under B and a certain amount of attendance, for seek the optimal plan which own the highest service rate by Simplex method.

Steps of algorithm The key idea about docking stations optimization 1.

2.

OD points of logarithm are simplified by the destination partition. Make the multiple destinations as a destination, while using a virtual origin to absorb all origins, so transfer model as single point network to reduce the network complexity. Divide the destinations Dj for multiple groups and ensure the distance of each destination within the acceptable P range in the group meets the conditions of m 1 djC  A. The group name is Dm; the sum of the demand for its destinations from origin Oi to group Dm is qim. Abstract set of docking stations, calibration impedance between the docking stations. Establishing minimum cost maximum flow

Step 0. Network model set up is shown in Figure 1. Among them, the character above the arrow of point connection and under the origin in brackets means (distance, the number of demand). The character under the initial origin Oi is (0, qim), and the character between Oi and On is (din, 0). Step 1. Make the initial virtual points O0. Specify O0 to Oi the characters of brackets as (0, qim), then use Dijkstra algorithm to calculate the short circuit from O0 to Dm (if there are many short circuits at the same time, then select the most short circuit with more origins) as the chain of increases flow, and along C1 to assign the maximum flow. Step 2. Draw the network after the assignment, at the same time, write down the path of the chain C1

4

Advances in Mechanical Engineering

Figure 2. The schematic diagram of demand point distribution.

which can increase flow and record the increase flow f1. Step 3. Repeat Step 1 and Step 2,P until the P sum of demand which arrive Dm meet the n1 vim = n1 qim , at this time, the network has reached minimum cost and maximum flow. Step 4. According to the chain of increases flow which has been recorded, select docking stations are detailed. Due to the shortest chain of increases flow, the sum of the distances cannot exceed the limit A. The linear programming model which screens docking stations in the chain of increases flow is as follows max L =

n m X X 1 m P

! qij  Dj

 Oi

1

8P n > > Dj  B > Oi + > > 1 < 1 L  fR  Si  L  Si g > > > 0  Oi  1, 0  Dj  1, as integer > > : i = 1, 2, . . . , n, j = 1, 2, . . . , m

ð4Þ

Step 5. Seek the optimal plan on the basis of Simplex method. First of all, screen the set of docking stations included in the C1— fOa jOa  Oi , i = 1, 2, . . . , ng, then output Custom Bus route a, set of docking stations—fO a g and numP q  D ber of passengers in origin Oi— m j. 1 ij

Step 6. The remaining docking stations in C1 continue operate Step 5 until no docking stations are screened out. Step 7. Repeat Step 4, Step 5, and Step 6 until check all the chain of increase flow, then output all routes and parameters of Custom Bus.

Example Selecting the survey data of fixed tourist source demand interval new and old town of Guilin as a case study, making analysis of Custom Bus optimization of docking stations. The data of demand point distribution are shown in Figure 2 and Table 1. Combining with the Wumei Road station D1, Seven Star Park station D2, Donghuan Car Yard station D3, and Exhibition Center station D4 as a group Dm, first calculate the group Dm and then make origindestination relationship network diagram according to the route of actual road diagram, in which brackets is (dij, qij), as shown in Figure 3. Through the chain of minimum cost increase flow, increasing flow gradually, get the chain of increase flow C1 = O0O4Dm, f1 = 93; C2 = O0O2Dm, f2 = 72; C3 = O0O3O4Dm, f2 = 77; C4 = O0O1O2Dm, f2 = 32. Its simplified model of minimum cost maximum flow network diagram is shown in Figure 4. Analyzed the routes about docking stations in detail, and setting the docking stations restriction number B = 4, seat occupancy R = 0.7, vehicle types S1 = 25, S2 = 35, S3 = 50, docking stations screening model is as follows

Li et al.

5

Table 1. Origin-destination travel. Dj

Oi number

Wumei Road Seven Star Park Donghuan Car Yard Exhibition Center

5 6 7 8 qim

Yangtang

Yangtang original and terminal stations

Chuangye Building

Jiaotong Building

1

2

3

4

11 7 5 9 32

18 27 12 15 72

24 20 14 19 77

34 24 15 20 93

Table 2. The scheme of Custom Bus docking stations. Route

Number of get on Point

Get on point passengers

Number of get off point

Get off point passengers

Vehicle types

Every vehicle type number

Seat occupancy

Passengers kilometer

Service rate

a b c d e f

4 4 2 3 3 1

73 20 57 58 19 23

5-6-7 8 5-6-7 5-6-7 8 5-6-7

34-24-15 20 18-27-12 24-20-14 19 11-7-5

S1-S3 S1 S1-S2 S1-S2 S1 S1

1-1 1 1-1 1-1 1 1

0.97 0.80 0.95 0.97 0.76 0.92

1000.1 274 917.7 957 313.5 483

0.91

Figure 4. The minimum cost maximum flow network diagram.

Figure 3. The origin-destination relationship network diagram.

max L =

n m X X 1 m P

boarding point 3, breakout point 8; and the Line f, boarding point 1, breakout point 5-6-7.

! qij  Dj

 Oi

Concluding remarks

1

8P n > > Oi + Dj  B > > > 1 < 1 L  fR  Si  L  Si g > > > 0  Oi  1, 0  Dj  1, as integer > > : i = 1, 2, . . . , n, j = 1, 2, . . . , m

ð5Þ

Calculating this 0-1 planning model by simplex algorithm, the final output of the Custom Bus docking stations is shown in Table 2. From Table 2, the optimal scheme is as follows: open the Line a, boarding point 4, breakout point 5-67; the Line b, boarding point 4, breakout point 8; the Line c, boarding point 2, breakout point 5-6-7; the Line d, boarding point 3, breakout point 5-6-7; the Line e,

Conclusion 1.

2.

In the demand of docking stations which are multi-origin and multi-destination, transforming into minimum cost maximum flow network makes the routes own the shortest running mileage and the highest service rate, so that both of them obtain optimal benefits. Examples certified the efficiency of the improvement of the chain of minimum cost increase flow and Dijkstra algorithm for configuration of Custom Bus routes, which proved the rationality of establishing 0-1 planning model to select docking stations.

6

Advances in Mechanical Engineering

Research prospects 1.

2.

After the diversified Custom Bus opened, with increasing constraints and the rising model complexity, it needs to improve the algorithm for enhancing the accuracy and efficiency. When demand changes, there is a need to research the algorithm of sensitivity analysis for adjusting routes and optimizing docking stations rapidly.

Declaration of conflicting interests The author(s) declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.

Funding The author(s) disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This research was supported by National Natural Science Foundation of China (Nos 51268006 and 51408145) and Guangxi Natural Science Foundation (No. 2014GXNSFBA118255).

References 1. Lu X, Zhang X, Yu J, et al. Research of a comprehensive evaluation method for customized flexible transit system. J Highw Transp Res Dev 2015; 32: 135–140. 2. Cheng L. Study on the line network layout of customized shuttle bus planning of the level analysis method of point, line and plane. J Dalian Jiaotong Univ 2014; 35: 23–26. 3. Xu K, Li J, Feng J, et al. Discussion on subscription bus services. Urban Traffic 2013; 11: 24–27. 4. Wang Z and Wang R. Adaptive management of Beijing urban traffic: a case study of the customized transit bus service. Mod Urban Res 2015; 3: 2–8. 5. Zhang M, Feng S, Lv C, et al. Custom bus routes optimization model and its algorithm. In: 9th China intelligent transportation annual meeting symposium, vol. 11, 2014, p.8. China Intelligent Transportation Association.

6. Hu L, An T, Wang J, et al. The layout of rideshare sites of urban customized shuttle bus. J Xuzhou Inst Technol 2016; 31: 27–32. 7. Zhao L, Bai R and Song C. Labeling algorithm to solve maximum network flow problem. Comput Technol Dev 2012; 22: 94–96. 8. She X. Bi-objective optimization of network min-cost and max-flow based on genetic algorithm. J Jiangsu Univ 2011; 32: 341–345, 358. 9. Zhao L and Tao X. A new algorithm for problem of minimum cost maximum flow. Comput Technol Dev 2014; 24: 130–132. 10. Song C. Several research and analysis base on min-cost max-flow algorithm. Master’s Thesis, Nanjing University of Posts and Telecommunications, Nanjing, China, 2012. 11. Jia Y. Optimization algorithms for some problems of minimum and maximum in transportation network. Master’s Thesis, Nanchang University, Nanjing, China, 2014. 12. She X. Min-cost and max-flow algorithm of network with both node and edge capacity confined. Appl Res Comput 2010; 27: 3112–3114, 3119. 13. Kou W and Cui H. An algorithm for minimum cost in multicommodity flow traffic network with different conveyance costs. J Tongji Univ 2014; 42: 1196–1202, 1210. 14. Tao X. Maximum flow algorithm and applied research. Master’s Thesis, Nanjing University of Posts and Telecommunications, Nanjing, China, 2014. 15. Ren X and Han Z. A generalization of minimum cost flows on linear programming. Exp Sci Technol 2014; 12: 32–34. 16. Hu J. Study on calculating methods of the passenger transport capacity of urban rail transit network. Master’s Thesis, Beijing Jiaotong University, Beijing, China, 2014. 17. Ding H and Chang D. The courier vehicle distribution route optimization based on Dijkstra algorithm. Value Eng 2014; 3: 15–18. 18. Liu C and Deng Q. On the optimal path of emergency decision information system—based on impedance function theory and Dijkstra algorithm. J Catastrophology 2014; 3: 29–30. 19. Li M. Discussion on subscription bus model of social reform in public institution. Transp Enterp Management 2014; 7: 19–20. 20. Lin Q. Custom bus service evaluation index and its model study: a case of Beijing. World Surv Res 2016; 2: 46–49.

Suggest Documents