WO2019237694A1 - Reservation order processing - Google Patents

Reservation order processing Download PDF

Info

Publication number
WO2019237694A1
WO2019237694A1 PCT/CN2018/121232 CN2018121232W WO2019237694A1 WO 2019237694 A1 WO2019237694 A1 WO 2019237694A1 CN 2018121232 W CN2018121232 W CN 2018121232W WO 2019237694 A1 WO2019237694 A1 WO 2019237694A1
Authority
WO
WIPO (PCT)
Prior art keywords
success rate
dispatch
car
order
time
Prior art date
Application number
PCT/CN2018/121232
Other languages
French (fr)
Chinese (zh)
Inventor
吴鑫
顾昊
刘广权
Original Assignee
北京三快在线科技有限公司
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 北京三快在线科技有限公司 filed Critical 北京三快在线科技有限公司
Publication of WO2019237694A1 publication Critical patent/WO2019237694A1/en

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
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders
    • G06Q30/0637Approvals
    • G06Q50/40

Definitions

  • the present application relates to the field of Internet technologies, and in particular, to the processing of appointment forms.
  • the server When the server receives the car reservation form sent by the user terminal, it will immediately broadcast the car reservation form to wait for the driver to accept the order. In this case, if the current time is longer than the user's car reservation time, the driver receiving the order may not be able to provide passenger services in a timely manner due to some reasons (such as unexpected conditions, etc.), which will reduce the user's travel efficiency and affect the user. Experience.
  • the present application provides a method, a device, and a storage medium for processing a reservation order, which can improve the travel efficiency of a user and the user experience.
  • a method for processing a reservation order including: receiving a car reservation form, the car reservation form including a reserved car time and a departure place; and determining a time before the reserved car time Among multiple preset time periods, the dispatch success rate corresponding to each preset time period; determining the dispatch time of the car reservation order according to the dispatch success rates within the plurality of preset time periods; At the dispatching time, the car booking order is sent to a network-booking car in a preset area centered on the departure place.
  • the determining a success rate of order allocation corresponding to each preset time period among a plurality of preset time periods before the scheduled car use time includes: determining each of the preset time periods The characteristic value of the dispatch success rate in the preset area; inputting the characteristic value of the dispatch success rate into a pre-trained dispatch success rate model to obtain the dispatch success rate in each of the preset time periods.
  • the method further includes pre-training the dispatch success rate model according to the following steps: obtaining a sample dispatch success rate characteristic value of a target area in a plurality of preset time periods, the target area including the preset Area; calibrate the sample success rate corresponding to the sample order success rate characteristic value in each preset time period; compare the sample order success rate characteristic value and the sample order success in each preset time period
  • the dispatch success rate corresponding to the rate eigenvalue is used as the training set to train the dispatch success rate model.
  • the characteristics of the dispatch success rate include at least one of an average speed of the vehicle, a capacity density, and a probability that the driver will not cancel the order.
  • the plurality of preset time periods are a plurality of end-to-end time periods starting from the reserved car time; and the dispatch is successful according to the plurality of preset time periods.
  • the rate determining the dispatch time of the car use reservation order includes: starting from the first preset time period starting from the car use reservation time, accumulating the success rate of order allocation corresponding to each of the preset time periods one by one. Until the currently accumulated total dispatch success rate meets the success rate condition; the dispatch time of the car reservation order is determined according to the difference between the car reservation time and each of the preset time periods currently accumulated.
  • the total dispatch success rate meets a success rate condition, including that the total dispatch success rate is greater than or equal to a preset dispatch success rate threshold.
  • the formula for calculating the overall dispatch success rate is: Among them, P is the overall order success rate, Pi is the order success rate corresponding to the i-th preset time period, and n is the number of currently accumulated preset time periods.
  • the sending the vehicle reservation order to a network-booking car in a preset area centered on the departure place includes: determining a network-booking car in the preset area that meets the dispatch condition. ; Sending the car reservation order to the online ride-hailing.
  • a device for processing reservation orders which includes: a reservation order receiving module for receiving a car reservation order, the car reservation order including a reserved car time and a departure place; a success rate A determining module is configured to determine a success rate of order allocation corresponding to each preset time period among a plurality of preset time periods before the scheduled car use time; a dispatch time determining module is configured to The success rate of dispatch within the time period determines the dispatch time of the car booking order; the booking sending module is configured to, when the dispatch time is reached, send a message to a preset area centered on the departure place.
  • the ride-hailing service sends the car reservation form.
  • the success rate determining module includes: a feature value determining unit, configured to determine a feature value of order success rate of the preset area in each of the preset time periods; a success rate determining unit, It is used to input the feature value of the dispatch success rate into a pre-trained dispatch success rate model to obtain the dispatch success rate in each of the preset time periods.
  • a device for processing a reservation order including: a processor; a memory configured to store processor-executable instructions; wherein the processor is configured to execute any one of the foregoing Method of processing reservations.
  • a computer-readable storage medium stores a computer program, and the computer program is used to execute any one of the methods for processing a reservation order.
  • the present application receives a car booking order and determines a success rate of order allocation corresponding to each preset time period among a plurality of preset time periods before the scheduled car booking time, and then according to the The dispatch success rate corresponding to each of a plurality of preset time periods determines the dispatch time of the car reservation order, and the dispatch time can be determined relatively accurately, and when the dispatch time is reached, the appointment order is performed as an instant order. Processing so that when determining whether to accept an order, the driver can more accurately predict whether the passenger service can be provided in a timely manner according to the current situation, which can effectively reduce the probability of the driver receiving an incorrect order, increase the success rate of the appointment, and thus improve the user experience .
  • FIG. 1 is a flowchart of a method for processing a reservation order, according to an exemplary embodiment of the present application.
  • Fig. 2 is a flowchart illustrating how to determine a success rate of dispatching for each preset time period according to an exemplary embodiment of the present application.
  • FIG. 3 is a flowchart illustrating how to determine a success rate of dispatching for each preset time period, according to another exemplary embodiment of the present application.
  • Fig. 4A is a flowchart showing how to determine a dispatch time of a car reservation order according to an exemplary embodiment of the present application.
  • FIG. 4B is a schematic diagram illustrating a search range of a network-aid car in each time period during a process of processing a car booking order according to an exemplary embodiment of the present application.
  • Fig. 4C is a schematic diagram showing a search range of a network-aid car in each time period in the process of processing a car booking order according to another exemplary embodiment of the present application.
  • Fig. 5A is a flow chart showing how to send a car reservation order according to an exemplary embodiment of the present application.
  • FIG. 5B is a schematic diagram illustrating a search range of a network-aid car in each time period in the process of processing a car booking order according to an exemplary embodiment of the present application.
  • Fig. 6 is a structural diagram of an apparatus for processing a reservation order, according to an exemplary embodiment of the present application.
  • Fig. 7 is a structural diagram of a device for processing a reservation order, according to another exemplary embodiment of the present application.
  • Fig. 8 is a structural diagram of a device for processing a reservation order, according to an exemplary embodiment of the present application.
  • first, second, third, etc. may be used in this application to describe various information, such information should not be limited to these terms. These terms are only used to distinguish the same type of information from each other.
  • first information may also be referred to as the second information, and similarly, the second information may also be referred to as the first information.
  • word “if” as used herein can be interpreted as “at” or "when” or "in response to determination”.
  • FIG. 1 is a flowchart of a method for processing a reservation order, according to an exemplary embodiment of the present application; this embodiment can be used for a terminal device (such as a smart phone, a tablet computer, a desktop notebook, and the like) having a function of processing a reservation order for a car. ) Or server (including one or more servers, etc.). As shown in FIG. 1, the method includes steps S101-S103.
  • S101 Receive a car reservation form, where the car reservation form includes a reserved car time and a departure place.
  • a passenger When booking a vehicle, a passenger will send a car reservation form to the server that contains information on the time of the reserved car and the place of departure.
  • the above-mentioned car booking order includes the reserved car time and departure place, and may also include other related information, such as a destination, which is not limited in this embodiment.
  • the above-mentioned reserved car use time may be a certain time in the future. For example, when the passenger sends a reservation order at 9:00 am on May 1, 2018, the reserved car use time may be May 2, 2018. Sunday at 15:00.
  • the starting point may be a boarding point recommended by the server based on the passenger's location (the location of the user automatically recognized by the terminal device of the passenger), or a boarding point manually input by the user, which is not limited in this embodiment.
  • S102 Determine a success rate of order allocation corresponding to each preset time period in a plurality of preset time periods after the reception time of the car use reservation order and before the reserved car use time.
  • the plurality of preset time periods may be a time period from the end of the car reservation time to the reception time of the car use reservation order starting from the car reservation time.
  • multiple preset time periods may be 2018 14: 00 ⁇ 15: 00 on May 2nd, 13: 00 ⁇ 14: 00 on May 2nd, 2018,..., 9: 00 ⁇ 10: 00 a.m. on May 1, 2018.
  • the plurality of preset time periods may also be a plurality of non-end-to-end time periods spaced between the reserved car use time and the reception time of the car use reservation order. For example, if the passenger sends the booking order at 9:00 am on May 1, 2018, and the scheduled appointment time is at 15:00 pm on May 2, 2018, the multiple preset time periods may be May 2018. 13:30 to 14:30 pm on May 2nd, 12:00 to 13:00 pm on May 2, 2018, ..., and 10:00 to 11:00 am on May 1, 2018.
  • the server in the past can calculate the success rate of dispatching for each preset time period in multiple preset time periods before the reserved car time, such as one in advance.
  • N can be calculated according to the difference between the time when the reservation order is received and the time for the reserved car. In an embodiment, if the difference is not an integer, the difference may be rounded down.
  • each time period can be set to 5 minutes, 10 minutes, 30 minutes, and 2 hours as required. Etc. Alternatively, the lengths of the respective time periods may be set to be different, which is not limited in this embodiment.
  • each of a plurality of preset time periods after the reception time of the car use reservation form and before the reserved car use time may be calculated.
  • S103 Determine the dispatch time of the car reservation order according to the dispatch success rate in the multiple preset time periods.
  • the advance dispatch time in the plurality of preset time periods may be used to calculate a preset time period and two reservation times in advance, respectively.
  • the length of time can be calculated. For example, if it is calculated that the order needs to be dispatched 4 hours in advance, and the appointment time is 15:00 PM on May 2, 2018, then the order dispatch time can be determined to be 11:00 AM on May 2, 2018.
  • S104 If the dispatch time is reached, send the car reservation order to a network-booked car in a preset area centered on the departure place.
  • the car reservation order may be sent to a network-booking car in a preset area centered on the departure place.
  • the dispatch mode can achieve a higher success rate than the rush order mode.
  • the reason is that under the rush order mode, the driver knows very little information when deciding whether to rush to order, based only on his own position. , Willingness, and time to book a car, departure and destination, and other factors, but less knowledge of real-time road conditions, supply and demand, and other drivers and passengers.
  • the server can also integrate road conditions, supply and demand, and drivers And the distribution of passengers ’conditions determine the best driver for dispatching, which can reduce the probability of no driver snatching orders, improve the success rate of passenger appointments, and give drivers comprehensive consideration of road conditions, capacity, and bill of lading distribution. Make sure to make an appointment for subsidies to achieve the purpose of improving the experience of both the driver and the driver.
  • this embodiment may be based on multiple preset times after the time of obtaining the car reservation form and before the time of the reserved car use.
  • the dispatch success rate corresponding to each preset time period determines the dispatch time of the car reservation order.
  • the dispatch time can be calculated relatively accurately, and when the dispatch time is reached, the appointment order can be regarded as instant.
  • the order is processed so that the driver can more accurately predict whether the passenger service can be provided in a timely manner according to the current situation when judging whether to accept the order, reduce the probability of the driver receiving a wrong order, increase the success rate of the appointment, and thereby improve the user experience.
  • Fig. 2 is a flow chart showing how to determine the dispatch success rate of each preset time period according to an exemplary embodiment of the present application; based on the above embodiment, how to determine the dispatch of each preset time period in this embodiment
  • the single success rate is exemplified for example.
  • determining a success rate of order allocation corresponding to each preset time period among a plurality of preset time periods before the scheduled car use time may include the following steps S201-S202.
  • S201 Determine the characteristic value of the dispatch success rate of the preset area in each of the preset time periods.
  • a characteristic value of the success rate of dispatching in a preset area centered on the departure place within each of the preset time periods may be determined.
  • the above distribution success rate characteristics can be selected and set by developers according to actual business needs.
  • the distribution success rate feature may be set to at least one of the average vehicle speed, the capacity density, and the probability that the driver will not cancel the order (used to reflect the driver's willingness to take orders) in the above-mentioned preset areas during each preset time period. This embodiment is not limited to this.
  • S202 Input the feature value of the dispatch success rate into a pre-trained dispatch success rate model to obtain the dispatch success rate in each of the preset time periods.
  • the dispatch success rate model can be trained according to the sample data in advance.
  • the input of the model is the feature value of the dispatch success rate, such as the average speed of the vehicle, the capacity density, and the probability of the driver not canceling the order within the preset time period in the above-mentioned area
  • At least one item is output as a success rate of dispatch within each of the preset time periods.
  • the distribution success rate characteristic value may be input to a pre-trained distribution success rate model to obtain each of the Order success rate within a preset time period.
  • Fig. 3 is a flow chart showing how to determine the success rate of dispatching for each preset time period according to another exemplary embodiment of the present application; this embodiment describes how to determine the success rate of dispatching for each preset time period.
  • step S102 it is determined that the dispatch order corresponding to each preset time period is in a plurality of preset time periods after the reception time of the car use reservation order and before the reserved car use time.
  • the success rate may include the following steps S301-S305.
  • S301 Acquire a sample distribution success rate characteristic value of a target area in a plurality of preset time periods, where the target area includes the preset area.
  • multiple target regions can be set in advance, and the sample dispatch success rate characteristic values of each target region within multiple preset time periods can be obtained.
  • the above target area can be divided according to actual business needs, for example, the target environment can be divided into multiple areas of 10-20 square kilometers in size according to streets, business districts, office buildings, and the like.
  • the preset area is an area for searching for an available car rental centered at the departure place, so the preset area is smaller than the target area.
  • the above target environment can be selected by the developer according to the needs of the actual distribution service.
  • the country, province, city, or town where the service is located can be selected, which is not limited in this embodiment.
  • S302 Calibrate the distribution success rate corresponding to the sample distribution success rate characteristic value in each preset time period.
  • the dispatch success rate corresponding to the sample dispatch success rate characteristic value in each preset time period may be calibrated.
  • a manual method that is, a supervised method
  • a machine learning method si-supervised method
  • This embodiment The comparison is not limited.
  • S303 Use the sample dispatch success rate feature value and the sample dispatch success rate feature value corresponding to the sample dispatch success rate feature value in the target area within each preset time period as a training set to train a dispatch success rate model.
  • the sample order success rate characteristic may be Value and the sample success rate corresponding to the sample dispatch success rate feature value are used as training sets to train the dispatch success rate model.
  • the above dispatch success rate model may be a support vector machine, a convolutional neural network (CNN) model, or the developer may select other models for training according to actual business needs, which is not limited in this embodiment.
  • CNN convolutional neural network
  • S304 Determine the characteristic value of the dispatch success rate of the preset area in each of the preset time periods.
  • S305 The feature value of the dispatch success rate is input into the dispatch success rate model trained in advance to obtain the dispatch success rate in each of the preset time periods.
  • steps S304-S305 For related explanations and descriptions of steps S304-S305, refer to the foregoing embodiments, and details are not described herein again.
  • steps S301 to S303 may be performed in advance, that is, the dispatch success rate model is trained according to the sample data in advance.
  • the success rate by acquiring sample feature success rate characteristic values of target regions in multiple preset time periods, and calibrating the corresponding order value of the sample order success rate characteristic values in each preset time period The success rate, and further uses the sample dispatch success rate feature value and the sample dispatch success rate feature value corresponding to the sample dispatch success rate feature value in the target region within each preset time period as a training set to train the dispatch success rate model So that the subsequent success rate can be calculated based on the trained success rate model in each of the preset time periods, and then the car booking order can be determined based on the success rate of dispatch in each preset time period.
  • the dispatch time provides a basis to ensure the accuracy of the dispatch time.
  • FIG. 4A is a flowchart showing how to determine a dispatch time of a car reservation order according to an exemplary embodiment of the present application
  • FIG. 4B is a network in each time period during a process of car reservation order processing according to an exemplary embodiment of the present application
  • 4C is a schematic diagram of a search range of a network of car appointments in each time period during the process of a car booking reservation process according to another exemplary embodiment of the present application.
  • this embodiment describes how to determine the dispatch time of the car reservation order.
  • the dispatch time of the car reservation order is determined according to the dispatch success rate in the multiple preset time periods, and includes the following steps S401-S402.
  • S401 Starting from the first preset time period starting from the reserved car use time, accumulating the dispatch success rate corresponding to each of the preset time periods one by one, until the total cumulative success rate of the current dispatch is consistent with success Rate conditions.
  • the "cumulative" operation is implemented by a related algorithm of probability calculation, which will be described below.
  • S402 Determine a dispatch time of the car reservation order according to a difference between the car reservation time and each of the preset time periods currently accumulated.
  • a three-dimensional model as shown in FIG. 4B can be established, and the model is used to more clearly and intuitively explain the search range of the online car rental in each time period from the time and space in the processing of the car booking order.
  • the x and y axes are used to represent geographic coordinates
  • the server can determine the online appointment for the ride some time in advance. Theoretically, the longer the advance time is, the larger the range of the network-reserved car used for searching for the pickup can be (assuming that the network-reserved car's traveling speed is uniform in time and space).
  • the range of the network-reserved car used to search for the driver can be calculated.
  • the above-mentioned total dispatch success rate meets the success rate condition, and may include: the total dispatch success rate is greater than or equal to a preset dispatch success rate threshold.
  • the preset success rate threshold can be set by a developer or user according to actual needs, such as 95% or 99%.
  • the success rate of order allocation corresponding to each preset time period i.e., Increasing the order success rate corresponding to the dt round table one by one), until the total accumulated order success rate currently reached the preset order success rate threshold, and then the pick-up time can be determined according to the current accumulated time period, that is, the time of advance order .
  • n round tables are sequentially numbered as 1, 2, ..., n (where the round table with number 1 is a cone with a height of t).
  • P the probability that a network-booking vehicle that meets the dispatch conditions is found in n round tables and the order is successful
  • P the probability that a network-booking vehicle that meets the dispatch conditions is searched in the i-th stage is successful and the order is Pi
  • Pi the probability that a network-booking vehicle that meets the dispatch conditions is searched in the i-th stage is successful and the order is Pi
  • the corresponding failure probability is (1-Pi).
  • the probability that no online booking car that meets the dispatch conditions is found in all n round platforms is which is
  • the problem of calculating the probability P can be converted into the problem of calculating the probability Pi of each round table, and then the probability P can be calculated by calculating the probability Pi of each round table, that is,
  • the probability of continuing to accumulate the round table of No. 3 is calculated, that is, the probability of successful search for an online car from the round tables of No. 1, No. 2, and No. 3 is calculated.
  • the apex angles of each round table may not be equal. If it is desired to indicate that the traveling speed is uneven in time or space, the cross section of the circular table can be set as an irregular plane, that is, an irregular cone derived from a cone.
  • the processing method of the instant order is: after the passenger issues a car reservation order, the passenger's location or the nearest pick-up point position is used as the center to search for a network appointment within a certain search range. After a period of time, if the search fails, Then the search scope is expanded, and the pick-up time is likely to be longer after the search scope is expanded. Passengers can choose whether to wait. The server does not need to guarantee the pick-up time for the immediate order.
  • this embodiment starts by accumulating the success rate of order allocation corresponding to each of the preset time periods starting from the first preset time period starting from the reserved car use time, until the current cumulatively obtained The total dispatch success rate meets the success rate condition, and then the dispatch time of the car reservation order is determined based on the difference between the reserved car time and each of the preset time periods currently accumulated, and the dispatch can be calculated relatively accurately Single time, and then the appointment order can be processed as an instant order when the order arrives later, so that the driver can more accurately predict whether the passenger service can be provided in a timely manner according to the current situation, and reduce the probability of the driver receiving the order by mistake.
  • Increasing the success rate of car hire can improve user experience.
  • Fig. 5A is a flow chart showing how to send a car reservation form according to an exemplary embodiment of the present application; based on the above embodiment, this embodiment describes how to send a car reservation form.
  • the step of sending the car reservation order to a network-booked car in a preset area centered on the departure place as described in step S104 may include the following steps S501-S502.
  • S501 Determining a network-aid car in the preset area that meets the ordering conditions.
  • the corresponding areas described above can be used to characterize the "feasible areas" used to search for network rides.
  • a smaller area (such as a circular area indicated by a dashed line in FIG. 5B) is determined as a "preferred area" for searching for an online car.
  • the size of the preferred area can be determined by developers based on experience or related algorithms, for example, it is set to 80%, 60%, etc. of the size of the "feasible area", which is not limited in this embodiment.
  • the online rental cars that meet the dispatch conditions can be filtered.
  • the above-mentioned available network-aid cars may include the currently-available network-aid cars that are already available in a preset area, or may be network-aid cars that stop at a preset time or pass through the preset area and can take orders.
  • the above-mentioned dispatch conditions can be set in advance by a developer or a user, for example, it can be set as a distance from a departure place, a driver's rating, and the number of services, which is not limited in this embodiment.
  • the dispatch condition may be set to the ride-hailing service closest to the departure place.
  • S502 Send the car reservation order to the online car rental.
  • the above-mentioned car reservation order may be sent to the online appointment car.
  • online booking can reduce the probability of driver-less order-buying, increase the success rate of passenger booking, and improve the experience of both the driver and the passenger.
  • this application also provides embodiments of corresponding devices.
  • FIG. 6 is a structural diagram of a device for processing a reservation order shown in an exemplary embodiment of the present application; as shown in FIG. 6, the device includes: a reservation order receiving module 110, a success rate determination module 120, and a dispatch time determination module 130 and a reservation order sending module 140, where:
  • the booking order receiving module 110 is configured to receive a car booking order, the car booking order including a reserved car time and a departure place;
  • the success rate determination module 120 is configured to determine that after a time of receiving the car use reservation order and in a plurality of preset time periods before the car use reservation order, the order allocation corresponding to each preset time period is successful rate;
  • the dispatch time determining module 130 is configured to determine the dispatch time of the car reservation order according to the dispatch success rate corresponding to the multiple preset time periods;
  • a booking order sending module 140 is configured to send the car booking order to a network-booked car in a preset area centered on the departure place when the time of the order is reached.
  • this embodiment may be based on multiple preset times after the time of obtaining the car reservation form and before the time of the reserved car use.
  • the dispatch success rate corresponding to each preset time period determines the dispatch time of the car reservation order, so that the dispatch time can be calculated relatively accurately, and when the dispatch time is reached, the appointment order is regarded as instant Order processing, so that when determining whether to accept an order, the driver can more accurately foresee whether the passenger service can be provided in a timely manner according to the current situation, reducing the probability of the driver receiving a wrong order, increasing the success rate of the appointment, and thereby improving the user experience .
  • FIG. 7 is a structural diagram of a device for processing reservation orders, according to another exemplary embodiment of the present application; wherein, the reservation order receiving module 210, the success rate determination module 220, the dispatch time determination module 230, and the reservation order sending module 240
  • the functions of the reservation order receiving module 110, the success rate determination module 120, the dispatch time determination module 130, and the reservation order sending module 140 in the embodiment shown in FIG. 6 are the same, and details are not described herein.
  • the success rate determination module 220 may include:
  • a characteristic value determining unit 221, configured to determine a characteristic value of order success rate of the preset area in each of the preset time periods
  • the success rate determining unit 222 is configured to input the dispatch success rate characteristic value into a pre-trained dispatch success rate model to obtain a dispatch success rate within each of the preset time periods.
  • the apparatus may further include a model training module 250, and the model training module 250 may include:
  • a feature value acquisition unit 251 is configured to obtain a feature value of a sample order success rate of a target area in a plurality of preset time periods, where the target area includes the preset area;
  • the success rate calibration unit 252 is configured to calibrate an order success rate corresponding to the sample order success rate characteristic value within each preset time period;
  • a model training unit 253 is configured to use the sample dispatch success rate feature value corresponding to each preset time period and the sample dispatch success rate feature value corresponding to the sample dispatch success rate feature value as training sets to train the dispatch success rate model.
  • the dispatch success rate characteristic may include at least one of an average speed of a vehicle, a capacity density, and a probability that the driver does not cancel the order.
  • the plurality of preset time periods may be a plurality of end-to-end time periods starting from the reserved car time.
  • the dispatch time determination module 230 may include:
  • the success rate accumulating unit 231 is configured to start from the first preset time period starting from the reserved car use time period, and accumulate the success rate of order allocation corresponding to each of the preset time periods one by one, until the current total obtained total The dispatch success rate meets the success rate conditions;
  • the dispatching time determining unit 232 is configured to determine the dispatching time of the vehicle reservation order according to the difference between the reserved vehicle time and each of the preset time periods currently accumulated.
  • the total dispatch success rate meets the success rate condition, and may include:
  • the total dispatch success rate is greater than or equal to a preset dispatch success rate threshold.
  • the reservation order sending module 240 may include:
  • the network-booking-determining unit 241 is configured to determine a network-booking-ride in the preset area that meets the ordering conditions;
  • the booking order sending unit 242 is configured to send the car booking order to the online car rental.
  • the embodiment of the apparatus for processing a reservation ticket of the present disclosure may be applied to a network device.
  • the device embodiments can be implemented by software, or by hardware or a combination of software and hardware. Taking software implementation as an example, as a logical device, it is formed by reading the corresponding computer program instructions in the non-volatile storage medium into the memory through the processor of the device in which the computer program is executed.
  • the method for processing a reservation order provided by the embodiment shown in FIG. 1 to FIG. 5B.
  • FIG. 8 the hardware structure diagram of the device for processing reservation orders in the present disclosure, except for the processor 801, the network interface 802, the memory 803, and the non-volatile storage medium 804 shown in FIG. 8.
  • the device may also generally include other hardware, such as a forwarding chip responsible for processing messages, etc.
  • the device may also be a distributed device, which may include multiple interface cards.
  • the present application also provides a computer-readable storage medium.
  • the storage medium stores a computer program, and the computer program is configured to execute the method for processing a reservation order provided by the embodiment shown in FIG. 1 to FIG. 5B.
  • the relevant part may refer to the description of the method embodiment.
  • the device embodiments described above are only schematic, and the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located One place, or it can be distributed across multiple network elements. Some or all of these modules can be selected according to actual needs to achieve the purpose of the solution of this application. Those of ordinary skill in the art can understand and implement without creative efforts.

Abstract

The present application provides a method and apparatus for processing a reservation order, and a storage medium. According to one embodiment of the method, after a vehicle reservation order is received, an order dispatch success rate corresponding to each preset time period among a plurality of preset time periods after the receiving time of the vehicle reservation order and before the reserved vehicle use time indicated by the vehicle reservation order may be determined; and order dispatch time of the vehicle reservation order is determined according to the order dispatch success rates in the plurality of preset time periods; and in this way, if the order dispatch time is reached, the vehicle reservation order is sent to online booking vehicles within a preset region with the departure place as the center.

Description

处理预约单Processing reservations
相关申请的交叉引用Cross-reference to related applications
本专利申请要求于2018年6月15日提交的、申请号为201810621873.2、发明名称为“一种处理预约单的方法、装置及存储介质”的中国专利申请的优先权,该申请的全文以引用的方式并入本文中。This patent application claims priority from a Chinese patent application filed on June 15, 2018, with an application number of 201810621873.2 and an invention name of "a method, device, and storage medium for processing reservation orders". The entire text of the application is incorporated by reference. The way is incorporated in this article.
技术领域Technical field
本申请涉及互联网技术领域,尤其涉及预约单的处理。The present application relates to the field of Internet technologies, and in particular, to the processing of appointment forms.
背景技术Background technique
当服务端接收到用户终端发送的用车预约单后,会立即对该用车预约单进行广播,以等待司机接单。这种情况下,如果当前时间距离用户的预约用车时间较长,接单的司机可能由于某些原因(如突发状况等)无法及时提供载客服务,会降低用户的出行效率,影响用户的体验。When the server receives the car reservation form sent by the user terminal, it will immediately broadcast the car reservation form to wait for the driver to accept the order. In this case, if the current time is longer than the user's car reservation time, the driver receiving the order may not be able to provide passenger services in a timely manner due to some reasons (such as unexpected conditions, etc.), which will reduce the user's travel efficiency and affect the user. Experience.
发明内容Summary of the Invention
有鉴于此,本申请提供一种处理预约单的方法、装置及存储介质,可以提高用户的出行效率,提升用户的体验。In view of this, the present application provides a method, a device, and a storage medium for processing a reservation order, which can improve the travel efficiency of a user and the user experience.
具体地,本申请是通过如下技术方案实现的。Specifically, the present application is implemented through the following technical solutions.
根据本申请的第一方面,提出了一种处理预约单的方法,包括:接收用车预约单,所述用车预约单包含预约用车时间和出发地;确定所述预约用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率;根据所述多个预设时间段内的派单成功率确定所述用车预约单的派单时间;若到达所述派单时间,则向以所述出发地为中心的预设区域内的网约车发送所述用车预约单。According to the first aspect of the present application, a method for processing a reservation order is provided, including: receiving a car reservation form, the car reservation form including a reserved car time and a departure place; and determining a time before the reserved car time Among multiple preset time periods, the dispatch success rate corresponding to each preset time period; determining the dispatch time of the car reservation order according to the dispatch success rates within the plurality of preset time periods; At the dispatching time, the car booking order is sent to a network-booking car in a preset area centered on the departure place.
在一实施例中,所述确定所述预约用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率,包括:确定每个所述预设时间段内,所述预设区域的派单成功率特征值;将所述派单成功率特征值输入预先训练的派单成功率模型,得到每个所述预设时间段内的派单成功率。In an embodiment, the determining a success rate of order allocation corresponding to each preset time period among a plurality of preset time periods before the scheduled car use time includes: determining each of the preset time periods The characteristic value of the dispatch success rate in the preset area; inputting the characteristic value of the dispatch success rate into a pre-trained dispatch success rate model to obtain the dispatch success rate in each of the preset time periods.
在一实施例中,所述方法还包括根据以下步骤预先训练派单成功率模型:获取多个预设时间段内目标区域的样本派单成功率特征值,所述目标区域包括所述预设区域;标定每个预设时间段内所述样本派单成功率特征值对应的派单成功率;将所述样本派单成功率特征值以及每个预设时间段内所述样本派单成功率特征值对应的派单成功率作为训练集,训练派单成功率模型。In an embodiment, the method further includes pre-training the dispatch success rate model according to the following steps: obtaining a sample dispatch success rate characteristic value of a target area in a plurality of preset time periods, the target area including the preset Area; calibrate the sample success rate corresponding to the sample order success rate characteristic value in each preset time period; compare the sample order success rate characteristic value and the sample order success in each preset time period The dispatch success rate corresponding to the rate eigenvalue is used as the training set to train the dispatch success rate model.
在一实施例中,所述派单成功率特征包括车辆行驶速度均值、运力密度和司机不取消订单概率中的至少一项。In one embodiment, the characteristics of the dispatch success rate include at least one of an average speed of the vehicle, a capacity density, and a probability that the driver will not cancel the order.
在一实施例中,所述多个预设时间段为以所述预约用车时间为起点的、多个首尾相连的时间段;所述根据所述多个预设时间段内的派单成功率确定所述用车预约单的派单时间,包括:从以所述预约用车时间为起点的第一个预设时间段开始,逐一累计各个所述预设时间段对应的派单成功率,直至当前累计得到的总派单成功率符合成功率条件;根据所述预约用车时间与当前累计的各个所述预设时间段的差值确定所述用车预约单的派单时间。In an embodiment, the plurality of preset time periods are a plurality of end-to-end time periods starting from the reserved car time; and the dispatch is successful according to the plurality of preset time periods. The rate determining the dispatch time of the car use reservation order includes: starting from the first preset time period starting from the car use reservation time, accumulating the success rate of order allocation corresponding to each of the preset time periods one by one. Until the currently accumulated total dispatch success rate meets the success rate condition; the dispatch time of the car reservation order is determined according to the difference between the car reservation time and each of the preset time periods currently accumulated.
在一实施例中,所述总派单成功率符合成功率条件,包括:所述总派单成功率大于或等于预设派单成功率阈值。In an embodiment, the total dispatch success rate meets a success rate condition, including that the total dispatch success rate is greater than or equal to a preset dispatch success rate threshold.
在一实施例中,所述总派单成功率的计算公式为:
Figure PCTCN2018121232-appb-000001
其中,P为总派单成功率,Pi为第i个预设时间段对应的派单成功率,n为当前累计的预设时间段的数量。
In one embodiment, the formula for calculating the overall dispatch success rate is:
Figure PCTCN2018121232-appb-000001
Among them, P is the overall order success rate, Pi is the order success rate corresponding to the i-th preset time period, and n is the number of currently accumulated preset time periods.
在一实施例中,所述向以所述出发地为中心的预设区域内的网约车发送所述用车预约单,包括:确定所述预设区域内符合派单条件的网约车;将所述用车预约单发送给所述网约车。In an embodiment, the sending the vehicle reservation order to a network-booking car in a preset area centered on the departure place includes: determining a network-booking car in the preset area that meets the dispatch condition. ; Sending the car reservation order to the online ride-hailing.
根据本申请的第二方面,提出了一种处理预约单的装置,包括:预约单接收模块,用于接收用车预约单,所述用车预约单包含预约用车时间和出发地;成功率确定模块,用于确定所述预约用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率;派单时间确定模块,用于根据所述多个预设时间段内的派单成功率确定所述用车预 约单的派单时间;预约单发送模块,用于当到达所述派单时间时,向以所述出发地为中心的预设区域内的网约车发送所述用车预约单。According to the second aspect of the present application, a device for processing reservation orders is provided, which includes: a reservation order receiving module for receiving a car reservation order, the car reservation order including a reserved car time and a departure place; a success rate A determining module is configured to determine a success rate of order allocation corresponding to each preset time period among a plurality of preset time periods before the scheduled car use time; a dispatch time determining module is configured to The success rate of dispatch within the time period determines the dispatch time of the car booking order; the booking sending module is configured to, when the dispatch time is reached, send a message to a preset area centered on the departure place. The ride-hailing service sends the car reservation form.
在一实施例中,所述成功率确定模块包括:特征值确定单元,用于确定每个所述预设时间段内,所述预设区域的派单成功率特征值;成功率确定单元,用于将所述派单成功率特征值输入预先训练的派单成功率模型,得到每个所述预设时间段内的派单成功率。In an embodiment, the success rate determining module includes: a feature value determining unit, configured to determine a feature value of order success rate of the preset area in each of the preset time periods; a success rate determining unit, It is used to input the feature value of the dispatch success rate into a pre-trained dispatch success rate model to obtain the dispatch success rate in each of the preset time periods.
根据本申请的第三方面,提出了一种处理预约单的设备,包括:处理器;被配置为存储处理器可执行指令的存储器;其中,所述处理器被配置为执行上述任一所述的处理预约单的方法。According to a third aspect of the present application, a device for processing a reservation order is provided, including: a processor; a memory configured to store processor-executable instructions; wherein the processor is configured to execute any one of the foregoing Method of processing reservations.
根据本申请的第四方面,提出了一种计算机可读存储介质,所述存储介质存储有计算机程序,所述计算机程序用于执行上述任一所述的处理预约单的方法。According to a fourth aspect of the present application, a computer-readable storage medium is provided. The storage medium stores a computer program, and the computer program is used to execute any one of the methods for processing a reservation order.
由以上技术方案可见,本申请通过接收用车预约单,并确定所述预约用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率,再根据所述多个预设时间段各自对应的派单成功率确定所述用车预约单的派单时间,可以相对准确地确定派单时间,进而在到达派单时间时,将该预约单作为即时单进行处理,以使司机在判断是否接单时,可以根据当前情况更准确地预见能否及时提供载客服务,可有效降低司机误接单的概率,增加约车的成功率,进而可以提升用户体验。As can be seen from the above technical solution, the present application receives a car booking order and determines a success rate of order allocation corresponding to each preset time period among a plurality of preset time periods before the scheduled car booking time, and then according to the The dispatch success rate corresponding to each of a plurality of preset time periods determines the dispatch time of the car reservation order, and the dispatch time can be determined relatively accurately, and when the dispatch time is reached, the appointment order is performed as an instant order. Processing so that when determining whether to accept an order, the driver can more accurately predict whether the passenger service can be provided in a timely manner according to the current situation, which can effectively reduce the probability of the driver receiving an incorrect order, increase the success rate of the appointment, and thus improve the user experience .
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
图1是本申请一示例性实施例示出的一种处理预约单的方法的流程图。FIG. 1 is a flowchart of a method for processing a reservation order, according to an exemplary embodiment of the present application.
图2是本申请一示例性实施例示出的如何确定每个预设时间段的派单成功率的流程图。Fig. 2 is a flowchart illustrating how to determine a success rate of dispatching for each preset time period according to an exemplary embodiment of the present application.
图3是本申请又一示例性实施例示出的如何确定每个预设时间段的派单成功率的流程图。FIG. 3 is a flowchart illustrating how to determine a success rate of dispatching for each preset time period, according to another exemplary embodiment of the present application.
图4A是本申请一示例性实施例示出的如何确定用车预约单的派单时间的流程图。Fig. 4A is a flowchart showing how to determine a dispatch time of a car reservation order according to an exemplary embodiment of the present application.
图4B是本申请一示例性实施例示出的用车预约单处理过程中各时间段的网约车查找范围的示意图。FIG. 4B is a schematic diagram illustrating a search range of a network-aid car in each time period during a process of processing a car booking order according to an exemplary embodiment of the present application.
图4C是本申请又一示例性实施例示出的用车预约单处理过程中各时间段的网约车 查找范围的示意图。Fig. 4C is a schematic diagram showing a search range of a network-aid car in each time period in the process of processing a car booking order according to another exemplary embodiment of the present application.
图5A是本申请一示例性实施例示出的如何发送用车预约单的流程图。Fig. 5A is a flow chart showing how to send a car reservation order according to an exemplary embodiment of the present application.
图5B是本申请一示例性实施例示出的用车预约单处理过程中各时间段的网约车查找范围的示意图。FIG. 5B is a schematic diagram illustrating a search range of a network-aid car in each time period in the process of processing a car booking order according to an exemplary embodiment of the present application.
图6是本申请一示例性实施例示出的一种处理预约单的装置的结构图。Fig. 6 is a structural diagram of an apparatus for processing a reservation order, according to an exemplary embodiment of the present application.
图7是本申请又一示例性实施例示出的一种处理预约单的装置的结构图。Fig. 7 is a structural diagram of a device for processing a reservation order, according to another exemplary embodiment of the present application.
图8是本申请一示例性实施例示出的一种处理预约单的设备的结构图。Fig. 8 is a structural diagram of a device for processing a reservation order, according to an exemplary embodiment of the present application.
具体实施方式detailed description
这里将详细地对示例性实施例进行说明,其示例表示在附图中。下面的描述涉及附图时,除非另有表示,不同附图中的相同数字表示相同或相似的要素。以下示例性实施例中所描述的实施方式并不代表与本申请相一致的所有实施方式。相反,它们仅是与如所附权利要求书中所详述的、本申请的一些方面相一致的装置和方法的例子。Exemplary embodiments will be described in detail here, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numerals in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the following exemplary embodiments do not represent all implementations consistent with this application. Rather, they are merely examples of devices and methods consistent with certain aspects of the application as detailed in the appended claims.
在本申请使用的术语是仅仅出于描述特定实施例的目的,而非旨在限制本申请。在本申请和所附权利要求书中所使用的单数形式的“一种”、“所述”和“该”也旨在包括多数形式,除非上下文清楚地表示其他含义。还应当理解,本文中使用的术语“和/或”是指并包含一个或多个相关联的列出项目的任何或所有可能组合。The terminology used in this application is for the purpose of describing particular embodiments only and is not intended to limit the application. As used in this application and the appended claims, the singular forms "a", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and / or" as used herein refers to and includes any or all possible combinations of one or more of the associated listed items.
应当理解,尽管在本申请可能采用术语第一、第二、第三等来描述各种信息,但这些信息不应限于这些术语。这些术语仅用来将同一类型的信息彼此区分开。例如,在不脱离本申请范围的情况下,第一信息也可以被称为第二信息,类似地,第二信息也可以被称为第一信息。取决于语境,如在此所使用的词语“如果”可以被解释成为“在……时”或“当……时”或“响应于确定”。It should be understood that although the terms first, second, third, etc. may be used in this application to describe various information, such information should not be limited to these terms. These terms are only used to distinguish the same type of information from each other. For example, without departing from the scope of the present application, the first information may also be referred to as the second information, and similarly, the second information may also be referred to as the first information. Depending on the context, the word "if" as used herein can be interpreted as "at" or "when" or "in response to determination".
图1是本申请一示例性实施例示出的一种处理预约单的方法的流程图;该实施例可以用于具有用车预约单处理功能的终端设备(如智能手机、平板电脑和台式笔记本等)或服务端(包括一台或多台服务器等)。如图1所示,该方法包括步骤S101-S103。FIG. 1 is a flowchart of a method for processing a reservation order, according to an exemplary embodiment of the present application; this embodiment can be used for a terminal device (such as a smart phone, a tablet computer, a desktop notebook, and the like) having a function of processing a reservation order for a car. ) Or server (including one or more servers, etc.). As shown in FIG. 1, the method includes steps S101-S103.
S101:接收用车预约单,所述用车预约单包含预约用车时间和出发地。S101: Receive a car reservation form, where the car reservation form includes a reserved car time and a departure place.
乘客在预约车辆时,会向服务端发送包含预约用车时间和出发地等乘车信息的用车 预约单。When booking a vehicle, a passenger will send a car reservation form to the server that contains information on the time of the reserved car and the place of departure.
上述用车预约单除包含预约用车时间和出发地之外,还可以包含其他相关信息,如目的地等,本实施例对此不进行限定。在一实施例中,上述预约用车时间可以为未来某时间,例如,乘客发送预约单的时间为2018年5月1日上午9:00,则该预约用车时间可以为2018年5月2日下午15:00。The above-mentioned car booking order includes the reserved car time and departure place, and may also include other related information, such as a destination, which is not limited in this embodiment. In an embodiment, the above-mentioned reserved car use time may be a certain time in the future. For example, when the passenger sends a reservation order at 9:00 am on May 1, 2018, the reserved car use time may be May 2, 2018. Sunday at 15:00.
值得说明的是,上述预约用车时间的形式仅用于示例性说明,在实际实施中,可以根据需要采用其他形式,如时间戳等,本实施例对此不进行限定。It is worth noting that the above-mentioned form of the reserved car use time is only for illustrative purposes. In actual implementation, other forms such as a time stamp may be adopted as needed, which is not limited in this embodiment.
上述出发地可以为服务端根据乘客所在地(乘客的终端设备自动识别出的用户所在地)推荐的上车地点,也可以为用户手动输入的上车地点,本实施例对此不进行限定。The starting point may be a boarding point recommended by the server based on the passenger's location (the location of the user automatically recognized by the terminal device of the passenger), or a boarding point manually input by the user, which is not limited in this embodiment.
S102:确定在所述用车预约单的接收时间之后、并在所述预约用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率。S102: Determine a success rate of order allocation corresponding to each preset time period in a plurality of preset time periods after the reception time of the car use reservation order and before the reserved car use time.
在一实施例中,上述多个预设时间段可以为以所述预约用车时间为起点的、多个首尾相连直至所述用车预约单的接收时间的时间段。In one embodiment, the plurality of preset time periods may be a time period from the end of the car reservation time to the reception time of the car use reservation order starting from the car reservation time.
举例来说,若乘客发送预约单的时间为2018年5月1日上午9:00,且预约用车时间为2018年5月2日下午15:00,则多个预设时间段可以为2018年5月2日下午14:00~15:00,2018年5月2日下午13:00~14:00,…,2018年5月1日上午9:00~10:00。For example, if a passenger sends an appointment order at 9:00 am on May 1, 2018, and the scheduled appointment is at 15:00 pm on May 2, 2018, multiple preset time periods may be 2018 14: 00 ~ 15: 00 on May 2nd, 13: 00 ~ 14: 00 on May 2nd, 2018,…, 9: 00 ~ 10: 00 a.m. on May 1, 2018.
在一实施例中,上述多个预设时间段也可以为在所述预约用车时间与所述用车预约单的接收时间之间的被间隔开的多个非首尾相连的时间段。例如,若乘客发送预约单的时间为2018年5月1日上午9:00,且预约用车时间为2018年5月2日下午15:00,则多个预设时间段可以为2018年5月2日下午13:30~14:30,2018年5月2日下午12:00~13:00,…,2018年5月1日上午10:00~11:00。In an embodiment, the plurality of preset time periods may also be a plurality of non-end-to-end time periods spaced between the reserved car use time and the reception time of the car use reservation order. For example, if the passenger sends the booking order at 9:00 am on May 1, 2018, and the scheduled appointment time is at 15:00 pm on May 2, 2018, the multiple preset time periods may be May 2018. 13:30 to 14:30 pm on May 2nd, 12:00 to 13:00 pm on May 2, 2018, ..., and 10:00 to 11:00 am on May 1, 2018.
在一实施例中,可以根据服务端以往采集并存储的网约车历史数据计算预约用车时间之前的多个预设时间段中,每个预设时间段的派单成功率,如提前一个小时派单的派单成功率、提前两个小时派单的派单成功率、提前N小时派单的派单成功率等。其中,N可根据接收预约单的时间与预约用车时间的差值进行计算。在一实施例中,若该差值不为整数,则可以对该差值进行向下取整。In one embodiment, based on the historical data collected and stored by the server in the past, it can calculate the success rate of dispatching for each preset time period in multiple preset time periods before the reserved car time, such as one in advance. Order success rate for hourly orders, order success rate two hours in advance, order success rate N hours in advance. Among them, N can be calculated according to the difference between the time when the reservation order is received and the time for the reserved car. In an embodiment, if the difference is not an integer, the difference may be rounded down.
值得说明的是,上述各预设时间段的长度选为1小时仅用于示例性说明,在实际实施中,可以根据需要将各个时间段均设置为5分钟、10分钟、30分钟、2小时等,或者,还可以将各个时间段的长度设置为不相等,本实施例对此不进行限定。It is worth noting that the length of each of the above preset time periods is selected as an example for illustrative purposes only. In actual implementation, each time period can be set to 5 minutes, 10 minutes, 30 minutes, and 2 hours as required. Etc. Alternatively, the lengths of the respective time periods may be set to be different, which is not limited in this embodiment.
当确定预约用车时间以及各预设时间段的长度后,可以计算在所述用车预约单的接收时间之后、并在该预约用车时间之前的多个预设时间段中,每个预设时间段的派单成功率。各预设时间段的派单成功率的计算方式可以参见下述图2所示实施例,在此先不进行详述。After determining the reserved car use time and the length of each preset time period, each of a plurality of preset time periods after the reception time of the car use reservation form and before the reserved car use time may be calculated. Set the dispatch success rate for the time period. For the calculation method of the dispatch success rate for each preset time period, refer to the embodiment shown in FIG. 2 below, which will not be described in detail here.
S103:根据所述多个预设时间段内的派单成功率确定所述用车预约单的派单时间。S103: Determine the dispatch time of the car reservation order according to the dispatch success rate in the multiple preset time periods.
在一实施例中,当确定多个预设时间段内的派单成功率后,可以根据该多个预设时间段内的派单成功率分别计算提前一个预设时间段、两个预约时间段至多个时间段时所述用车预约单派单成功率,直至满足派单成功率需求;然后可以根据满足派单成功率所需的多个预设时间段的总和确定总共需要提前派单的时间长度,进而可以计算出派单时间。例如,若计算出需要提前4个小时派单,而预约用车时间为2018年5月2日下午15:00,则可以确定派单时间为2018年5月2日上午11:00。In one embodiment, after determining the dispatch success rate in a plurality of preset time periods, the advance dispatch time in the plurality of preset time periods may be used to calculate a preset time period and two reservation times in advance, respectively. The success rate of the single car booking for the car booking as described in the segment to multiple time periods until the demand for the order success rate is met; then the total need for advance ordering can be determined based on the sum of multiple preset time periods required to meet the order success rate. The length of time can be calculated. For example, if it is calculated that the order needs to be dispatched 4 hours in advance, and the appointment time is 15:00 PM on May 2, 2018, then the order dispatch time can be determined to be 11:00 AM on May 2, 2018.
确定所述用车预约单的派单时间的方式可以参见下述图4A所示实施例,在此先不进行详述。For a manner of determining the dispatch time of the vehicle reservation order, reference may be made to the embodiment shown in FIG. 4A below, which will not be described in detail here.
S104:若到达所述派单时间,则向以所述出发地为中心的预设区域内的网约车发送所述用车预约单。S104: If the dispatch time is reached, send the car reservation order to a network-booked car in a preset area centered on the departure place.
当确定派单时间后,可以在到达该派单时间时,向以所述出发地为中心的预设区域内的网约车发送所述用车预约单。When the dispatch time is determined, when the dispatch time is reached, the car reservation order may be sent to a network-booking car in a preset area centered on the departure place.
值得说明的是,派单模式相比于抢单模式能够取得更高的约车成功率,原因是:抢单模式下,司机在决定是否抢单时了解的信息非常有限,仅根据自身的位置、意愿以及预约用车时间、出发地和目的地等因素进行判断,而对实时路况、供需情况、其他司机和乘客的状况了解较少。而在派单模式下,服务端除了考虑司机的位置、司机接单意愿(根据大数据分析结果)、预约用车时间、出发地和目的地等因素以外,还可以综合路况、供需情况、司机和乘客的状况分布情况等因素确定最佳的司机进行派单,因而可以降低无司机抢单的概率,提高乘客约车的成功率,并且可以综合考虑路况、运力和提单分布等情况,给予司机一定预约补贴,达到提升司乘双方体验的目的。It is worth noting that the dispatch mode can achieve a higher success rate than the rush order mode. The reason is that under the rush order mode, the driver knows very little information when deciding whether to rush to order, based only on his own position. , Willingness, and time to book a car, departure and destination, and other factors, but less knowledge of real-time road conditions, supply and demand, and other drivers and passengers. In the dispatch mode, in addition to considering the driver's location, the driver's willingness to take orders (based on the results of big data analysis), the time of the reserved car, the departure and destination, and other factors, the server can also integrate road conditions, supply and demand, and drivers And the distribution of passengers ’conditions determine the best driver for dispatching, which can reduce the probability of no driver snatching orders, improve the success rate of passenger appointments, and give drivers comprehensive consideration of road conditions, capacity, and bill of lading distribution. Make sure to make an appointment for subsidies to achieve the purpose of improving the experience of both the driver and the driver.
发送所述用车预约单的方式可以参见下述图5A所示实施例,在此先不进行详述。For a manner of sending the car reservation order, reference may be made to the embodiment shown in FIG. 5A below, which is not described in detail here.
由上述描述可知,相比于获取用车预约单后即时进行广播的技术,本实施例可以根据在所述用车预约单的获取时间之后、并在预约用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率确定该用车预约单的派单时间,可以相对准确地计算派 单时间,并可以在到达派单时间时,将该预约单作为即时单进行处理,以使司机在判断是否接单时可以根据当前情况更准确地预见能否及时提供载客服务,降低司机误接单的概率,增加约车的成功率,进而可以提升用户体验。It can be known from the foregoing description that, compared with the technology of broadcasting immediately after obtaining a car reservation form, this embodiment may be based on multiple preset times after the time of obtaining the car reservation form and before the time of the reserved car use. In the segment, the dispatch success rate corresponding to each preset time period determines the dispatch time of the car reservation order. The dispatch time can be calculated relatively accurately, and when the dispatch time is reached, the appointment order can be regarded as instant. The order is processed so that the driver can more accurately predict whether the passenger service can be provided in a timely manner according to the current situation when judging whether to accept the order, reduce the probability of the driver receiving a wrong order, increase the success rate of the appointment, and thereby improve the user experience.
图2是本申请一示例性实施例示出的如何确定每个预设时间段的派单成功率的流程图;本实施例在上述实施例的基础上以如何确定每个预设时间段的派单成功率为例进行示例性说明。如图2所示,步骤S102中确定所述预约用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率,可以包括以下步骤S201-S202。Fig. 2 is a flow chart showing how to determine the dispatch success rate of each preset time period according to an exemplary embodiment of the present application; based on the above embodiment, how to determine the dispatch of each preset time period in this embodiment The single success rate is exemplified for example. As shown in FIG. 2, in step S102, determining a success rate of order allocation corresponding to each preset time period among a plurality of preset time periods before the scheduled car use time may include the following steps S201-S202.
S201:确定每个所述预设时间段内,所述预设区域的派单成功率特征值。S201: Determine the characteristic value of the dispatch success rate of the preset area in each of the preset time periods.
可以确定每个所述预设时间段内,以所述出发地为中心的预设区域的派单成功率特征值。A characteristic value of the success rate of dispatching in a preset area centered on the departure place within each of the preset time periods may be determined.
上述派单成功率特征可以由开发人员根据实际业务需要进行选取和设置。例如,可以将派单成功率特征设置为各预设时间段内上述预设区域的车辆行驶速度均值、运力密度和司机不取消订单概率(用于反映司机接单意愿)中的至少一项。本实施例对此不进行限定。The above distribution success rate characteristics can be selected and set by developers according to actual business needs. For example, the distribution success rate feature may be set to at least one of the average vehicle speed, the capacity density, and the probability that the driver will not cancel the order (used to reflect the driver's willingness to take orders) in the above-mentioned preset areas during each preset time period. This embodiment is not limited to this.
S202:将所述派单成功率特征值输入预先训练的派单成功率模型,得到每个所述预设时间段内的派单成功率。S202: Input the feature value of the dispatch success rate into a pre-trained dispatch success rate model to obtain the dispatch success rate in each of the preset time periods.
可以预先根据样本数据训练派单成功率模型,该模型的输入为派单成功率特征值,如预设时间段内上述预设区域的车辆行驶速度均值、运力密度和司机不取消订单概率中的至少一项,输出为每个所述预设时间段内的派单成功率。The dispatch success rate model can be trained according to the sample data in advance. The input of the model is the feature value of the dispatch success rate, such as the average speed of the vehicle, the capacity density, and the probability of the driver not canceling the order within the preset time period in the above-mentioned area At least one item is output as a success rate of dispatch within each of the preset time periods.
当得到每个所述预设时间段内,所述预设区域的派单成功率特征值后,可以将该派单成功率特征值输入预先训练的派单成功率模型,得到每个所述预设时间段内的派单成功率。After obtaining the distribution success rate characteristic value of the preset area in each of the preset time periods, the distribution success rate characteristic value may be input to a pre-trained distribution success rate model to obtain each of the Order success rate within a preset time period.
上述派单成功率模型的训练方式可以参见下述图3所示实施例,在此先不进行详述。For the training method of the above-mentioned dispatch success rate model, reference may be made to the embodiment shown in FIG. 3 below, which will not be described in detail here.
由上述描述可知,本实施例通过确定每个所述预设时间段内,所述预设区域的派单成功率特征值,并将所述派单成功率特征值输入预先训练的派单成功率模型,得到每个所述预设时间段内的派单成功率,可以为后续根据各个预设时间段内的派单成功率确定用车预约单的派单时间提供依据,保证派单时间的准确度。It can be known from the foregoing description that in this embodiment, by determining the characteristic value of the distribution success rate of the preset area in each of the preset time periods, and inputting the characteristic value of the distribution success rate into the pre-trained distribution success Rate model to obtain the dispatch success rate in each of the preset time periods, which can provide a basis for determining the dispatch time of the car reservation order based on the dispatch success rate in each preset time period to ensure the dispatch time Accuracy.
图3是本申请又一示例性实施例示出的如何确定每个预设时间段的派单成功率的流 程图;本实施例描述了如何确定每个预设时间段的派单成功率。如图3所示,步骤S102中确定在所述用车预约单的接收时间之后、并在所述预约用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率,可以包括以下步骤S301-S305。Fig. 3 is a flow chart showing how to determine the success rate of dispatching for each preset time period according to another exemplary embodiment of the present application; this embodiment describes how to determine the success rate of dispatching for each preset time period. As shown in FIG. 3, in step S102, it is determined that the dispatch order corresponding to each preset time period is in a plurality of preset time periods after the reception time of the car use reservation order and before the reserved car use time. The success rate may include the following steps S301-S305.
S301:获取多个预设时间段内目标区域的样本派单成功率特征值,所述目标区域包括所述预设区域。S301: Acquire a sample distribution success rate characteristic value of a target area in a plurality of preset time periods, where the target area includes the preset area.
为了训练派单成功率模型,可以预先设置多个目标区域,并获取多个预设时间段内各目标区域的样本派单成功率特征值。In order to train the dispatch success rate model, multiple target regions can be set in advance, and the sample dispatch success rate characteristic values of each target region within multiple preset time periods can be obtained.
上述目标区域可以根据实际业务需要进行划分,例如可以根据街道、商圈、写字楼群等将目标环境划分多个10~20平方公里大小的区域。预设区域是以出发地为中心的搜索可用网约车的区域,因而该预设区域要小于目标区域。The above target area can be divided according to actual business needs, for example, the target environment can be divided into multiple areas of 10-20 square kilometers in size according to streets, business districts, office buildings, and the like. The preset area is an area for searching for an available car rental centered at the departure place, so the preset area is smaller than the target area.
上述目标环境可以由开发人员根据实际配送业务的需要进行选取,例如可以选取业务所在的国家、省份、城市或乡镇等,本实施例对此不进行限定。The above target environment can be selected by the developer according to the needs of the actual distribution service. For example, the country, province, city, or town where the service is located can be selected, which is not limited in this embodiment.
S302:标定每个预设时间段内所述样本派单成功率特征值对应的派单成功率。S302: Calibrate the distribution success rate corresponding to the sample distribution success rate characteristic value in each preset time period.
当获取多个预设时间段内目标区域的样本派单成功率特征值后,可以对每个预设时间段内所述样本派单成功率特征值对应的派单成功率进行标定。可以采取人工方式(即有监督的方式)或机器学习方式(半监督方式),对每个预设时间段内所述样本派单成功率特征值对应的派单成功率进行标定,本实施例对比不进行限定。After obtaining the sample dispatch success rate characteristic value of the target area in multiple preset time periods, the dispatch success rate corresponding to the sample dispatch success rate characteristic value in each preset time period may be calibrated. A manual method (that is, a supervised method) or a machine learning method (semi-supervised method) can be used to calibrate the sample delivery success rate corresponding to the sample delivery success rate characteristic value within each preset time period. This embodiment The comparison is not limited.
S303:将每个预设时间段内目标区域的所述样本派单成功率特征值以及所述样本派单成功率特征值对应的派单成功率作为训练集,训练派单成功率模型。S303: Use the sample dispatch success rate feature value and the sample dispatch success rate feature value corresponding to the sample dispatch success rate feature value in the target area within each preset time period as a training set to train a dispatch success rate model.
当得到每个预设时间段内目标区域的上述所述样本派单成功率特征值以及所述样本派单成功率特征值对应的派单成功率后,可以将所述样本派单成功率特征值以及所述样本派单成功率特征值对应的派单成功率作为训练集,训练派单成功率模型。After obtaining the above-mentioned sample order success rate characteristic value and the target order success rate corresponding to the sample order success rate characteristic value in the target area within each preset time period, the sample order success rate characteristic may be Value and the sample success rate corresponding to the sample dispatch success rate feature value are used as training sets to train the dispatch success rate model.
上述派单成功率模型可以为支持向量机、卷积神经网络(CNN)模型等,也可以由开发人员根据实际业务需要选取其他模型进行训练,本实施例对此不进行限定。The above dispatch success rate model may be a support vector machine, a convolutional neural network (CNN) model, or the developer may select other models for training according to actual business needs, which is not limited in this embodiment.
S304:确定每个所述预设时间段内,所述预设区域的派单成功率特征值。S304: Determine the characteristic value of the dispatch success rate of the preset area in each of the preset time periods.
S305:将所述派单成功率特征值输入预先训练的所述派单成功率模型,得到每个所述预设时间段内的派单成功率。S305: The feature value of the dispatch success rate is input into the dispatch success rate model trained in advance to obtain the dispatch success rate in each of the preset time periods.
其中,步骤S304-S305的相关解释和说明可以参见上述实施例,在此不再进行赘述。For related explanations and descriptions of steps S304-S305, refer to the foregoing embodiments, and details are not described herein again.
以上步骤S301至步骤S303可以预先执行,即预先根据样本数据来训练派单成功率模型。The above steps S301 to S303 may be performed in advance, that is, the dispatch success rate model is trained according to the sample data in advance.
由上述描述可知,本实施例通过获取多个预设时间段内目标区域的样本派单成功率特征值,并标定每个预设时间段内所述样本派单成功率特征值对应的派单成功率,进而将每个预设时间段内目标区域的所述样本派单成功率特征值以及所述样本派单成功率特征值对应的派单成功率作为训练集,训练派单成功率模型,使得后续可以基于训练好的派单成功率模型计算每个所述预设时间段内的派单成功率,进而为后续根据各个预设时间段内的派单成功率确定用车预约单的派单时间提供依据,保证派单时间的准确度。As can be seen from the above description, in this embodiment, by acquiring sample feature success rate characteristic values of target regions in multiple preset time periods, and calibrating the corresponding order value of the sample order success rate characteristic values in each preset time period The success rate, and further uses the sample dispatch success rate feature value and the sample dispatch success rate feature value corresponding to the sample dispatch success rate feature value in the target region within each preset time period as a training set to train the dispatch success rate model So that the subsequent success rate can be calculated based on the trained success rate model in each of the preset time periods, and then the car booking order can be determined based on the success rate of dispatch in each preset time period. The dispatch time provides a basis to ensure the accuracy of the dispatch time.
图4A是本申请一示例性实施例示出的如何确定用车预约单的派单时间的流程图;图4B是本申请一示例性实施例示出的用车预约单处理过程中各时间段的网约车查找范围的示意图;图4C是本申请又一示例性实施例示出的用车预约单处理过程中各时间段的网约车查找范围的示意图。FIG. 4A is a flowchart showing how to determine a dispatch time of a car reservation order according to an exemplary embodiment of the present application; FIG. 4B is a network in each time period during a process of car reservation order processing according to an exemplary embodiment of the present application 4C is a schematic diagram of a search range of a network of car appointments in each time period during the process of a car booking reservation process according to another exemplary embodiment of the present application.
本实施例在上述实施例的基础上,描述了如何确定用车预约单的派单时间。如图4A所示,步骤S103中根据所述多个预设时间段内的派单成功率确定所述用车预约单的派单时间,包括以下步骤S401-S402。Based on the above embodiment, this embodiment describes how to determine the dispatch time of the car reservation order. As shown in FIG. 4A, in step S103, the dispatch time of the car reservation order is determined according to the dispatch success rate in the multiple preset time periods, and includes the following steps S401-S402.
S401:从以所述预约用车时间为起点的第一个预设时间段开始,逐一累计各个所述预设时间段对应的派单成功率,直至当前累计得到的总派单成功率符合成功率条件。其中,该“累计”操作通过概率计算的相关算法来实现,将在下文中进行描述。S401: Starting from the first preset time period starting from the reserved car use time, accumulating the dispatch success rate corresponding to each of the preset time periods one by one, until the total cumulative success rate of the current dispatch is consistent with success Rate conditions. The "cumulative" operation is implemented by a related algorithm of probability calculation, which will be described below.
S402:根据所述预约用车时间与当前累计的各个所述预设时间段的差值确定所述用车预约单的派单时间。S402: Determine a dispatch time of the car reservation order according to a difference between the car reservation time and each of the preset time periods currently accumulated.
可以建立一个如图4B所示的立体模型,该模型用于从时间和空间上更清楚、直观地说明用车预约单处理过程中各时间段的网约车查找范围。如图4B所示,x、y轴用于代表地理坐标,T轴用于代表时间。假设预约用车时间为T=0时刻,为了确保乘客能够准时上车,服务端可以提前一段时间确定接驾的网约车。理论上来说,提前的时间越长,用于搜索接驾的网约车的范围可以越大(假设网约车的行驶速度在时间和空间上均匀)。举例来说,假设在T=-t时刻司机开始接驾(即接驾时间为t),且网约车的行驶速度均值为v,则可以计算出用于搜索接驾的网约车的范围为以乘客的出发地为中心,半径为R=v*t的圆。也就是说,假设网约车的行驶速度在时间和空间上均匀,则可以从T=0时刻开始,以出发地为圆心向时间轴负方向构建圆锥模型,该圆锥的顶角θ的正切函数的 值为v(即,tanθ=v),高为t,在时间t的圆形切面即可用于表示接驾时间为t时搜索接驾的网约车的范围。A three-dimensional model as shown in FIG. 4B can be established, and the model is used to more clearly and intuitively explain the search range of the online car rental in each time period from the time and space in the processing of the car booking order. As shown in FIG. 4B, the x and y axes are used to represent geographic coordinates, and the T axis is used to represent time. Assume that the reserved car time is T = 0. In order to ensure that passengers can get on the car on time, the server can determine the online appointment for the ride some time in advance. Theoretically, the longer the advance time is, the larger the range of the network-reserved car used for searching for the pickup can be (assuming that the network-reserved car's traveling speed is uniform in time and space). For example, assuming that the driver starts to pick up at T = -t (that is, the pick-up time is t), and the average speed of the network-reserved car is v, the range of the network-reserved car used to search for the driver can be calculated. A circle with a radius of R = v * t, centered on the departure point of the passenger. That is, assuming that the traveling speed of the ride-hailing car is uniform in time and space, a cone model can be constructed starting from the time T = 0 and centered on the starting point to the negative direction of the time axis. The tangent function of the vertex angle θ of the cone The value of is v (that is, tanθ = v), the height is t, and the circular section at time t can be used to indicate the range of the search for a ride-hailing car when the pickup time is t.
在此基础上,如果将接驾时间从t增加到(t+dt),即增加一个预设时间段,则圆锥的高度变为(t+dt),多了高为dt的圆台(即图中粗线所示部分)。从图4B中可以看出,时间t越大,圆形切面越大,意味着用于搜索网约车的范围也越大。On this basis, if the pick-up time is increased from t to (t + dt), that is, by adding a preset time period, the height of the cone becomes (t + dt), and a round table with a height of dt (that is, the figure) Middle thick line). It can be seen from FIG. 4B that the larger the time t, the larger the circular cut surface, which means that the range used for searching for a car about the network is also larger.
上述总派单成功率符合成功率条件,可以包括:总派单成功率大于或等于预设派单成功率阈值。其中,该预设派单成功率阈值可以由开发人员或用户根据实际需要进行设置,如设置为95%或99%。The above-mentioned total dispatch success rate meets the success rate condition, and may include: the total dispatch success rate is greater than or equal to a preset dispatch success rate threshold. The preset success rate threshold can be set by a developer or user according to actual needs, such as 95% or 99%.
如图4C所示,从预约用车时间T=0为起点的第一个预设时间段(即高为t的小圆锥)开始,逐一累计各个预设时间段对应的派单成功率(即逐一增加dt圆台对应的派单成功率),直至当前累计得到的总派单成功率达到预设派单成功率阈值,进而可以根据当前累计的时间段确定接驾时间,即提前派单的时间。As shown in FIG. 4C, starting from the first preset time period (that is, the small cone with a height of t) as the starting point of the reserved vehicle time T = 0, the success rate of order allocation corresponding to each preset time period (i.e., Increasing the order success rate corresponding to the dt round table one by one), until the total accumulated order success rate currently reached the preset order success rate threshold, and then the pick-up time can be determined according to the current accumulated time period, that is, the time of advance order .
从T=0开始将n个圆台依次编号为1,2,…,n(其中编号为1的圆台为高为t的圆锥)。假设在n个圆台中搜索到符合派单条件的网约车并派单成功的概率为P,且在第i个圆台中搜索到符合派单条件的网约车并派单成功的概率为Pi,则对应的失败概率为(1-Pi)。假设在n个圆台中搜索到符合派单条件的网约车并派单成功的事件相互独立,则在n个圆台中均搜索不到符合派单条件的网约车的概率为
Figure PCTCN2018121232-appb-000002
Figure PCTCN2018121232-appb-000003
由此,可以将计算概率P的问题转化为计算各个圆台的概率Pi的问题,进而可通过计算各个圆台的概率Pi来计算概率P,即,
Starting from T = 0, n round tables are sequentially numbered as 1, 2, ..., n (where the round table with number 1 is a cone with a height of t). Assume that the probability that a network-booking vehicle that meets the dispatch conditions is found in n round tables and the order is successful is P, and the probability that a network-booking vehicle that meets the dispatch conditions is searched in the i-th stage is successful and the order is Pi , The corresponding failure probability is (1-Pi). Assuming that the online booking car that meets the dispatch conditions is searched in n round platforms and the successful events are independent of each other, the probability that no online booking car that meets the dispatch conditions is found in all n round platforms is
Figure PCTCN2018121232-appb-000002
which is
Figure PCTCN2018121232-appb-000003
Thus, the problem of calculating the probability P can be converted into the problem of calculating the probability Pi of each round table, and then the probability P can be calculated by calculating the probability Pi of each round table, that is,
Figure PCTCN2018121232-appb-000004
Figure PCTCN2018121232-appb-000004
举例来说,若编号为1的圆台中搜索到网约车并派单成功的概率为P1:若该概率P1大于或等于预设成功率阈值95%,则可以确定派单时间为T=-t;若该概率P1小于预设成功率阈值95%,则在编号1的圆台的基础上累计编号2的圆台的概率,即计算编号1和编号2的圆台中搜索到网约车并派单成功的概率P 12=1-(1-P 1)(1-P 2)。若该概率P 12大于或等于预设成功率阈值95%,则可以确定派单时间为T=-(t+dt1);若该概率P 12小于预设成功率阈值95%,则在编号1、编号2的圆台的基础上继续累计编号3的圆台的概率,即计算编号1、编号2和编号3的圆台中搜索到网约车并派单成功的概率P 123=1-(1-P 1)(1-P 2)(1-P 3),若该概率P 123值大于或等于预设成功率阈值95%,则,可以确定派单时间为T=-(t+dt1+dt2);若该概率P 123值小于预设成功率阈值95%, 则在编号1、编号2、编号3的圆台的基础上再继续累计编号4的圆台的概率,直至所得的概率大于或等于预设成功率阈值95%。 For example, if the round-table car number 1 is found and the probability of successful dispatch is P1: if the probability P1 is greater than or equal to the preset success rate threshold of 95%, the dispatch time can be determined to be T =- t; If the probability P1 is less than the preset success rate threshold of 95%, the probability of the round table of number 2 is accumulated on the basis of the round table of number 1, that is, the number of round tables of number 1 and number 2 is calculated and a car is searched and dispatched Probability of success P 12 = 1- (1-P 1 ) (1-P 2 ). If the probability P 12 is greater than or equal to the preset success rate threshold of 95%, it can be determined that the dispatch time is T =-(t + dt1); if the probability P 12 is less than the preset success rate threshold of 95%, the number is 1 On the basis of the round tables of No. 2 and No. 2, the probability of continuing to accumulate the round table of No. 3 is calculated, that is, the probability of successful search for an online car from the round tables of No. 1, No. 2, and No. 3 is calculated. P 123 = 1- (1-P 1 ) (1-P 2 ) (1-P 3 ), if the probability P 123 value is greater than or equal to the preset success rate threshold 95%, then it can be determined that the dispatch time is T =-(t + dt1 + dt2) ; If the value of the probability P 123 is less than the preset success rate threshold of 95%, the probability of the round table of number 4 is continued to be accumulated on the basis of the round tables of number 1, 2, and 3, until the obtained probability is greater than or equal to the preset The success rate threshold is 95%.
值得说明的是,如果网约车的行驶速度在时间或空间上不均匀,则每个圆台的顶角不一定相等。如果希望表示出行驶速度在时间或空间上不均匀的情形,则圆台的截面可以设置为不规则的平面,即从圆锥衍生出不规则的锥体。然而,这类从圆锥衍生的不规则锥体具有的共同特征为:当时间越接近T=0的出发时刻,搜索网约车的时间和空间范围越小。这个特征与即时单相反,因而对于既定用车时间的预约单,服务端必须把接驾时间严格考虑在内。而即时单的处理方式是:在乘客发出用车预约单后,即刻以乘客所在位置或邻近的上车点位置为圆心,在一定的搜索范围内搜索网约车,经过一段时间若搜索失败,则扩大搜索范围,扩大搜索范围后接驾时间很可能变长,乘客可自行选择是否等待,服务端并不需要对即时单保证接驾时间。It is worth noting that if the traveling speed of the net-ride car is not uniform in time or space, the apex angles of each round table may not be equal. If it is desired to indicate that the traveling speed is uneven in time or space, the cross section of the circular table can be set as an irregular plane, that is, an irregular cone derived from a cone. However, this type of irregular cones derived from cones has the common feature that the closer the time is to the departure time of T = 0, the smaller the time and space range of the search network about the car. This feature is the opposite of an instant order, so for the booking order of a given car time, the server must strictly consider the pick-up time. And the processing method of the instant order is: after the passenger issues a car reservation order, the passenger's location or the nearest pick-up point position is used as the center to search for a network appointment within a certain search range. After a period of time, if the search fails, Then the search scope is expanded, and the pick-up time is likely to be longer after the search scope is expanded. Passengers can choose whether to wait. The server does not need to guarantee the pick-up time for the immediate order.
由上述描述可知,本实施例通过从以所述预约用车时间为起点的第一个预设时间段开始,逐一累计各个所述预设时间段对应的派单成功率,直至当前累计得到的总派单成功率符合成功率条件,进而根据所述预约用车时间与当前累计的各个所述预设时间段的差值确定所述用车预约单的派单时间,可以相对准确地计算派单时间,进而可以在后续到达派单时间时,将该预约单作为即时单进行处理,以使司机可以根据当前情况更准确地预见能否及时提供载客服务,降低司机误接单的概率,增加约车的成功率,可以提升用户体验。As can be seen from the above description, this embodiment starts by accumulating the success rate of order allocation corresponding to each of the preset time periods starting from the first preset time period starting from the reserved car use time, until the current cumulatively obtained The total dispatch success rate meets the success rate condition, and then the dispatch time of the car reservation order is determined based on the difference between the reserved car time and each of the preset time periods currently accumulated, and the dispatch can be calculated relatively accurately Single time, and then the appointment order can be processed as an instant order when the order arrives later, so that the driver can more accurately predict whether the passenger service can be provided in a timely manner according to the current situation, and reduce the probability of the driver receiving the order by mistake. Increasing the success rate of car hire can improve user experience.
图5A是本申请一示例性实施例示出的如何发送用车预约单的流程图;本实施例在上述实施例的基础上,描述了如何发送用车预约单。如图5A所示,上述步骤S104中所述向以所述出发地为中心的预设区域内的网约车发送所述用车预约单,可以包括以下步骤S501-S502。Fig. 5A is a flow chart showing how to send a car reservation form according to an exemplary embodiment of the present application; based on the above embodiment, this embodiment describes how to send a car reservation form. As shown in FIG. 5A, the step of sending the car reservation order to a network-booked car in a preset area centered on the departure place as described in step S104 may include the following steps S501-S502.
S501:确定所述预设区域内符合派单条件的网约车。S501: Determining a network-aid car in the preset area that meets the ordering conditions.
当派单时间确定后,可以根据该派单时间确定用于搜索网约车的预设区域。举例来说,如图5B所示,若派单时间T=-t,则对应的搜索网约车的预设区域为派单时间T=-t对应的圆锥切面,即图5B中所示的半径R=v*t的圆对应的区域。When the dispatch time is determined, a preset area for searching for an online car can be determined according to the dispatch time. For example, as shown in FIG. 5B, if the dispatch time is T = -t, the preset area of the corresponding search network for a car is the cone section corresponding to the dispatch time T = -t, that is, as shown in FIG. 5B. Area corresponding to a circle with a radius R = v * t.
上述对应的区域可以用于表征用于搜索网约车的“可行区域”。由于接驾距离越近,网约车接驾所需时间越短,且司机接驾的意愿(即被派单后不取消订单的意愿)越强,因而可以在上述对应的“可行区域”内部确定一个更小的区域(如图5B中虚线表示的圆 形区域),作为用于搜索网约车的“优选区域”。值得说明的是,该优选区域的大小可以由开发人员根据经验或相关算法进行确定,例如设置为“可行区域”大小的80%、60%等,本实施例对此不进行限定。The corresponding areas described above can be used to characterize the "feasible areas" used to search for network rides. The closer the pick-up distance, the shorter the time required for pick-up, and the stronger the driver ’s willingness to pick up (that is, the willingness not to cancel the order after being dispatched), it can be within the corresponding “feasible area” A smaller area (such as a circular area indicated by a dashed line in FIG. 5B) is determined as a "preferred area" for searching for an online car. It is worth noting that the size of the preferred area can be determined by developers based on experience or related algorithms, for example, it is set to 80%, 60%, etc. of the size of the "feasible area", which is not limited in this embodiment.
举例来说,可以先在上述“可行区域”中先锁定一个网约车A,进而在“优选区域”内寻找更优的网约车B,若找到网约车B,则替换掉A;而如果网约车A即将离开“可行区域”,而并未在“优选区域”内找到更优的网约车B,则将用车预约单派给网约车A。其中,确定更优的网约车B的方式可以参见相关技术,本实施例对此不进行限定。For example, you can first lock a ride-hailing car A in the "feasible area", and then look for a better ride-hailing vehicle B in the "preferred area". If you find a ride-hailing vehicle B, replace A; and If the network-aid car A is about to leave the "feasible area" and no better network-aid car B is found in the "preferred area", the car reservation will be sent to the network-aid car A. For a manner of determining a more optimal ride-hailing vehicle B, refer to related technologies, which is not limited in this embodiment.
当确定预设区域后,可以在预设区域内的处于可用状态的网约车中筛选出符合派单条件的网约车。After the preset area is determined, among the available network rental cars in the preset area, the online rental cars that meet the dispatch conditions can be filtered.
上述可用状态的网约车可以包括当前在预设区域内已经处于可用状态的网约车,或者,可以为在预设时间内停靠或经过预设区域内的可以接单的网约车。The above-mentioned available network-aid cars may include the currently-available network-aid cars that are already available in a preset area, or may be network-aid cars that stop at a preset time or pass through the preset area and can take orders.
上述派单条件可以由开发人员或用户进行预先设置,例如可以设置为与出发地之间的距离、司机评分、服务次数等,本实施例对此不进行限定。例如,可以将派单条件设置为距离所述出发地最近的网约车。The above-mentioned dispatch conditions can be set in advance by a developer or a user, for example, it can be set as a distance from a departure place, a driver's rating, and the number of services, which is not limited in this embodiment. For example, the dispatch condition may be set to the ride-hailing service closest to the departure place.
S502:将所述用车预约单发送给所述网约车。S502: Send the car reservation order to the online car rental.
当确定预设区域内符合派单条件的网约车后,可以将上述用车预约单发送给该网约车。When it is determined that the online appointment car in the preset area meets the dispatching conditions, the above-mentioned car reservation order may be sent to the online appointment car.
由上述描述可知,本实施例通过确定所述预设区域内符合派单条件的网约车,并将所述用车预约单发送给所述网约车,可以准确地确定符合派单条件的网约车,相比于抢单模式,能够降低无司机抢单的概率,提高乘客约车的成功率,可以提升司乘双方体验。It can be known from the foregoing description that, in this embodiment, by determining the online appointment car that meets the dispatch condition in the preset area, and sending the car reservation order to the online appointment car, it is possible to accurately determine the Compared with the order-buying mode, online booking can reduce the probability of driver-less order-buying, increase the success rate of passenger booking, and improve the experience of both the driver and the passenger.
与前述方法实施例相对应,本申请还提供了相应的装置的实施例。Corresponding to the foregoing method embodiments, this application also provides embodiments of corresponding devices.
图6是本申请一示例性实施例示出的一种处理预约单的装置的结构图;如图6所示,该装置包括:预约单接收模块110、成功率确定模块120、派单时间确定模块130以及预约单发送模块140,其中:FIG. 6 is a structural diagram of a device for processing a reservation order shown in an exemplary embodiment of the present application; as shown in FIG. 6, the device includes: a reservation order receiving module 110, a success rate determination module 120, and a dispatch time determination module 130 and a reservation order sending module 140, where:
预约单接收模块110,用于接收用车预约单,所述用车预约单包含预约用车时间和出发地;The booking order receiving module 110 is configured to receive a car booking order, the car booking order including a reserved car time and a departure place;
成功率确定模块120,用于确定在所述用车预约单的接收时间之后、并在所述预约 用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率;The success rate determination module 120 is configured to determine that after a time of receiving the car use reservation order and in a plurality of preset time periods before the car use reservation order, the order allocation corresponding to each preset time period is successful rate;
派单时间确定模块130,用于根据所述多个预设时间段对应的所述派单成功率确定所述用车预约单的派单时间;The dispatch time determining module 130 is configured to determine the dispatch time of the car reservation order according to the dispatch success rate corresponding to the multiple preset time periods;
预约单发送模块140,用于当到达所述派单时间时,向以所述出发地为中心的预设区域内的网约车发送所述用车预约单。A booking order sending module 140 is configured to send the car booking order to a network-booked car in a preset area centered on the departure place when the time of the order is reached.
由上述描述可知,相比于获取用车预约单后即时进行广播的技术,本实施例可以根据在所述用车预约单的获取时间之后、并在预约用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率确定该用车预约单的派单时间,进而可以相对准确地计算派单时间,并在到达派单时间时,将该预约单作为即时单进行处理,以使司机在判断是否接单时,可以根据当前情况更准确地预见能否及时提供载客服务,降低司机误接单的概率,增加约车的成功率,进而可以提升用户体验。It can be known from the foregoing description that, compared with the technology of broadcasting immediately after obtaining a car reservation form, this embodiment may be based on multiple preset times after the time of obtaining the car reservation form and before the time of the reserved car use. In the segment, the dispatch success rate corresponding to each preset time period determines the dispatch time of the car reservation order, so that the dispatch time can be calculated relatively accurately, and when the dispatch time is reached, the appointment order is regarded as instant Order processing, so that when determining whether to accept an order, the driver can more accurately foresee whether the passenger service can be provided in a timely manner according to the current situation, reducing the probability of the driver receiving a wrong order, increasing the success rate of the appointment, and thereby improving the user experience .
图7是本申请又一示例性实施例示出的一种处理预约单的装置的结构图;其中,预约单接收模块210、成功率确定模块220、派单时间确定模块230以及预约单发送模块240与前述图6所示实施例中的预约单接收模块110、成功率确定模块120、派单时间确定模块130以及预约单发送模块140的功能相同,在此不进行赘述。如图7所示,成功率确定模块220可以包括:FIG. 7 is a structural diagram of a device for processing reservation orders, according to another exemplary embodiment of the present application; wherein, the reservation order receiving module 210, the success rate determination module 220, the dispatch time determination module 230, and the reservation order sending module 240 The functions of the reservation order receiving module 110, the success rate determination module 120, the dispatch time determination module 130, and the reservation order sending module 140 in the embodiment shown in FIG. 6 are the same, and details are not described herein. As shown in FIG. 7, the success rate determination module 220 may include:
特征值确定单元221,用于确定每个所述预设时间段内,所述预设区域的派单成功率特征值;A characteristic value determining unit 221, configured to determine a characteristic value of order success rate of the preset area in each of the preset time periods;
成功率确定单元222,用于将所述派单成功率特征值输入预先训练的派单成功率模型,得到每个所述预设时间段内的派单成功率。The success rate determining unit 222 is configured to input the dispatch success rate characteristic value into a pre-trained dispatch success rate model to obtain a dispatch success rate within each of the preset time periods.
在一实施例中,所述装置还可以包括模型训练模块250,模型训练模块250可以包括:In an embodiment, the apparatus may further include a model training module 250, and the model training module 250 may include:
特征值获取单元251,用于获取多个预设时间段内目标区域的样本派单成功率特征值,所述目标区域包括所述预设区域;A feature value acquisition unit 251 is configured to obtain a feature value of a sample order success rate of a target area in a plurality of preset time periods, where the target area includes the preset area;
成功率标定单元252,用于标定每个预设时间段内所述样本派单成功率特征值对应的派单成功率;The success rate calibration unit 252 is configured to calibrate an order success rate corresponding to the sample order success rate characteristic value within each preset time period;
模型训练单元253,用于将每个预设时间段对应的所述样本派单成功率特征值以及所述样本派单成功率特征值对应的派单成功率作为训练集,训练派单成功率模型。A model training unit 253 is configured to use the sample dispatch success rate feature value corresponding to each preset time period and the sample dispatch success rate feature value corresponding to the sample dispatch success rate feature value as training sets to train the dispatch success rate model.
在一实施例中,所述派单成功率特征可以包括车辆行驶速度均值、运力密度和司机不取消订单概率中的至少一项。In an embodiment, the dispatch success rate characteristic may include at least one of an average speed of a vehicle, a capacity density, and a probability that the driver does not cancel the order.
在一实施例中,所述多个预设时间段可以为以所述预约用车时间为起点的、多个首尾相连的时间段。In an embodiment, the plurality of preset time periods may be a plurality of end-to-end time periods starting from the reserved car time.
派单时间确定模块230,可以包括:The dispatch time determination module 230 may include:
成功率累计单元231,用于从以所述预约用车时间为起点的第一个预设时间段开始,逐一累计各个所述预设时间段对应的派单成功率,直至当前累计得到的总派单成功率符合成功率条件;The success rate accumulating unit 231 is configured to start from the first preset time period starting from the reserved car use time period, and accumulate the success rate of order allocation corresponding to each of the preset time periods one by one, until the current total obtained total The dispatch success rate meets the success rate conditions;
派单时间确定单元232,用于根据所述预约用车时间与当前累计的各个所述预设时间段的差值确定所述用车预约单的派单时间。The dispatching time determining unit 232 is configured to determine the dispatching time of the vehicle reservation order according to the difference between the reserved vehicle time and each of the preset time periods currently accumulated.
在一实施例中,总派单成功率符合成功率条件,可以包括:In an embodiment, the total dispatch success rate meets the success rate condition, and may include:
所述总派单成功率大于或等于预设派单成功率阈值。The total dispatch success rate is greater than or equal to a preset dispatch success rate threshold.
在一实施例中,预约单发送模块240可以包括:In an embodiment, the reservation order sending module 240 may include:
网约车确定单元241,用于确定所述预设区域内符合派单条件的网约车;The network-booking-determining unit 241 is configured to determine a network-booking-ride in the preset area that meets the ordering conditions;
预约单发送单元242,用于将所述用车预约单发送给所述网约车。The booking order sending unit 242 is configured to send the car booking order to the online car rental.
值得说明的是,上述所有可选技术方案,可以采用任意结合形成本公开的可选实施例,在此不再一一赘述。It is worth noting that all of the above-mentioned optional technical solutions can be combined in any optional manner to form optional embodiments of the present disclosure, which will not be described in detail here.
本公开的处理预约单的装置的实施例可以应用在网络设备上。装置实施例可以通过软件实现,也可以通过硬件或者软硬件结合的方式实现。以软件实现为例,作为一个逻辑意义上的装置,是通过其所在设备的处理器将非易失性存储介质中对应的计算机程序指令读取到内存中运行形成的,其中计算机程序用于执行上述图1~图5B所示实施例提供的处理预约单的方法。从硬件层面而言,如图8所示,为本公开的处理预约单的设备的硬件结构图,除了图8所示的处理器801、网络接口802、内存803、非易失性存储介质804以及内部总线805之外,所述设备通常还可以包括其他硬件,如负责处理报文的转发芯片等等;从硬件结构上来讲该设备还可能是分布式的设备,可能包括多个接口卡,以便在硬件层面进行报文处理的扩展。另一方面,本申请还提供了一种计算机可读存储介质,存储介质存储有计算机程序,计算机程序用于执行上述图1~图5B所示实施例提供的处理预约单的方法。The embodiment of the apparatus for processing a reservation ticket of the present disclosure may be applied to a network device. The device embodiments can be implemented by software, or by hardware or a combination of software and hardware. Taking software implementation as an example, as a logical device, it is formed by reading the corresponding computer program instructions in the non-volatile storage medium into the memory through the processor of the device in which the computer program is executed. The method for processing a reservation order provided by the embodiment shown in FIG. 1 to FIG. 5B. In terms of hardware, as shown in FIG. 8, the hardware structure diagram of the device for processing reservation orders in the present disclosure, except for the processor 801, the network interface 802, the memory 803, and the non-volatile storage medium 804 shown in FIG. 8. In addition to the internal bus 805, the device may also generally include other hardware, such as a forwarding chip responsible for processing messages, etc. In terms of hardware structure, the device may also be a distributed device, which may include multiple interface cards. In order to expand the message processing at the hardware level. On the other hand, the present application also provides a computer-readable storage medium. The storage medium stores a computer program, and the computer program is configured to execute the method for processing a reservation order provided by the embodiment shown in FIG. 1 to FIG. 5B.
对于装置实施例而言,由于其基本对应于方法实施例,所以相关之处参见方法实施例的部分说明即可。以上所描述的装置实施例仅仅是示意性的,其中所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本申请方案的目的。本领域普通技术人员在不付出创造性劳动的情况下,即可以理解并实施。As for the device embodiment, since it basically corresponds to the method embodiment, the relevant part may refer to the description of the method embodiment. The device embodiments described above are only schematic, and the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located One place, or it can be distributed across multiple network elements. Some or all of these modules can be selected according to actual needs to achieve the purpose of the solution of this application. Those of ordinary skill in the art can understand and implement without creative efforts.
本领域技术人员在考虑说明书及实践这里公开的发明后,将容易想到本申请的其它实施方案。本申请旨在涵盖本申请的任何变型、用途或者适应性变化,这些变型、用途或者适应性变化遵循本申请的一般性原理并包括本申请未公开的本技术领域中的公知常识或惯用技术手段。说明书和实施例仅被视为示例性的,本申请的真正范围和精神由下面的权利要求指出。Those skilled in the art will readily contemplate other embodiments of the present application after considering the specification and practicing the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of this application. These variations, uses, or adaptations follow the general principles of this application and include common general knowledge or conventional technical means in the technical field not disclosed in this application. . It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the application being indicated by the following claims.
还需要说明的是,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、商品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、商品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、商品或者设备中还存在另外的相同要素。It should also be noted that the terms "including", "comprising" or any other variants thereof are intended to cover non-exclusive inclusion, so that a process, method, product, or device that includes a series of elements includes not only those elements, but also Other elements not explicitly listed, or those that are inherent to such a process, method, product, or device. Without more restrictions, the elements defined by the sentence "including a ..." do not exclude the existence of other identical elements in the process, method, product or equipment including the elements.
以上所述仅为本申请的较佳实施例而已,并不用以限制本申请,凡在本申请的精神和原则之内,所做的任何修改、等同替换、改进等,均应包含在本申请保护的范围之内。The above are only preferred embodiments of this application, and are not intended to limit this application. Any modification, equivalent replacement, or improvement made within the spirit and principle of this application shall be included in this application Within the scope of protection.

Claims (12)

  1. 一种处理预约单的方法,包括:A method for processing an appointment form includes:
    接收用车预约单,所述用车预约单包含预约用车时间和出发地;Receiving a car booking form, the car booking form including a reserved car time and a departure place;
    确定在所述用车预约单的接收时间之后、并在所述预约用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率;Determining a success rate of order allocation corresponding to each preset time period among a plurality of preset time periods after the reception time of the car use reservation order and before the reserved car use time;
    根据所述多个预设时间段对应的所述派单成功率确定所述用车预约单的派单时间;Determining a dispatch time of the car reservation order according to the dispatch success rate corresponding to the multiple preset time periods;
    若到达所述派单时间,则向以所述出发地为中心的预设区域内的网约车发送所述用车预约单。If the dispatch time is reached, the car booking order is sent to a network-booking car in a preset area centered on the departure place.
  2. 根据权利要求1所述的方法,确定在所述用车预约单的接收时间之后、并在所述预约用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率,包括:The method according to claim 1, determining a dispatch order corresponding to each preset time period among a plurality of preset time periods after the reception time of the car use reservation order and before the reserved car use time. Success rate, including:
    确定每个所述预设时间段内,所述预设区域的派单成功率特征值;Determining the characteristic value of the dispatch success rate of the preset area in each of the preset time periods;
    将所述派单成功率特征值输入预先训练的派单成功率模型,得到每个所述预设时间段对应的所述派单成功率。The feature value of the dispatch success rate is input into a pre-trained dispatch success rate model to obtain the dispatch success rate corresponding to each of the preset time periods.
  3. 根据权利要求2所述的方法,所述方法还包括:The method according to claim 2, further comprising:
    获取多个预设时间段内目标区域的样本派单成功率特征值,所述目标区域包括所述预设区域;Acquiring sample distribution success rate characteristic values of a target area in a plurality of preset time periods, the target area including the preset area;
    标定每个预设时间段内所述样本派单成功率特征值对应的派单成功率;Calibrating the distribution success rate corresponding to the characteristic value of the sample distribution success rate in each preset time period;
    将每个预设时间段对应的所述样本派单成功率特征值以及所述样本派单成功率特征值对应的派单成功率作为训练集,训练所述派单成功率模型。Use the sample dispatch success rate feature value corresponding to each preset time period and the sample dispatch success rate feature value corresponding to the sample dispatch success rate feature value as a training set to train the dispatch success rate model.
  4. 根据权利要求2所述的方法,所述派单成功率特征包括车辆行驶速度均值、运力密度和司机不取消订单概率中的至少一项。The method according to claim 2, wherein the dispatch success rate characteristic includes at least one of an average speed of the vehicle, a capacity density, and a probability that the driver does not cancel the order.
  5. 根据权利要求1所述的方法,所述多个预设时间段为以所述预约用车时间为起点的、多个首尾相连的时间段;The method according to claim 1, wherein the plurality of preset time periods are a plurality of end-to-end time periods starting from the reserved car time;
    根据所述多个预设时间段对应的所述派单成功率确定所述用车预约单的派单时间,包括:Determining the dispatch time of the car booking order according to the dispatch success rate corresponding to the multiple preset time periods includes:
    从以所述预约用车时间为起点的第一个预设时间段开始,向着所述用车预约单的接收时间逐一累计各个所述预设时间段对应的派单成功率,直至当前累计得到的总派单成功率符合成功率条件;Starting from the first preset time period starting from the reserved car use time, accumulating the success rate of order allocation corresponding to each of the preset time periods toward the receiving time of the car use booking order, until the current cumulative The success rate of total dispatches meets the success rate conditions;
    根据所述预约用车时间与当前累计的各个所述预设时间段的差值确定所述用车预约单的派单时间。The dispatch time of the car reservation order is determined according to a difference between the reserved car use time and each of the preset time periods currently accumulated.
  6. 根据权利要求5所述的方法,所述总派单成功率符合成功率条件,包括:The method according to claim 5, wherein the total dispatch success rate meets a success rate condition, comprising:
    所述总派单成功率大于或等于预设派单成功率阈值。The total dispatch success rate is greater than or equal to a preset dispatch success rate threshold.
  7. 根据权利要求5所述的方法,所述总派单成功率的计算公式为:The method according to claim 5, wherein the calculation formula of the total dispatch success rate is:
    Figure PCTCN2018121232-appb-100001
    Figure PCTCN2018121232-appb-100001
    其中,P为总派单成功率,Pi为第i个预设时间段对应的派单成功率,n为当前累计的预设时间段的数量。Among them, P is the overall order success rate, Pi is the order success rate corresponding to the i-th preset time period, and n is the number of currently accumulated preset time periods.
  8. 根据权利要求1-7任一项所述的方法,向以所述出发地为中心的所述预设区域内的网约车发送所述用车预约单,包括:The method according to any one of claims 1 to 7, sending the car reservation order to a network-booked car in the preset area centered on the departure place, comprising:
    确定所述预设区域内符合派单条件的网约车;Determining a network-booking car in the preset area that meets the dispatch conditions;
    将所述用车预约单发送给所述网约车。And sending the car reservation order to the online car rental.
  9. 根据权利要求1所述的方法,所述方法还包括:The method according to claim 1, further comprising:
    根据车辆行驶速度均值以及所述派单时间来近似确定所述预设区域的大小。Approximately determine the size of the preset area according to the average vehicle speed and the dispatch time.
  10. 一种处理预约单的装置,包括:A device for processing a reservation order includes:
    预约单接收模块,用于接收用车预约单,所述用车预约单包含预约用车时间和出发地;A reservation order receiving module for receiving a vehicle reservation order, wherein the vehicle reservation order includes a reservation time and a departure place;
    成功率确定模块,用于确定在所述用车预约单的接收时间之后、并在所述预约用车时间之前的多个预设时间段中,每个预设时间段对应的派单成功率;A success rate determining module, configured to determine a success rate of order allocation corresponding to each preset time period in a plurality of preset time periods after the reception time of the car use reservation order and before the reserved car use time. ;
    派单时间确定模块,用于根据所述多个预设时间段对应的所述派单成功率确定所述用车预约单的派单时间;A dispatch time determination module, configured to determine the dispatch time of the car reservation order according to the dispatch success rate corresponding to the multiple preset time periods;
    预约单发送模块,用于当到达所述派单时间时,向以所述出发地为中心的预设区域内的网约车发送所述用车预约单。A reservation order sending module is configured to, when the dispatch time is reached, send the car reservation order to a network-booked car in a preset area centered on the departure place.
  11. 一种处理预约单的设备,包括:A device for processing reservation orders, including:
    处理器;processor;
    被配置为存储处理器可执行指令的存储介质;A storage medium configured to store processor-executable instructions;
    其中,所述处理器被配置为执行上述权利要求1-9任一所述的处理预约单的方法。The processor is configured to execute the method for processing a reservation order according to any one of claims 1-9.
  12. 一种计算机可读存储介质,所述存储介质存储有计算机程序,所述计算机程序用于执行上述权利要求1-9任一所述的处理预约单的方法。A computer-readable storage medium stores a computer program, and the computer program is used to execute the method for processing a reservation order according to any one of claims 1-9.
PCT/CN2018/121232 2018-06-15 2018-12-14 Reservation order processing WO2019237694A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810621873.2 2018-06-15
CN201810621873.2A CN108960976B (en) 2018-06-15 2018-06-15 Method, device and storage medium for processing reservation order

Publications (1)

Publication Number Publication Date
WO2019237694A1 true WO2019237694A1 (en) 2019-12-19

Family

ID=64489006

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/121232 WO2019237694A1 (en) 2018-06-15 2018-12-14 Reservation order processing

Country Status (2)

Country Link
CN (1) CN108960976B (en)
WO (1) WO2019237694A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115034487A (en) * 2022-06-16 2022-09-09 南京领行科技股份有限公司 Transport capacity regulating method and device, electronic equipment and storage medium

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108960976B (en) * 2018-06-15 2020-12-29 北京三快在线科技有限公司 Method, device and storage medium for processing reservation order
CN110009131B (en) * 2019-02-28 2020-12-25 河海大学 Network appointment vehicle dispatching method considering multi-factor influence
US11574378B2 (en) * 2019-10-18 2023-02-07 Lyft, Inc. Optimizing provider computing device wait time periods associated with transportation requests
CN111210315B (en) * 2020-01-14 2022-02-15 北京三快在线科技有限公司 Travel order processing method and device, electronic equipment and readable storage medium
CN111967720B (en) * 2020-07-22 2024-03-08 汉海信息技术(上海)有限公司 Scheduling method and system for network taxi taking
CN113178064A (en) * 2021-03-25 2021-07-27 安顺市娜卡科技网络有限公司 Special vehicle dispatching system and device thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106469330A (en) * 2016-09-06 2017-03-01 北京三快在线科技有限公司 Information searching method, information storage means and device
JP2017151500A (en) * 2016-02-22 2017-08-31 株式会社サージュ Vehicle reservation system, vehicle reservation method, program, and computer-readable recording medium
CN107464001A (en) * 2016-06-06 2017-12-12 滴滴(中国)科技有限公司 Confirmation slip distributes processing method and server
CN108960976A (en) * 2018-06-15 2018-12-07 北京三快在线科技有限公司 A kind of method, apparatus and storage medium handling confirmation slip

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105678601A (en) * 2015-12-31 2016-06-15 百度在线网络技术(北京)有限公司 Order sending method and device
CN105809263A (en) * 2016-05-10 2016-07-27 北京交通大学 Taxi reserving method and system based on multi-objective optimization
CN107507047A (en) * 2016-06-14 2017-12-22 滴滴(中国)科技有限公司 A kind of confirmation slip distribution processing method and server
CN106875080A (en) * 2016-12-19 2017-06-20 北京东方车云信息技术有限公司 A kind of distribute leaflets processing method and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017151500A (en) * 2016-02-22 2017-08-31 株式会社サージュ Vehicle reservation system, vehicle reservation method, program, and computer-readable recording medium
CN107464001A (en) * 2016-06-06 2017-12-12 滴滴(中国)科技有限公司 Confirmation slip distributes processing method and server
CN106469330A (en) * 2016-09-06 2017-03-01 北京三快在线科技有限公司 Information searching method, information storage means and device
CN108960976A (en) * 2018-06-15 2018-12-07 北京三快在线科技有限公司 A kind of method, apparatus and storage medium handling confirmation slip

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115034487A (en) * 2022-06-16 2022-09-09 南京领行科技股份有限公司 Transport capacity regulating method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN108960976B (en) 2020-12-29
CN108960976A (en) 2018-12-07

Similar Documents

Publication Publication Date Title
WO2019237694A1 (en) Reservation order processing
US8504295B2 (en) Preserving assigned carpools after a cancellation
US20180231984A1 (en) System for On-Demand High-Capacity Ride-Sharing Via Dynamic Trip-Vehicle Assignment and Related Techniques
US20200225049A1 (en) Dynamic vehicle routing determinations
US8768614B2 (en) Increasing throughput for carpool assignment matching
US20200211070A1 (en) Vehicle Allocation to Customers for Ride-Sharing
EP3332365A1 (en) Systems and methods for adjusting ride-sharing schedules and routes
US11823101B2 (en) Adaptive dispatching engine for advanced taxi management
US10587679B2 (en) Multi-mode message transmission for a network-based service
US20110246404A1 (en) Method for Allocating Trip Sharing
CN109325185B (en) Method, device and equipment for determining getting-on point and storage medium
US20190383623A1 (en) Dynamic connection determinations
US10720050B2 (en) Predicting safety incidents using machine learning
US20180314998A1 (en) Resource Allocation in a Network System
US20210117874A1 (en) System for dispatching a driver
US20200118444A1 (en) Roadside assistance program
US20190370921A1 (en) System and method for vehicle allocation to passengers
WO2018146622A1 (en) Dynamic selection of geo-based service options in a network system
US20210201393A1 (en) System and method for bidding-based ridesharing
US11790289B2 (en) Systems and methods for managing dynamic transportation networks using simulated future scenarios
US20220292414A1 (en) Dynamic invitation transmission and presentation mode determination for a network-based service
Van Son et al. Prediction-based optimization for online People and Parcels share a ride taxis
WO2020075164A1 (en) System, method and computer program product providing intelligent transportation services
CN114841770A (en) Order combination determining method and device and server
TW202141413A (en) Method and processing apparatus for determining optimal pick-up/drop-off locations for transport services

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18922546

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18922546

Country of ref document: EP

Kind code of ref document: A1