CN115587657A - Station determining and route optimizing method for night customized bus - Google Patents

Station determining and route optimizing method for night customized bus Download PDF

Info

Publication number
CN115587657A
CN115587657A CN202211282687.3A CN202211282687A CN115587657A CN 115587657 A CN115587657 A CN 115587657A CN 202211282687 A CN202211282687 A CN 202211282687A CN 115587657 A CN115587657 A CN 115587657A
Authority
CN
China
Prior art keywords
passengers
algorithm
cluster
positions
station
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211282687.3A
Other languages
Chinese (zh)
Inventor
邹志云
张协铭
杨应科
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huazhong University of Science and Technology
Original Assignee
Huazhong University of Science and Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huazhong University of Science and Technology filed Critical Huazhong University of Science and Technology
Priority to CN202211282687.3A priority Critical patent/CN115587657A/en
Publication of CN115587657A publication Critical patent/CN115587657A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • G06Q10/047Optimisation of routes or paths, e.g. travelling salesman problem
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/40Business processes related to the transportation industry

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Engineering & Computer Science (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Game Theory and Decision Science (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Development Economics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Traffic Control Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method for determining stations and optimizing lines of a night customized bus, which comprises the following steps: (1) Surveying, determining and recording the position of each destination and the number of passengers; (2) Adopting a DBSCAN algorithm, taking the maximum acceptable walking distance of passengers after getting off the bus as a neighborhood radius parameter, and taking the minimum clustering passenger number as a density threshold value to perform clustering analysis on destination scattered points to obtain a plurality of discrete points and clusters; (3) The discrete points are set as independent stations, and other clusters adopt a K-means algorithm considering the influence of the passenger number weight on the total walking distance to calculate a clustering center; (4) And adjusting the determined stations, and constructing a multi-route dynamic planning model which aims at minimizing the sum of the reserved cost, the running cost and the time cost of the passengers of the customized bus and takes the departure and arrival time windows, the passenger capacity and the like of the passengers as constraints, so as to determine a final route. The invention fully considers the service level of the customized bus, provides a multi-line dynamic planning algorithm which gives consideration to the travel time value cost of passengers and the bus operation cost, and provides reference for a large-scale junction passenger flow evacuation scheme at night.

Description

Station determining and route optimizing method for night customized bus
Technical Field
The invention belongs to the field of planning and management of public transportation and transportation, and particularly relates to a station determining and route optimizing method for customizing buses at night.
Background
The conventional urban traffic network is an integrated network which takes rail transit as a backbone and conventional public transport as a main body and is developed in a coordinated way in various traffic modes, and can better dredge the daytime passenger flow. Compared with a traffic network perfect in the daytime, the pressure of relieving night passenger flow is concentrated on taxies and network taxi appointments, and how to make a large-scale night passenger flow relieving method is a key research problem.
The customized public transport with flexible, fast and economical route has extremely high applicability to the evacuation of passengers aiming at the travel characteristics of large passenger flow, concentrated arrival time and dispersed destinations of the railway at night. However, the current research on the customized public transportation mainly focuses on the aspect of the operation mode of the commuting type customized public transportation, theoretical support for evacuation of large mass traffic arriving in a centralized mode is lacked, the consideration on the total walking distance of passengers in station setting is deficient, and the research on the aspect of balancing the time value cost of the passengers in line optimization is immature. Therefore, how to reasonably and scientifically determine the station, plan the route and ensure the intensification of the travel time of the passengers is still the problem to be solved in the prior art.
Disclosure of Invention
The invention provides a stop determining and route optimizing method for a night customized bus, which can effectively meet the outbound traffic demand of night hub passengers and aims at solving the technical problems that the existing customized bus research lacks theoretical support for the evacuation of intensively arriving large passenger flows, lacks the consideration of the total walking distance of passengers in stop setting, and is immature in research on the balance of time value cost of the passengers in route optimization. The main concerned factors of the invention are passenger destination source position, passenger drop amount distribution and road network conditions, which intuitively show the distribution of the passenger trip starting and ending points and are the basis for determining the site layout. Under the background, the service level of the customized bus is fully considered, based on actual passenger demands, the customized bus stop clustering is carried out by adopting a DBSCAN algorithm and an improved K-means algorithm, and a multi-route dynamic planning algorithm considering both the travel time value cost of passengers and the bus operation cost is provided.
The specific scheme is as follows:
a method for determining stations and optimizing routes of customized buses at night comprises the following steps:
step S1: determining destinations where passengers leave the station in the hub, marking scattered positions of all the destinations on a map, and recording and counting corresponding positions and the number of passengers falling from each destination;
step S2: considering the requirements of special passengers on door-to-door service and the relative positions of destinations, adopting a DBSCAN algorithm which is not influenced by the distribution shape of clustering points as a basic algorithm, carrying out clustering analysis on the destination discrete points, dividing the destination discrete points into a plurality of discrete points and various clusters, and setting the discrete points as independent stations;
and step S3: determining a parameter K value, namely the positions of K clusters and an initial centroid point, according to each cluster class obtained by a DBSCAN algorithm by using a K-means algorithm as a basis, modifying judgment logic of distance clustering in the algorithm, further obtaining a clustering center of each cluster class, and determining the position of each cluster class website;
and step S4: marking all the set site positions, and finely adjusting unreasonable site positions according to actual conditions; after adjustment is finished, based on the established stop positions, a heuristic insertion algorithm is adopted, an initial solution of the route is obtained in a mode of inserting the destination into the route set, then a genetic algorithm is adopted to optimize the initial solution, and the obtained routes and all stops are marked on a map to obtain a final night customized bus route optimization scheme.
Preferably, the specific process of step S1 is:
step S11: marking the scattered positions of all destinations on a map by investigating the positions of all passenger destinations in a hub;
step S12: and recording and counting the positions of all destinations and the number of passengers falling, and sorting the positions and the number of the passengers falling into the destinations to be used as a data set.
Preferably, the specific process of step S2 is:
step S21: taking the maximum acceptable walking distance after passengers get off the bus as a neighborhood radius parameter, taking the maximum acceptable walking distance as a neighborhood radius parameter epsilon in a DBSCAN algorithm, taking the minimum number of clustered passengers as a density threshold parameter Minpts in the DBSCAN algorithm, and dividing destination scattered points into a plurality of discrete points and clusters;
step S22: each discrete point is set as a separate site.
Preferably, the specific process of step S3 is:
step S31: determining the value of a parameter K in a K-means algorithm according to each cluster type obtained by the DBSCAN algorithm, namely K clusters; then, calculating the average value of the position coordinates of each cluster station as the positions of K initial centroid points of a K-means algorithm;
step S32: the judgment logic for changing the distance clustering in the K-means algorithm is to consider the influence of the passenger number weight on the total walking distance so as to minimize the sum D of the walking distances of all the passengers at night, and is represented as:
Figure BDA0003898715420000021
Figure BDA0003898715420000022
in the formula, a h The distance from each point in the cluster to the cluster center; n is h The number of passengers at each point in the cluster is clustered; h is the number of cluster destinations; x is the number of h ,x z Respectively, the abscissa, y, of each point and cluster center in the cluster h ,y z Respectively are the vertical coordinates of each point in the cluster and the cluster center;
step S33: and combining the cluster center of each cluster as a station of each cluster with the discrete point station in the step S22 into a set to be used as a final station set.
Preferably, the specific process of step S4 is:
step S41: with the minimum sum of the customized bus operation cost and the passenger trip cost as a target, establishing a line dynamic planning model:
customized bus operation cost C s
C s =C b N+C f L b (4-1)
Cost per unit time value V of the passenger:
Figure BDA0003898715420000031
passenger total time value cost C generated by customized bus detour p
C p =V×ΔT (4-3)
An objective function:
Figure BDA0003898715420000032
in the formula, C b Is an inherent cost; c f Fuel cost per mileage; l is b The running mileage of the vehicle is taken; n is the number of vehicles; z is the annual income of passengers;
Figure BDA0003898715420000033
the system is used for calculating the reward obtained by using the riding time for overtime work; t is the average value of the effective working time in one year; the delta T is the custom bus detour delay time;
Figure BDA0003898715420000034
the path length of the k-th vehicle between i and j is obtained; delta T j The delay time for the vehicle to reach station j; w j The total number of people getting off at station j; k is a vehicle number, K = {1,2, \8230;, K }; i, j is the number of the vehicle parking station, I, j = {1,2, \8230 =, { I }; k and I are respectively the maximum value of the number of vehicles and the maximum value of the number of stations;
Figure BDA0003898715420000035
is a decision variable;
step S42: establishing constraint conditions according to four aspects of departure time constraint, arrival time constraint, passenger capacity constraint and detour distance constraint of the vehicle:
customizing bus departure time T d
T α +θ≤T d ≤T α +T m (4-5)
Customizing bus arrival time T bi
T ti +θ≤T bi ≤T ti +ΔT (4-6)
Passenger capacity constraint:
Figure BDA0003898715420000041
and (4) constraint of detour distance:
Figure BDA0003898715420000042
in the formula, theta is the average time required for passengers to walk to reach the customized bus departure point; t is m The maximum waiting time that can be tolerated by the passenger; t is α Train arrival time; t is ti The time required for the taxi to directly reach the station i comprises the waiting time of the passenger;
Figure BDA0003898715420000043
the total number of passengers of the kth vehicle;
Figure BDA0003898715420000044
the maximum passenger capacity of the kth vehicle; omega is a nonlinear coefficient;
Figure BDA0003898715420000045
the length of the route of the Kth vehicle between the stations i, j is obtained;
Figure BDA0003898715420000046
the length of the route of the Kth vehicle between the stations r, j is shown;
Figure BDA0003898715420000047
the length of the route of the Kth vehicle between the stations i and r;
step S43: adopting a heuristic insertion algorithm, obtaining an initial solution of the path by inserting the destination into the path set, and then optimizing the initial solution by adopting a genetic algorithm;
step S44: and marking the obtained route and each stop on a map to obtain a final customized bus route optimization scheme.
A stop determining and route optimizing system for customizing buses at night comprises:
a data set sorting module: determining destinations where passengers leave the station in the hub, marking scattered positions of all the destinations on a map, recording and counting corresponding positions of the destinations and the number of passengers falling from each destination, and arranging the positions to be used as a data set;
a cluster analysis module: considering the requirements of special passengers on door-to-door service and the relative positions of destinations, adopting a DBSCAN algorithm which is not influenced by the distribution shape of clustering points as a basic algorithm, carrying out clustering analysis on destination discrete points, dividing the destination discrete points into a plurality of discrete points and clusters, and setting the discrete points as independent stations;
a site determination module: determining a parameter K value, namely the positions of K clusters and an initial centroid point, according to each cluster class obtained by a DBSCAN algorithm by using a K-means algorithm as a basis, modifying judgment logic of distance clustering in the algorithm, further obtaining a clustering center of each cluster class, and determining the position of each cluster class station;
a line optimization module: marking all the set site positions, and finely adjusting unreasonable site positions according to actual conditions; after adjustment is finished, based on the established station positions, a heuristic insertion algorithm is adopted, an initial solution of the paths is obtained in a mode of inserting the destinations into the path set, then a genetic algorithm is adopted to optimize the initial solution, and the obtained lines and stations are marked on a map to obtain a final night customized bus line optimization scheme.
A stop determining and route optimizing system terminal for a night customized bus comprises a memory, a processor and at least one instruction or at least one section of computer program which is stored on the memory and can be loaded and run on the processor, and is characterized in that the processor loads and runs the at least one instruction or the at least one section of computer program to realize the stop determining and route optimizing method for the night customized bus.
A non-transitory computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method for stop determination and route optimization for a night time bus order.
Compared with the prior art, the station determining and route optimizing method for customizing the bus at night has the following beneficial effects:
1) The invention effectively utilizes the demand data to determine the number of the stations, furthest reduces the number of the stations on the basis of meeting the requirement of convenience of passengers in traveling, avoids waste and saves the construction cost;
2) The method is based on two clustering algorithms to analyze special multidimensional data consisting of the scattered point position and the passenger drop of the destination, effectively distinguishes density difference of demand distribution, is reasonable and simple and convenient to calculate, and ensures the scientificity and accuracy of follow-up work.
3) The invention combines DBSCAN algorithm and improved K-means algorithm to carry out customized bus stop clustering; the DBCSCAN algorithm is not affected by scatter shapes and can automatically classify data sets, but does not find centroid points. The K-means algorithm can solve the clustering center, but is greatly influenced by the selection of the initial K value and the initial centroid point. Based on the advantages and the disadvantages of the two algorithms, the invention firstly utilizes the DBCSCAN algorithm to cluster the scattered points of the known destination and divide the scattered points into the discrete points and the clusters, thereby ensuring the accessibility of the discrete points, simultaneously providing reasonable K value and selection of initial centroid points for the next solution of the K-means algorithm clustering center, and greatly improving the accuracy and the rationality of the clustering effect.
4) The method is different from the judgment logic of the distance formula in the traditional K-means algorithm, and modifies the judgment logic into consideration of the influence of the passenger number weight on the total walking distance, so that the sum of all walking distances of passengers at night is minimum and is used as the iteration premise of solving the clustering center, and the time value of the passengers is guaranteed.
5) The model objective function of the invention ensures that the sum of the travel time cost of the passengers is minimum, so that the planning result is influenced by the weight of the number of passengers getting off at different stations. The time value cost of passengers plays a leading role, and the path selection is changed from the shortest path selection scheme to a selection scheme considering the weight of the number of passengers.
6) The invention can select the station site based on the starting and ending point positions of the passengers, simultaneously ensures the accessibility of each discrete point, and gives consideration to the time value cost and the bus operation cost of the passengers, so that the walking distance of the passengers is shortened, and the bus route is optimized. The system has important reference significance for solving the problem of passenger evacuation in railway stations, airports and the like which are lack of matched traffic service systems and have large-batch passenger arrival at night.
Drawings
Fig. 1 is a flow chart of a method for determining stations and optimizing routes for a night-time customized bus according to the present invention.
Fig. 2 is a distribution diagram of each discrete point and each cluster class after clustering by the DBSCAN algorithm.
FIG. 3 is a diagram of the clustering center after the improved K-means algorithm clustering.
Detailed Description
The present invention is further described below in conjunction with the drawings and the embodiments, it is to be understood that the embodiments described below are intended to facilitate the understanding of the present invention and do not have any limiting effect thereon.
Referring to fig. 1, the steps of a specific implementation process and key technologies used by the method are shown, and a method for determining stations and optimizing routes of a customized bus at night comprises the following steps:
step S1: and determining destinations where passengers leave the station in the hub, marking scattered positions of all the destinations on a map, and recording and counting corresponding positions and the number of passengers falling from each destination.
The specific process of the step S1 comprises the following steps:
step S11: marking scattered positions of all destinations on a map by investigating the positions of all passenger destinations in a hub;
step S12: and recording and counting the positions of all destinations and the number of passengers falling, and sorting the data set serving as an algorithm.
Step S2: the method fully considers the requirements of special passengers (such as passengers with large luggage quantity and inconvenient walking) on door-to-door service and the relative positions of destinations, adopts a DBSCAN algorithm which is not influenced by the distribution shape of clustering points as a basic algorithm, performs clustering analysis on the destination discrete points, divides the destination discrete points into a plurality of discrete points and clusters, and sets the discrete points as independent stations. As shown in fig. 2, fig. 2 is a distribution diagram of discrete points and clusters after clustering by the DBSCAN algorithm, that is, clusters known destination discrete points and divides the known destination discrete points into discrete points and clusters.
The specific process of step S2 is:
step S21: dividing destination scattered points into a plurality of discrete points and each cluster type by taking the maximum acceptable walking distance of passengers after getting off the bus as a neighborhood radius parameter epsilon in the DBSCAN algorithm and taking the minimum clustering passenger number as a density threshold parameter Minpts in the DBSCAN algorithm;
step S22: each discrete point is set as a separate station.
And step S3: a K-means algorithm is adopted as a basis, a parameter K value (namely K clusters) and the position of an initial centroid point are determined according to each cluster type solved by a DBSCAN algorithm, then the judgment logic of distance clustering in the algorithm is modified, the clustering center of each cluster type is further solved, and the position of each cluster type station is determined. As shown in fig. 3, fig. 3 is a cluster center diagram after the improved K-means algorithm clustering, that is, a final station diagram obtained by determining a parameter K value and a position of an initial centroid point according to each cluster type obtained by the DBSCAN algorithm and then clustering.
The specific process of the step S3 is as follows:
step S31: and determining the value of the parameter K in the K-means algorithm according to each cluster type obtained by the DBSCAN algorithm, namely K clusters. Then, calculating the average value of the position coordinates of each cluster station as the positions of K initial centroid points of a K-means algorithm;
step S32: the judgment logic for changing the distance clustering in the K-means algorithm is to consider the influence of the passenger number weight on the total walking distance so as to minimize the sum D of the walking distances of all the passengers at night, and is represented as:
Figure BDA0003898715420000071
Figure BDA0003898715420000072
in the formula, a h The distance from each point in the cluster to the cluster center; n is a radical of an alkyl radical h The number of passengers at each point in the cluster is clustered; h is the number of cluster destinations; x is the number of h ,x z The abscissa, y, of each point and cluster center in the cluster h ,y z Respectively are the vertical coordinates of each point in the cluster and the cluster center.
Step S33: and combining the cluster center of each cluster as a station of each cluster with the discrete point station in the step S22 into a set to be used as a final station set.
And step S4: marking all the set site positions, and finely adjusting unreasonable site positions according to actual conditions. After the adjustment is finished, based on the established site position, a heuristic insertion algorithm is adopted, an initial solution of the path is obtained in a mode of inserting the destination into the path set, and then a genetic algorithm is adopted to optimize the initial solution.
The specific process of the step S4 is as follows:
step S41: aiming at minimizing the sum of the customized bus operation cost and the passenger trip cost, establishing a line dynamic planning model: customized bus operation cost C s
C s =C b N+C f L b (4-1)
Cost per unit time value V of the passenger:
Figure BDA0003898715420000073
total passenger time value cost C due to custom bus detour p
C p =V×ΔT (4-3)
An objective function:
Figure BDA0003898715420000074
in the formula, C b Is an inherent cost; c f Fuel cost per mileage; l is b The running mileage of the vehicle is taken; n is the number of vehicles; z is the annual income of passengers;
Figure BDA0003898715420000075
the system is used for calculating the reward obtained by using the riding time for overtime work; t is the average value of the effective working time in one year. The delta T is the custom bus detour delay time;
Figure BDA0003898715420000076
the path length of the k-th vehicle between i and j is obtained; delta T j The delay time for the vehicle to reach station j; w j The total number of people getting off at the station j; k is a vehicle number, K = {1,2, \8230;, K }; i, j is the vehicle stop station number, I, j = {1,2, \8230;, I }; k and I are respectively the maximum value of the number of vehicles and the maximum value of the number of stations;
Figure BDA0003898715420000081
are decision variables.
Step S42: the method comprises the following steps of establishing constraint conditions according to four aspects of departure time constraint, arrival time constraint, passenger capacity constraint and detour distance constraint of a vehicle:
customizing bus departure time T d
T α +θ≤T d ≤T α +T m (4-5)
Customizing bus arrival time T bi
T ti +θ≤T bi ≤T ti +ΔT (4-6)
And (3) passenger capacity constraint:
Figure BDA0003898715420000082
and (3) restricting the detour distance:
Figure BDA0003898715420000083
in the formula, theta is the average time required for passengers to walk to reach a customized bus departure point; t is m The maximum waiting time that can be tolerated by the passenger; t is a unit of α Train arrival time; t is ti The time required for a taxi to directly reach the station i (including the waiting time of passengers);
Figure BDA0003898715420000084
the total number of passengers of the kth vehicle;
Figure BDA0003898715420000085
the maximum passenger capacity of the kth vehicle; omega is a nonlinear coefficient;
Figure BDA0003898715420000086
the length of the route of the Kth vehicle between the stations i, j is obtained;
Figure BDA0003898715420000087
the length of the route of the Kth vehicle between the stations r, j is shown;
Figure BDA0003898715420000088
the length of the route of the Kth vehicle between the stations i and r;
step S43: and (3) obtaining an initial solution of the path by inserting the destination into the path set by adopting a heuristic insertion algorithm, and then optimizing the initial solution by adopting a genetic algorithm.
Step S44: and marking the obtained route and each stop on a map to obtain a final customized bus route optimization scheme.
Compared with the prior art, the method for determining the station and optimizing the route of the night customized bus has the following beneficial effects:
1) According to the invention, the number of stations is determined by effectively utilizing the demand data, so that the number of stations is reduced to the greatest extent on the basis of meeting the requirement of convenience in passenger trip, waste is avoided, and the construction cost is saved;
2) The method is based on two clustering algorithms to analyze special multidimensional data consisting of the scattered point position of the destination and the passenger drop volume, effectively distinguishes density difference of demand distribution, is reasonable and simple and convenient to calculate, and ensures the scientificity and accuracy of follow-up work.
3) The invention adopts DBSCAN algorithm and improved K-means algorithm to carry out customized bus stop clustering; the DBCSCAN algorithm is not affected by scatter shapes and can automatically classify data sets, but does not find centroid points. The K-means algorithm can solve the clustering center, but is greatly influenced by the selection of the initial K value and the initial centroid point. Based on the advantages and the disadvantages of the two algorithms, the invention firstly utilizes the DBCSCAN algorithm to cluster the scattered points of the known destination and divide the scattered points into the discrete points and the clusters, thereby ensuring the accessibility of the discrete points, simultaneously providing reasonable K value and selection of initial centroid points for the next solution of the K-means algorithm clustering center, and greatly improving the accuracy and the rationality of the clustering effect.
4) The method is different from the judgment logic of the distance formula in the traditional K-means algorithm, and modifies the judgment logic into consideration of the influence of the passenger number weight on the total walking distance, so that the sum of all walking distances of passengers at night is minimum and is used as the iteration premise of solving the clustering center, and the time value of the passengers is guaranteed.
5) The model objective function ensures that the sum of travel time cost of passengers is minimum, so that the planning result is influenced by the weight of the number of passengers getting off at different stations. The time value cost of passengers plays a leading role, and the path selection is changed from the shortest path selection scheme to a selection scheme considering the weight of the number of passengers.
6) The invention can select the station based on the starting and ending point positions of the passengers, simultaneously ensures the accessibility of each discrete point, and gives consideration to the time value cost and the bus operation cost of the passengers during traveling, so that the walking distance of the passengers is shortened, and the bus route is optimized. The system has important reference significance for solving the problem of passenger evacuation in railway stations, airports and the like which are lack of matched traffic service systems and have large-batch passenger arrival at night.
It will be apparent to those skilled in the art that various changes and modifications can be made in the embodiments of the invention without departing from the inventive concept of the present application, and these embodiments are intended to be covered by the claims of the present application.

Claims (8)

1. A method for determining stations and optimizing routes of buses customized at night is characterized by comprising the following steps:
step S1: determining destinations where passengers leave the station in the hub, marking scattered positions of all the destinations on a map, and recording and counting corresponding positions and the number of passengers falling from each destination;
step S2: considering the requirements of special passengers on door-to-door service and the relative positions of destinations, adopting a DBSCAN algorithm which is not influenced by the distribution shape of clustering points as a basic algorithm, carrying out clustering analysis on destination discrete points, dividing the destination discrete points into a plurality of discrete points and clusters, and setting the discrete points as independent stations;
and step S3: determining a parameter K value, namely the positions of K clusters and an initial centroid point, according to each cluster class obtained by a DBSCAN algorithm by using a K-means algorithm as a basis, modifying judgment logic of distance clustering in the algorithm, further obtaining a clustering center of each cluster class, and determining the position of each cluster class website;
and step S4: marking all the set site positions, and finely adjusting unreasonable site positions according to actual conditions; after adjustment is finished, based on the established station positions, a heuristic insertion algorithm is adopted, an initial solution of the paths is obtained in a mode of inserting the destinations into the path set, then a genetic algorithm is adopted to optimize the initial solution, and the obtained lines and stations are marked on a map to obtain a final night customized bus line optimization scheme.
2. The method for determining stops and optimizing routes for customized night buses of claim 1,
the specific process of the step S1 is as follows:
step S11: marking scattered positions of all destinations on a map by investigating the positions of all passenger destinations in a hub;
step S12: and recording and counting the positions of all destinations and the number of passengers falling, and sorting the positions and the number of the passengers falling into the destinations to be used as a data set.
3. The method for station determination and route optimization for the customized buses at night according to any one of claims 1-2, wherein the specific process of the step S2 is as follows:
step S21: dividing destination scattered points into a plurality of discrete points and each cluster type by taking the maximum acceptable walking distance of passengers after getting off the bus as a neighborhood radius parameter epsilon in the DBSCAN algorithm and taking the minimum clustering passenger number as a density threshold parameter Minpts in the DBSCAN algorithm;
step S22: each discrete point is set as a separate site.
4. The method for determining stations and optimizing routes for customized buses at night according to claim 3, wherein the specific process of the step S3 is as follows:
step S31: determining the value of a parameter K in a K-means algorithm according to each cluster type obtained by the DBSCAN algorithm, namely K clusters; then, calculating the average value of the position coordinates of each cluster station as the positions of K initial centroid points of a K-means algorithm;
step S32: the judgment logic for changing the distance clustering in the K-means algorithm is to consider the influence of the passenger number weight on the total walking distance so as to minimize the sum D of the walking distances of all the passengers at night, and is represented as:
Figure FDA0003898715410000011
Figure FDA0003898715410000012
in the formula, a h The distance from each point in the cluster to the cluster center; n is h The number of passengers at each point in the cluster is clustered; h is the number of cluster destinations; x is the number of h ,x z Respectively, the abscissa, y, of each point and cluster center in the cluster h ,y z Respectively are the vertical coordinates of each point in the cluster and the cluster center;
step S33: and combining the cluster center of each cluster as a station of each cluster with the discrete point station in the step S22 into a set to be used as a final station set.
5. The method for station determination and route optimization for customized buses at night according to claim 4, wherein the specific process of the step S4 is as follows:
step S41: aiming at minimizing the sum of the customized bus operation cost and the passenger trip cost, establishing a line dynamic planning model:
customized bus operation cost C s
C s =C b N+C f L b (4-1)
Cost per unit time value V of the passenger:
Figure FDA0003898715410000021
total passenger time value cost C due to custom bus detour p
C p =V×ΔT (4-3)
An objective function:
Figure FDA0003898715410000022
in the formula, C b Is an inherent cost; c f Fuel cost per mileage; l is b The running mileage of the vehicle is taken; n is a carThe number of vehicles; z is the annual income of passengers;
Figure FDA0003898715410000023
the system is used for calculating the reward obtained by using the riding time for overtime work; t is the average value of the effective working time in one year; the delta T is the bypass delay time of the customized bus;
Figure FDA0003898715410000024
the path length of the k-th vehicle between i and j is obtained; delta T j The delay time for the vehicle to reach the station j; w j The total number of people getting off at the station j; k is a vehicle number, K = {1,2, \8230;, K }; i, j is the vehicle stop station number, I, j = {1,2, \8230;, I }; k and I are respectively the maximum value of the number of vehicles and the maximum value of the number of stations;
Figure FDA0003898715410000025
is a decision variable;
step S42: establishing constraint conditions according to four aspects of departure time constraint, arrival time constraint, passenger capacity constraint and detour distance constraint of the vehicle:
customizing bus departure time T d
T α +θ≤T d ≤T α +T m (4-5)
Customizing bus arrival time T bi
T ti +θ≤T bi ≤T ti +ΔT (4-6)
And (3) passenger capacity constraint:
Figure FDA0003898715410000031
and (3) restricting the detour distance:
Figure FDA0003898715410000032
in the formula (I), the compound is shown in the specification,theta is the average time required for the passenger to walk to reach the custom bus departure point; t is a unit of m The maximum waiting time that can be tolerated by the passenger; t is a unit of α Train arrival time; t is ti The time required for the taxi to directly reach the station i comprises the time for the passenger to wait for the taxi;
Figure FDA0003898715410000033
the total number of passengers of the kth vehicle;
Figure FDA0003898715410000034
the maximum passenger capacity of the kth vehicle; omega is a nonlinear coefficient;
Figure FDA0003898715410000035
the length of the route of the Kth vehicle between the stations i, j is obtained;
Figure FDA0003898715410000036
the length of the route of the Kth vehicle between the stations r and j is set;
Figure FDA0003898715410000037
the length of the route of the Kth vehicle between the stations i and r;
step S43: adopting a heuristic insertion algorithm, obtaining an initial solution of the path by inserting the destination into the path set, and then optimizing the initial solution by adopting a genetic algorithm;
step S44: marking the obtained route and each stop on a map to obtain a final customized bus route optimization scheme.
6. A stop determination and route optimization system for night customized buses is characterized by comprising:
a data set sorting module: determining destinations where passengers leave the station in the hub, marking scattered positions of all the destinations on a map, recording and counting corresponding positions of the destinations and the number of passengers falling from each destination, and arranging the positions to be used as a data set;
a cluster analysis module: considering the requirements of special passengers on door-to-door service and the relative positions of destinations, adopting a DBSCAN algorithm which is not influenced by the distribution shape of clustering points as a basic algorithm, carrying out clustering analysis on the destination discrete points, dividing the destination discrete points into a plurality of discrete points and various clusters, and setting the discrete points as independent stations;
a site determination module: determining a parameter K value, namely the positions of K clusters and an initial centroid point, according to each cluster class obtained by a DBSCAN algorithm by using a K-means algorithm as a basis, modifying judgment logic of distance clustering in the algorithm, further obtaining a clustering center of each cluster class, and determining the position of each cluster class station;
a line optimization module: marking all the set site positions, and finely adjusting unreasonable site positions according to actual conditions; after adjustment is finished, based on the established station positions, a heuristic insertion algorithm is adopted, an initial solution of the paths is obtained in a mode of inserting the destinations into the path set, then a genetic algorithm is adopted to optimize the initial solution, and the obtained lines and stations are marked on a map to obtain a final night customized bus line optimization scheme.
7. A stop determining and route optimizing system terminal for night customized buses, comprising a memory, a processor and at least one instruction or at least one computer program, wherein the at least one instruction or the at least one computer program is stored in the memory and can be loaded and run on the processor, and the system terminal is characterized in that the processor loads and runs the at least one instruction or the at least one computer program to realize the stop determining and route optimizing method for the night customized buses according to any one of claims 1 to 5.
8. A non-transitory computer-readable storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements a method for determining stations and optimizing routes for night time bus customizations according to any one of claims 1 to 5.
CN202211282687.3A 2022-10-19 2022-10-19 Station determining and route optimizing method for night customized bus Pending CN115587657A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211282687.3A CN115587657A (en) 2022-10-19 2022-10-19 Station determining and route optimizing method for night customized bus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211282687.3A CN115587657A (en) 2022-10-19 2022-10-19 Station determining and route optimizing method for night customized bus

Publications (1)

Publication Number Publication Date
CN115587657A true CN115587657A (en) 2023-01-10

Family

ID=84780472

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211282687.3A Pending CN115587657A (en) 2022-10-19 2022-10-19 Station determining and route optimizing method for night customized bus

Country Status (1)

Country Link
CN (1) CN115587657A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117236473A (en) * 2023-11-10 2023-12-15 华中科技大学 Method and system for distributing paths of passenger co-riding vehicles in junction evacuation scene

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108415975A (en) * 2018-02-08 2018-08-17 淮阴工学院 Taxi hot spot recognition methods based on BDCH-DBSCAN
CN108734129A (en) * 2018-05-21 2018-11-02 上海应用技术大学 mobile phone and vehicle location analysis method and system
CN111582601A (en) * 2020-05-15 2020-08-25 河南科技大学 Bus station site selection method and device
CN113361754A (en) * 2021-05-26 2021-09-07 东南大学 Elastic bus stop layout method based on DBSCAN algorithm
WO2022041262A1 (en) * 2020-08-31 2022-03-03 苏州大成电子科技有限公司 Big data-based method for calculating anchor point of urban rail transit user
CN114358386A (en) * 2021-12-07 2022-04-15 江苏大学 Double-trip-mode ride-sharing site generation method based on reserved trip demand
CN115186049A (en) * 2022-09-06 2022-10-14 深圳市城市交通规划设计研究中心股份有限公司 Intelligent bus alternative station site selection method, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108415975A (en) * 2018-02-08 2018-08-17 淮阴工学院 Taxi hot spot recognition methods based on BDCH-DBSCAN
CN108734129A (en) * 2018-05-21 2018-11-02 上海应用技术大学 mobile phone and vehicle location analysis method and system
CN111582601A (en) * 2020-05-15 2020-08-25 河南科技大学 Bus station site selection method and device
WO2022041262A1 (en) * 2020-08-31 2022-03-03 苏州大成电子科技有限公司 Big data-based method for calculating anchor point of urban rail transit user
CN113361754A (en) * 2021-05-26 2021-09-07 东南大学 Elastic bus stop layout method based on DBSCAN algorithm
CN114358386A (en) * 2021-12-07 2022-04-15 江苏大学 Double-trip-mode ride-sharing site generation method based on reserved trip demand
CN115186049A (en) * 2022-09-06 2022-10-14 深圳市城市交通规划设计研究中心股份有限公司 Intelligent bus alternative station site selection method, electronic equipment and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
于展;: "考虑乘客出行体验的需求响应式公交规划", 交通科技与经济, no. 02 *
姚恩建: "面向铁路夜间乘客疏散的定制公交线路优化", 北京交通大学学报, pages 78 *
屈新怀: "基于聚类数和初始值的K-means算法改进研究", 组合机床与自动化加工技术, pages 41 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117236473A (en) * 2023-11-10 2023-12-15 华中科技大学 Method and system for distributing paths of passenger co-riding vehicles in junction evacuation scene
CN117236473B (en) * 2023-11-10 2024-01-30 华中科技大学 Method and system for distributing paths of passenger co-riding vehicles in junction evacuation scene

Similar Documents

Publication Publication Date Title
CN105865472B (en) A kind of navigation method based on optimum oil consumption
CN112466122B (en) Method and device for generating alternative line set and planning line of public traffic line network
CN107092976B (en) Method for cooperatively optimizing departure intervals of multiple bus routes by multi-objective model
CN107679654B (en) Parking scale pre-estimation control system and implementation method
CN107101643B (en) Car pooling matching method
CN109255972B (en) Optimization method of ground public transport fixed line timetable based on big data
CN108399468A (en) It is a kind of based on vehicle when cost optimization operation Time segments division method
CN110210749B (en) Method for determining throwing amount and throwing position of linked and shared track stations
CN113361754B (en) Elastic bus stop layout method based on DBSCAN algorithm
CN110148297B (en) Parking transfer system using regular bus connection and optimization method
CN116720997A (en) Bus route evaluation system and optimization method based on big data analysis
CN111047858A (en) Method and device for determining OD (origin-destination) of bus passenger flow travel by fusion algorithm
CN106682759B (en) Battery supply system for electric taxi and network optimization method
CN115587657A (en) Station determining and route optimizing method for night customized bus
CN111626469A (en) Fast and slow vehicle driving optimization method for transportation energy promotion
Zwick et al. Impact of service design on urban ridepooling systems
CN108303112A (en) One city package delivery route planning system based on taxi group
CN108197724B (en) Method for calculating efficiency weight and evaluating bus scheme performance in bus complex network
CN113160600B (en) Vehicle scheduling method for urban microcirculation public transportation system
Zhang et al. Efficiency of connected semi-autonomous platooning bus services in high-demand transit corridors
CN112669643A (en) Bus real-time scheduling and signal control method based on double-layer planning
CN117037492A (en) Urban traffic model construction method integrating mobile phone signaling and travel investigation data
CN111680822A (en) Reciprocating type bus evacuation path planning method based on non-fixed route
CN116524705A (en) Inter-city travel vehicle dispatching method and terminal
CN116468219A (en) Method for matching taxi sharing schedule by junction station

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20230110