CN107239883A - A kind of dispatching method of Car sharing vehicle - Google Patents
A kind of dispatching method of Car sharing vehicle Download PDFInfo
- Publication number
- CN107239883A CN107239883A CN201710333494.9A CN201710333494A CN107239883A CN 107239883 A CN107239883 A CN 107239883A CN 201710333494 A CN201710333494 A CN 201710333494A CN 107239883 A CN107239883 A CN 107239883A
- Authority
- CN
- China
- Prior art keywords
- station
- mrow
- msub
- scheduling
- constraint
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 48
- 238000005457 optimization Methods 0.000 claims abstract description 27
- 230000008901 benefit Effects 0.000 abstract description 4
- 238000004364 calculation method Methods 0.000 description 7
- 238000004422 calculation algorithm Methods 0.000 description 4
- 230000008859 change Effects 0.000 description 4
- 230000008569 process Effects 0.000 description 3
- 230000003068 static effect Effects 0.000 description 3
- 238000013459 approach Methods 0.000 description 2
- 238000000354 decomposition reaction Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- NAWXUBYGYWOOIX-SFHVURJKSA-N (2s)-2-[[4-[2-(2,4-diaminoquinazolin-6-yl)ethyl]benzoyl]amino]-4-methylidenepentanedioic acid Chemical compound C1=CC2=NC(N)=NC(N)=C2C=C1CCC1=CC=C(C(=O)N[C@@H](CC(=C)C(O)=O)C(O)=O)C=C1 NAWXUBYGYWOOIX-SFHVURJKSA-N 0.000 description 1
- 230000002159 abnormal effect Effects 0.000 description 1
- 230000004888 barrier function Effects 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 230000007774 longterm Effects 0.000 description 1
- 238000012821 model calculation Methods 0.000 description 1
- 238000013439 planning Methods 0.000 description 1
- 238000012913 prioritisation Methods 0.000 description 1
- 238000005295 random walk Methods 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
- G06Q10/063—Operations research, analysis or management
- G06Q10/0631—Resource planning, allocation, distributing or scheduling for enterprises or organisations
- G06Q10/06312—Adjustment or analysis of established resource schedule, e.g. resource or task levelling, or dynamic rescheduling
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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
- G06Q30/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
- G06Q30/0645—Rental transactions; Leasing transactions
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02T—CLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
- Y02T10/00—Road transport of goods or passengers
- Y02T10/10—Internal combustion engine [ICE] based vehicles
- Y02T10/40—Engine management systems
Landscapes
- Business, Economics & Management (AREA)
- Human Resources & Organizations (AREA)
- Engineering & Computer Science (AREA)
- Strategic Management (AREA)
- Accounting & Taxation (AREA)
- Economics (AREA)
- Marketing (AREA)
- Entrepreneurship & Innovation (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Development Economics (AREA)
- Theoretical Computer Science (AREA)
- Finance (AREA)
- Physics & Mathematics (AREA)
- Educational Administration (AREA)
- Game Theory and Decision Science (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The present invention relates to a kind of dispatching method of Car sharing vehicle, comprise the following steps:1) data setting website failure probability is dispatched according to the history of each website and obtains corresponding threshold value;2) the minimum object function as scheduling model of the difference of the vehicle number of each website and threshold value using after the completion of scheduling, and constraints and preferential setting are set up, scheduling model is set up, and for needing the event of re-optimization to carry out the reset of threshold value;3) scheduling model solve and obtain corresponding scheduling strategy.Compared with prior art, the present invention has the advantages that model hypothesis, parameter are less, demarcation is simple, scientific and effective, Optimized model target is reasonable, realizing convenient, solution, rapid, model constraints meets actual requirement.
Description
Technical Field
The invention relates to the field of vehicle allocation of an automobile sharing system, in particular to a scheduling method of vehicles of the automobile sharing system.
Background
The existing vehicle sharing system vehicle dispatching method mainly comprises an artificial experience judgment method, a static linear programming method and a dynamic random programming method:
1. (threshold-based) artificial experience judgment method
Setting upper and lower thresholds for the number of vehicles at the station according to experience; comparing the current vehicle number with a threshold value to obtain a dispatching requirement; and then the staff judges by themselves to obtain a scheduling scheme.
The disadvantages are as follows: the threshold value setting has no scientific basis; scheduling scheme generation is not optimized.
2. Static linear programming method (based on threshold value and taking minimum cost as target)
Setting upper and lower thresholds for the number of vehicles at the station; scheduling cost between additional sites; and solving the vehicle allocation scheme by utilizing linear programming with the aim of minimum cost.
The disadvantages are as follows: the threshold value setting has no scientific basis; vehicle scheduling is a daily short-term decision; factors related to the scheduling cost, such as the number of employees, are fixed and invariable factors in a short period; so costs are not justified as a target; static models cannot cope with dynamic changes of the system.
3. (reliability-based) dynamic stochastic programming method
Factors such as user requirements and service time are used as random variables, reliability indexes are introduced, and a vehicle allocation scheme is dynamically optimized and solved.
The disadvantages are as follows: in the use of the model, parameter calibration is complex, the requirement on data volume is high, and the problem of data sparsity is easy to exist; stochastic programming solves the problem.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides the dispatching method of the automobile sharing system vehicle, which has the advantages of less model hypothesis, fewer parameters, simple calibration, scientificity and effectiveness, reasonable model optimization target, convenient realization, quick solution and model constraint condition according with the practical requirement.
A scheduling method of vehicles of an automobile sharing system comprises the following steps:
1) setting station failure probability according to historical scheduling data of each station and acquiring a corresponding threshold;
2) taking the minimum difference between the number of vehicles at each station after scheduling and the threshold as an objective function of a scheduling model, establishing constraint conditions and priority setting, establishing the scheduling model, and resetting the threshold for the event needing to be re-optimized;
3) and solving the scheduling model to obtain a corresponding scheduling strategy.
In step 2), the objective function of the scheduling model is as follows:
wherein x isijα for the number of vehicles to be dispatched between the station requiring to dispatch vehicles to the station j requiring to dispatch vehicles within the optimization period Ti、αjTo add coefficients to the priority, IexcessTo call out a set of stations for vehicles, IshortageTo call in a collection of stations for a vehicle.
In the step 2), the priority setting includes site priority and state priority, the site priority is represented by setting a priority additional coefficient, and the state priority is set such that the priority of a station with a full station is higher than that of a station with an empty station.
In the step 2), the constraint conditions include a scheduling amount upper limit constraint, an employee trip chain length constraint, a cruising constraint, a node conservation constraint, a single scheduling distance limit constraint and a feasibility constraint.
The upper limit of the scheduling amount is restricted to the scheduling task number, the number of the scheduled vehicles of each station is ensured to be not more than the vehicles actually required to be scheduled, namely not more than the scheduling requirement, and the expression is as follows:
wherein VehiThe current number of vehicles for station i,for the upper threshold of station i,is the lower threshold for station i.
The length constraint of the employee trip chain is as follows:
wherein,for the scheduling task vector of stations i to j,is Euclidean space RnBase vector of, DistijDistance between station i and station j, V is the speed of travel, TLkIs the practical travel length limit value of the employee K, K is the employee number set,the kth dimension of the scheduling task vector for sites i through j, i.e., the number of times the kth worker goes from site i to site j.
The endurance constraint is as follows:
wherein,andrespectively the 1 st maximum driving range and the 2 nd maximum driving range in the vehicle at the station i,is composed ofKth of (1)1The number of the dimensions is one,is composed ofKth of (1)2The number of the dimensions is one,for site i to site j1The distance between the two or more of the two or more,respectively site i to site j2The first formula shows that the distance of any employee from the station i to the scheduled task at any station is less than the maximum value of the range of the vehicle at the station i. The second formula shows that any two employees from station i, going to any station (i.e. to any j)1,j2∈I,k1,k2∈ K), less than the sum of the two largest values of range of the vehicle at station i
The node conservation constraint is as follows:
wherein,and (4) status identification for judging whether the employee k is at the station i.
The single scheduling distance limit constraint is as follows:
wherein DistmaxThe maximum distance limit for a single scheduling task.
The feasibility constraints are:
wherein Fasbij(k) Adding feasibility constraints to site i through j employee k.
The purpose of the invention can be realized by the following technical scheme:
compared with the prior art, the invention has the following advantages:
firstly, model hypothesis, less parameters and simple calibration
Only two assumptions (X) are involved in this wear protectionnRandomness of (c) and stability of parameter p), three parameters (optimization period T, full load control probability Prob)uAnd the idle control probability Probl) (ii) a The verification of hypothesis and the calibration of parameters are convenient for the actual system.
Secondly, the science and the effectiveness
In the invention, the concept of 'threshold value' is strictly defined, and a scientific calculation method is provided, so that the non-tightness in the past experience method is eliminated.
Thirdly, optimizing the model target to be reasonable
The optimization in the aspect aims to recover the stations in the network as normal as possible under the condition that long-term factors such as the number of workers are fixed; compared with other methods, the method has the advantage that the system cost is optimized, and the method is more reasonable.
Fourthly, the realization is convenient, the solution is rapid
The target and the constraint of the optimization model are in a linear form, so that the optimization model can be conveniently realized by software, and the linear form model is quickly solved to meet the actual requirement.
Fifthly, the model constraint conditions meet the practical requirements
In the optimization model, the influence of the characteristics of the electric automobile on the generation of the scheduling scheme is considered; the length constraint of the travel chain and the constraint of the battery endurance mileage are particularly considered; for this purpose, special linear methods, namely a vector optimization method and a linear decomposition method, are proposed.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
FIG. 2 is a data flow diagram of the method of the present invention.
Fig. 3 is a schematic diagram of a scheduling scheme in an embodiment.
Detailed Description
The invention is described in detail below with reference to the figures and specific embodiments.
Examples
As shown in FIG. 1, the process of the present invention is as follows:
1) simulating the change of the station state by using a Random Walk Model with Barriers, and calibrating parameters by using historical order data to further calculate the station failure probability;
2) defining a threshold value by the failure probability, and obtaining the scheduling requirement of the station vehicle (the method is called a failure probability control method) in the process;
3) comparing the current state of the station with a threshold value to obtain the scheduling requirement of each station;
4) optimizing and solving a vehicle scheduling scheme and a personnel task allocation scheme by utilizing a network flow model; the aim is to ensure that as many stations in the network as possible work normally under the condition of limited resources;
5) and (4) dynamically operating the scheduling model, terminating the current scheduling task when the system state is changed, and optimizing according to the steps.
As shown in FIG. 2, the data flow of the method of the present invention includes the calculation of scheduling requirements, the generation of scheduling schemes and the parameter calibration.
1) Scheduling demand calculation
Upper (lower) threshold ThrdU(ThrdL): defined as the upper (lower) limit of the number of vehicles that the station should hold, so that the probability of the station being full (empty) is less than a given value Probu(Probl) (ii) a And the maximum (small) value satisfying the condition is shown in the formulas (1) and (2). p is a radical ofzAnd q iszRespectively representing the probability of full and empty failure of a station within the optimization period T. ProbuThe station full load control probability is obtained; problThe probability of controlling the station vacancy is a set parameter.
Scheduling requirement Need: the difference between the current vehicle number Veh and the threshold Thrd at the station is shown in formula (3). When the number of vehicles at the station is higher than the upper threshold, Need is the number of vehicles at the station minus the upper threshold, and then Need is greater than zero, which indicates that the vehicles Need to be called out; when the number of vehicles at the station is lower than the lower threshold, Need is the number of vehicles at the station minus the lower threshold, and Need is less than zero at this time, indicating that the vehicles Need to be called.
And taking or returning the station as an event. By XnIndicating the nth event of the site. When the nth event is returning, XnTaking the value + 1; when the nth event is a car borrowing, XnThe value is-1, see formula (5). Let XnThe probability of taking the value +1 is p, and the probability of taking the value-1 is q ═ 1-p. p is the model parameter that needs to be calibrated with the historical order.
p{Xn=+1}=p,p{Xn=-1}=1-p (5)
A random loitering model is used to calculate the probability. Let N be the number of expected events within the optimization period T, i.e., the number of steps (epochs) in the random loitering model. Where v is usedz,nAnd uz,nRespectively representing the probability of full and empty failures occurring at the station just at step n. p is a radical ofz、qzAnd uz,nSee equations (6) to (7); by replacing the positions of p and q in the formula (7) with z by (a-z), the formula (8) is obtained, and v is obtainedz,nThe value of (c).
2) Scheduling scheme generation
Optimization variable, x, of the present algorithmijAll dispatchers between sites i to j are representedThe total driving times in the optimized period T, when I belongs to the station needing to call out the vehicle (I ∈ I)excess) And j needs to call the station of the vehicle (j ∈ I)shortage) Then xijRepresenting the total number of scheduled actions between stations i to j, i.e. the total number of vehicles scheduled. X in addition to thisijThe travel path for the dispatcher to complete the dispatch is represented. By VehiRepresenting the number of vehicles at station i at the start of the optimization cycle.
The objective function is to meet the scheduling requirements of all stations as much as possible, that is, to minimize the difference between the number of vehicles and the threshold value of each station after scheduling is completed. When station i is a station requiring a vehicle to be called out,representing the total number of vehicles called out from i;representing the difference between the number of vehicles at the station and the upper threshold value after the task is finished. The value of index j is taken together with I in summationshortage(number set of stations to which vehicles are to be tuned) because the scheduling model in this section uses Inventory-balancing (Inventory-balancing) scheduling policies. The calculation is similarly performed for the station that needs to call in the vehicle. Summing all stations yields the total difference between the number of vehicles at all stations and the threshold, see equation (9).
The constant term in (9) is removed, the optimization result is not influenced, and a more concise form is obtained as shown in formula (10). The influence of the threshold is reflected in the judgment of the calling-out required ("outside") and calling-in required ("short") sites, and the "upper limit constraint of the scheduling amount" mentioned below.
For an actual system, generally, the sum of scheduling tasks of all sites is too large to be completed; it needs to be determined which scheduling tasks have priority; two priority settings are given here:
i) site prioritization
If some stations are deemed to be more important and need priority to ensure normal status, priority may be given, for example, to some important transportation hub stations or stations with significant marketing significanceiThe method is realized by the formulas (9) and (10).
ii) state priority
The user can not return the vehicle after the station is fully loaded, or the vehicle can not be charged after the station is returned, so that the station is generally considered to be more serious than the station is empty. Attempts to give different priority to full and empty fail control have been made where two more approaches are possible. One is to control the probability Prob of full load of the stationuSetting ground ratio station vacancy control probability ProblLower, i.e., less probability of allowing a site to be fully loaded. Alternatively, a person may be required to have to be sent to address the scheduling needs of a fully loaded site, see equation (11).
Six types of constraints are listed in the scheme generation model, see i) -iv).
i) Upper bound of scheduling amount
The number of scheduling tasks should ensure that no more vehicles per station are scheduled than actually needed, i.e., no more scheduling needs. As shown in equations (12) and (13), the left side of the No. greater than or equal to is the number of vehicles at the scheduled station, and the right side is the threshold value of the station.
ii) employee travel chain length constraints
Typically, a dispatcher will start from a dispatch center, work a shift (e.g., 4 hours), and then return to the dispatch center to rest or change shifts. The time from the current moment to the end of the shift, that is, the available time of the dispatcher k, is recorded as TLk. The algorithm provides a method for constraining the length of the scheduling staff travel chain, and ensures that the constraint is in a linear form (the method is called as a vector optimization method).
The set-up is started in the optimization cycle and has K employees. Each x isijThe variable is 'split' into a sum of K variable values, using a K-dimensional vectorAnd (4) showing.The k dimension of (i.e. theThe number of vehicles dispatched by the kth employee from station i to station j is indicated. Under this representation approach, the "tracking" of the paths that implement the individual dispatch personnel can be achieved. Are clearly defined by the definition.Is equal toNamely, formula (14).Representing the station i to station j travel time.The time length of the k-th worker for executing the task from the station i to the station j is represented; if employee k does not pass through the ij road segment, i.e.The corresponding k-th dimension component is zero. Summing i and j then we get the total path length the kth employee has taken in the network. The length needs to be less than or equal to the available time TL of the employeekSee equation (15). Considering that the number of employees in a real-world system is generally small, a constraint (16) can be added, so that the same employee cannot execute more than one task at a pair of sites in an optimization period, and the model becomes a 0-1 planning model; this allows the model to be solved more quickly. Of course, this constraint may not be used, but only requiredTaking integers, the general integer programming model is obtained.
iii) endurance constraints
When the electric automobile system generates a scheduling scheme, endurance constraint is required to be added to ensure that the generated scheduling task is practical and feasible; ensuring that a situation in which the vehicle is dispatched to half without power does not occur. This requires that the distance of the nth farthest dispatched task at station i is less than the nth largest cruising power of the vehicles at that stationThese conditions are non-linear. The algorithm adopts a group of linear substitutes, and is called as a linear decomposition method. The nth group of constraints requires that the sum of n tasks with the largest station distance is smaller than the sum of the largest n endurance electric quantities. It is to be noted that these conditions are necessarily insufficient conditions; the condition is mainly adopted to solve more rapidly and basically meet the actual requirement. The nth group of constraints actually comprisesAnd (4) constraint. If all the cases are to be considered, then there will be 2nAnd (4) a condition. To avoid an exponential increase in the number of conditions in this set of conditions, it may be simplified to consider only the first few sets of conditions. Generally, scheduling tasks between the same pair of stations are not too many, and only the first two groups or the first three groups of conditions can be considered; this simplification is practical. The case where only the first two sets of conditions are considered includes equations (17) and (18). If a constant is added in the condition, a certain amount of electric quantity remaining after the vehicle is adjusted to a target station can be additionally required; to ensure that the vehicle can be used immediately. It should be noted here that, for simplicity, the charging process of the vehicle in the optimization cycle is omitted in the present model. The vehicle range takes the value at the beginning of the optimization cycle and is constant throughout the optimization cycle.
iv) node conservation constraints
This set of constraints is used to ensure that employees do not "die" from the network. Under the new vector representation method, workers are required to keep conservation at each site and each dimension", see formula (19); i.e., i and k need to be taken through the number set.Indicating the number of entries to the site from other sites.Indicating the number of departures from that site to other sites.
v) single scheduling distance limits
This group constraint is used to avoid some too far distance scheduling. Scheduling over long distances consumes a lot of time and manpower, and in practice, such scheduling is often avoided, which is a limit often added by system operators, see equation (20). DistmaxAnd (4) a parameter set by the operator, namely an upper limit.
vi) feasibility constraints
The set of constraints is expressed inAdditional constraints. To implement a "vehicle number balance" scheduling strategy, such constraints need to be added, requiring that, in addition to the following station OD pairs, the fasts between other station OD pairsij(k) Zero, i.e., no dispatcher is allowed to pass.
Departure Link (Staff department link): connecting an OD pair between a dispatching center from a dispatcher and a site needing to be dispatched (the dispatcher performs a first task before);
scheduling links (I ∈ I) connecting sites needing to be calledexcess) And the site to be called (j ∈ I)shortage) OD pair in between (dispatcher performs one task);
non-scheduling links (Staff rebalaning links) connection needs to be called in (I ∈ I)shortage) And the site needing to be called out (j ∈ I)excess) OD pairs in between (the dispatcher is on the road to drive to the next stop to be called);
return links (Staff returning links): connecting the site to which the call is to be made and the dispatch center (the dispatcher returns to the dispatch center).
And solving the network flow model by adopting an integer programming model. The generated scheduling scheme trip chain is shown in fig. 3.
In order to make the model responsive to real-time changes in the system state, a dynamically optimized scrolling method is employed. The events that need to trigger re-optimization are indicated below. In addition to those listed below, the scheduling algorithm may be recalled immediately if there are actually other reasons to re-optimize.
i) The station state is abnormal, such as full load and empty of the station;
ii) the set optimization period ends;
iii) the total change in system status (as measured by total change in vehicle inventory level at the station) reaches a specified value;
iv) employee status changes (e.g., employee shift, new employee addition).
When re-optimizing, the new optimization cycle threshold calculation can have two methods: firstly, performing on-line (on-line) calculation, calling historical order data according to a re-optimization starting time point, and performing model calculation; the method is long in time consumption and not recommended without the support of a high-performance computer; another method is off-line (off-line) calculation; and calculating the threshold corresponding to the T length optimization period started at each time point at intervals of about 30 min.
The meanings of the symbols referred to in the above brief description of the principles are shown in table 1.
TABLE 1 symbology Table
3) Parameter calibration
The setting of the optimization period T should be such that the parameter p is stable during this period, i.e. the assumption of the scheduling requirement generation model holds. The length of T is chosen such that the multi-day sample data for parameter p obeys a normal distribution, and can be estimated using the sample mean. For practical systems, T should generally not be set to less than 2 hours. It is recommended herein that T be set between 3 and 6 hours.
ProbuAnd ProblThe lower the setting, the lower the probability of a site failure is indicated to be allowed, the higher the scheduling requirement. If the setting is too low, scheduling requirements are generated that are not actually possible to accomplish. Too high a setting may result in wasted labor. Analysis gives ProbuAnd ProblThe reasonable value range is 0.3-0.7.
Claims (10)
1. A method for dispatching vehicles of an automobile sharing system is characterized by comprising the following steps:
1) setting station failure probability according to historical scheduling data of each station and acquiring a corresponding threshold;
2) taking the minimum difference between the number of vehicles at each station after scheduling and the threshold as an objective function of a scheduling model, establishing constraint conditions and priority setting, establishing the scheduling model, and resetting the threshold for the event needing to be re-optimized;
3) and solving the scheduling model to obtain a corresponding scheduling strategy.
2. The method as claimed in claim 1, wherein in the step 2), the objective function of the scheduling model is:
<mrow> <mi>min</mi> <mo>{</mo> <munder> <munder> <mo>&Sigma;</mo> <mrow> <mi>i</mi> <mo>&Element;</mo> <msub> <mi>I</mi> <mrow> <mi>e</mi> <mi>x</mi> <mi>c</mi> <mi>e</mi> <mi>s</mi> <mi>s</mi> </mrow> </msub> </mrow> </munder> <mrow> <mi>j</mi> <mo>&Element;</mo> <msub> <mi>I</mi> <mrow> <mi>s</mi> <mi>h</mi> <mi>o</mi> <mi>r</mi> <mi>t</mi> <mi>a</mi> <mi>g</mi> <mi>e</mi> </mrow> </msub> </mrow> </munder> <mrow> <mo>(</mo> <msub> <mi>&alpha;</mi> <mi>i</mi> </msub> <mo>+</mo> <msub> <mi>&alpha;</mi> <mi>j</mi> </msub> <mo>)</mo> </mrow> <msub> <mi>x</mi> <mrow> <mi>i</mi> <mi>j</mi> </mrow> </msub> <mo>}</mo> </mrow>
wherein x isijα for the number of dispatched vehicles between station i requiring to dispatch a vehicle to station j requiring to dispatch a vehicle within the optimization period Ti、αjTo add coefficients to the priority, IexcessTo call out a set of stations for vehicles, IshortageTo call in a collection of stations for a vehicle.
3. The dispatching method of vehicle sharing system as claimed in claim 2, wherein in step 2), the priority setting includes a station priority and a status priority, wherein the station priority indicates the priority of the station by setting a priority addition coefficient, and wherein the status priority sets the priority of the station with a full station higher than the priority of the station with an empty station.
4. The method according to claim 2, wherein in the step 2), the constraint conditions include a scheduling amount upper limit constraint, an employee trip chain length constraint, a cruising constraint, a node conservation constraint, a single scheduling distance limit constraint and a feasibility constraint.
5. The method as claimed in claim 4, wherein the upper limit of the scheduling amount is constrained to ensure that the number of scheduled vehicles at each station is not more than the number of vehicles actually required to be scheduled, that is, not more than the scheduling requirement, and the expression is:
<mrow> <msub> <mi>Veh</mi> <mi>i</mi> </msub> <mo>-</mo> <munder> <mo>&Sigma;</mo> <mi>j</mi> </munder> <msub> <mi>x</mi> <mrow> <mi>i</mi> <mi>j</mi> </mrow> </msub> <mo>&GreaterEqual;</mo> <msubsup> <mi>Thrd</mi> <mi>i</mi> <mi>U</mi> </msubsup> <mo>,</mo> <mi>f</mi> <mi>o</mi> <mi>r</mi> <mi> </mi> <mi>e</mi> <mi>a</mi> <mi>c</mi> <mi>h</mi> <mi> </mi> <mi>i</mi> <mo>&Element;</mo> <msub> <mi>I</mi> <mrow> <mi>e</mi> <mi>x</mi> <mi>c</mi> <mi>e</mi> <mi>s</mi> <mi>s</mi> </mrow> </msub> </mrow>
<mrow> <msub> <mi>Veh</mi> <mi>i</mi> </msub> <mo>+</mo> <munder> <mo>&Sigma;</mo> <mi>i</mi> </munder> <msub> <mi>x</mi> <mrow> <mi>i</mi> <mi>j</mi> </mrow> </msub> <mo>&le;</mo> <msubsup> <mi>Thrd</mi> <mi>i</mi> <mi>L</mi> </msubsup> <mo>,</mo> <mi>f</mi> <mi>o</mi> <mi>r</mi> <mi> </mi> <mi>e</mi> <mi>a</mi> <mi>c</mi> <mi>h</mi> <mi> </mi> <mi>i</mi> <mo>&Element;</mo> <msub> <mi>I</mi> <mrow> <mi>s</mi> <mi>h</mi> <mi>o</mi> <mi>r</mi> <mi>t</mi> <mi>a</mi> <mi>g</mi> <mi>e</mi> </mrow> </msub> </mrow>
wherein VehiThe current number of vehicles for station i,for the upper threshold of station i,is the lower threshold for station i.
6. The method according to claim 4, wherein the employee travel chain length constraint is:
wherein,for the scheduling task vector of stations i to j,is Euclidean space RnBase vector of, DistijIs the distance, V, between station i and station jFor speed of travel, TLkIs the practical travel length limit value of the employee K, K is the employee number set,the kth dimension of the scheduling task vector for sites i through j, i.e., the number of times the kth worker goes from site i to site j.
7. The method as claimed in claim 6, wherein the endurance constraint is:
wherein,andrespectively the 1 st maximum driving range and the 2 nd maximum driving range in the vehicle at the station i,is composed ofKth of (1)1The number of the dimensions is one,is composed ofKth of (1)2The number of the dimensions is one,for site i to site j1The distance between the two or more of the two or more,respectively site i to site j2The distance between them.
8. The method according to claim 6, wherein the node conservation constraint is:
wherein,and (4) status identification for judging whether the employee k is at the station i.
9. The method as claimed in claim 8, wherein the single-dispatch distance limit constraint is:
wherein DistmaxThe maximum distance limit for a single scheduling task.
10. The method of claim 8, wherein the feasibility constraint is:
wherein Fasbij(k) Adding feasibility constraints to site i through j employee k.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710333494.9A CN107239883B (en) | 2017-05-12 | 2017-05-12 | Vehicle scheduling method of automobile sharing system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710333494.9A CN107239883B (en) | 2017-05-12 | 2017-05-12 | Vehicle scheduling method of automobile sharing system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN107239883A true CN107239883A (en) | 2017-10-10 |
CN107239883B CN107239883B (en) | 2020-11-27 |
Family
ID=59984423
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710333494.9A Active CN107239883B (en) | 2017-05-12 | 2017-05-12 | Vehicle scheduling method of automobile sharing system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN107239883B (en) |
Cited By (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107657353A (en) * | 2017-11-09 | 2018-02-02 | 东峡大通(北京)管理咨询有限公司 | The dispatching method and system of lease |
CN109215383A (en) * | 2018-10-22 | 2019-01-15 | 北京首汽智行科技有限公司 | A kind of vehicle dispatching method |
CN109934380A (en) * | 2019-01-23 | 2019-06-25 | 天津市市政工程设计研究院 | Shared electric car vehicle and personal scheduling optimization method based on dual layer resist |
CN110047279A (en) * | 2019-04-04 | 2019-07-23 | 东南大学 | A method of shared bicycle scheduling quantum is determined based on order data |
CN110543699A (en) * | 2019-08-15 | 2019-12-06 | 阿里巴巴集团控股有限公司 | shared vehicle travel data simulation and shared vehicle scheduling method, device and equipment |
WO2019237522A1 (en) * | 2018-06-15 | 2019-12-19 | 平安科技(深圳)有限公司 | Vehicle leasing method and apparatus, and computer device and storage medium |
CN110853374A (en) * | 2019-10-30 | 2020-02-28 | 中国第一汽车股份有限公司 | Shared automobile scheduling method and system based on unmanned technology |
CN111612358A (en) * | 2020-05-25 | 2020-09-01 | 北京交通大学 | Shared automobile vehicle scheduling and dispatcher path optimization method |
CN111861217A (en) * | 2020-07-22 | 2020-10-30 | 上海汽车集团股份有限公司 | Vehicle allocation method and device and computer readable storage medium |
CN113269364A (en) * | 2021-06-01 | 2021-08-17 | 上海汽车集团股份有限公司 | Scheduling method and device for shared vehicles |
CN113361916A (en) * | 2021-06-04 | 2021-09-07 | 付鑫 | Multi-mode sharing travel fusion scheduling optimization system considering single-cut scene |
CN113869674A (en) * | 2021-09-13 | 2021-12-31 | 武汉理工大学 | Coal port entrance and exit operation scheduling method based on constraint planning |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11272984A (en) * | 1998-03-19 | 1999-10-08 | Honda Motor Co Ltd | Vehicle sharing system preparing vehicle allotting plain in response to return information and vehicle allotting method |
EP1172768A2 (en) * | 2000-06-28 | 2002-01-16 | Honda Giken Kogyo Kabushiki Kaisha | Method for efficient vehicle allocation in vehicle sharing system |
CN104252653A (en) * | 2013-06-26 | 2014-12-31 | 国际商业机器公司 | Method and system for deploying bicycle between public bicycle stations |
CN104715290A (en) * | 2015-03-25 | 2015-06-17 | 苏州科技学院 | Public bike scheduling system and scheduling method thereof |
CN105719083A (en) * | 2016-01-21 | 2016-06-29 | 华南理工大学 | Public bicycle peak time scheduling method based on multilevel partition |
CN106503869A (en) * | 2016-11-14 | 2017-03-15 | 东南大学 | A kind of public bicycles dynamic dispatching method that is predicted based on website short-term needs |
-
2017
- 2017-05-12 CN CN201710333494.9A patent/CN107239883B/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11272984A (en) * | 1998-03-19 | 1999-10-08 | Honda Motor Co Ltd | Vehicle sharing system preparing vehicle allotting plain in response to return information and vehicle allotting method |
EP1172768A2 (en) * | 2000-06-28 | 2002-01-16 | Honda Giken Kogyo Kabushiki Kaisha | Method for efficient vehicle allocation in vehicle sharing system |
CN104252653A (en) * | 2013-06-26 | 2014-12-31 | 国际商业机器公司 | Method and system for deploying bicycle between public bicycle stations |
CN104715290A (en) * | 2015-03-25 | 2015-06-17 | 苏州科技学院 | Public bike scheduling system and scheduling method thereof |
CN105719083A (en) * | 2016-01-21 | 2016-06-29 | 华南理工大学 | Public bicycle peak time scheduling method based on multilevel partition |
CN106503869A (en) * | 2016-11-14 | 2017-03-15 | 东南大学 | A kind of public bicycles dynamic dispatching method that is predicted based on website short-term needs |
Cited By (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107657353A (en) * | 2017-11-09 | 2018-02-02 | 东峡大通(北京)管理咨询有限公司 | The dispatching method and system of lease |
WO2019237522A1 (en) * | 2018-06-15 | 2019-12-19 | 平安科技(深圳)有限公司 | Vehicle leasing method and apparatus, and computer device and storage medium |
CN109215383A (en) * | 2018-10-22 | 2019-01-15 | 北京首汽智行科技有限公司 | A kind of vehicle dispatching method |
CN109934380A (en) * | 2019-01-23 | 2019-06-25 | 天津市市政工程设计研究院 | Shared electric car vehicle and personal scheduling optimization method based on dual layer resist |
CN110047279A (en) * | 2019-04-04 | 2019-07-23 | 东南大学 | A method of shared bicycle scheduling quantum is determined based on order data |
CN110543699B (en) * | 2019-08-15 | 2023-06-13 | 创新先进技术有限公司 | Shared vehicle travel data simulation and shared vehicle scheduling method, device and equipment |
CN110543699A (en) * | 2019-08-15 | 2019-12-06 | 阿里巴巴集团控股有限公司 | shared vehicle travel data simulation and shared vehicle scheduling method, device and equipment |
CN110853374A (en) * | 2019-10-30 | 2020-02-28 | 中国第一汽车股份有限公司 | Shared automobile scheduling method and system based on unmanned technology |
CN111612358A (en) * | 2020-05-25 | 2020-09-01 | 北京交通大学 | Shared automobile vehicle scheduling and dispatcher path optimization method |
CN111612358B (en) * | 2020-05-25 | 2024-04-12 | 北京交通大学 | Shared automobile vehicle dispatching and dispatcher path optimization method |
CN111861217A (en) * | 2020-07-22 | 2020-10-30 | 上海汽车集团股份有限公司 | Vehicle allocation method and device and computer readable storage medium |
CN111861217B (en) * | 2020-07-22 | 2024-06-18 | 上海汽车集团股份有限公司 | Vehicle allocation method and device and computer readable storage medium |
CN113269364A (en) * | 2021-06-01 | 2021-08-17 | 上海汽车集团股份有限公司 | Scheduling method and device for shared vehicles |
CN113361916A (en) * | 2021-06-04 | 2021-09-07 | 付鑫 | Multi-mode sharing travel fusion scheduling optimization system considering single-cut scene |
CN113869674A (en) * | 2021-09-13 | 2021-12-31 | 武汉理工大学 | Coal port entrance and exit operation scheduling method based on constraint planning |
Also Published As
Publication number | Publication date |
---|---|
CN107239883B (en) | 2020-11-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107239883B (en) | Vehicle scheduling method of automobile sharing system | |
CN113420382B (en) | Hydrogen production and transportation and hydrogenation scheduling system based on big data | |
CN109501630A (en) | A kind of electric car charging scheme real-time recommendation method and system | |
CN109272276B (en) | Inventory replenishment management method and device | |
KR20200079477A (en) | Energy Resource Aggregation | |
CN109177802B (en) | Electric automobile ordered charging system and method based on wireless communication | |
CN113222387B (en) | Multi-objective scheduling and collaborative optimization method for hydrogen fuel vehicle | |
CN107103383A (en) | A kind of dynamic share-car dispatching method based on focus of calling a taxi | |
CN111062629B (en) | Vehicle scheduling method and device, computer equipment and storage medium | |
CN111915057B (en) | Bicycle demand prediction and scheduling method based on deep learning and crowd sensing | |
CN108493969B (en) | Intelligent planning method for electric vehicle charging station | |
CN117391564B (en) | New energy logistics vehicle energy supplementing and scheduling data model and scheduling optimization method | |
CN113672846A (en) | Network appointment scheduling method and device, electronic equipment and storage medium | |
CN114298559A (en) | Battery swapping method of battery swapping station, battery swapping management platform and storage medium | |
CN111833205B (en) | Intelligent scheduling method for mobile charging pile group under big data scene | |
CN103870890A (en) | Prediction method for traffic flow distribution of expressway network | |
CN114282821A (en) | Scheduling method, system and equipment for sharing electric automobile | |
CN111695842A (en) | Distribution scheme determination method and device, electronic equipment and computer storage medium | |
CN115130727A (en) | Night charging scheduling method for new-energy pure-electric bus | |
Guo et al. | Rebalancing and charging scheduling with price incentives for car sharing systems | |
CN109978241B (en) | Method and device for determining charging load of electric automobile | |
CN113486504B (en) | Battery management control method based on scheduling cost | |
CN113516391A (en) | Method for processing vehicle inspection task, computing device and storage medium | |
Fathabad et al. | Data-Driven Optimization for E-Scooter System Design | |
CN118246696B (en) | Quick charging station resource aggregation and interactive regulation and control method based on energy router |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |