CN113065743A - Intelligent logistics loading method - Google Patents
Intelligent logistics loading method Download PDFInfo
- Publication number
- CN113065743A CN113065743A CN202110236481.6A CN202110236481A CN113065743A CN 113065743 A CN113065743 A CN 113065743A CN 202110236481 A CN202110236481 A CN 202110236481A CN 113065743 A CN113065743 A CN 113065743A
- Authority
- CN
- China
- Prior art keywords
- order
- distributed
- cluster
- loading
- area
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000011068 loading method Methods 0.000 title claims abstract description 50
- 238000012216 screening Methods 0.000 claims abstract description 7
- 238000000034 method Methods 0.000 claims description 6
- 238000003780 insertion Methods 0.000 claims description 4
- 230000037431 insertion Effects 0.000 claims description 4
- 238000012545 processing Methods 0.000 claims description 3
- 230000007614 genetic variation Effects 0.000 description 2
- 238000007792 addition Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
- G06Q10/063—Operations research, analysis or management
- G06Q10/0631—Resource planning, allocation, distributing or scheduling for enterprises or organisations
- G06Q10/06313—Resource planning in a project environment
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/29—Geographical information databases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/23—Clustering techniques
- G06F18/232—Non-hierarchical techniques
- G06F18/2321—Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions
- G06F18/23213—Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions with fixed number of clusters, e.g. K-means clustering
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/08—Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
- G06Q10/087—Inventory or stock management, e.g. order filling, procurement or balancing against orders
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Human Resources & Organizations (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Economics (AREA)
- Strategic Management (AREA)
- Entrepreneurship & Innovation (AREA)
- Operations Research (AREA)
- Life Sciences & Earth Sciences (AREA)
- Databases & Information Systems (AREA)
- General Business, Economics & Management (AREA)
- Tourism & Hospitality (AREA)
- Quality & Reliability (AREA)
- General Engineering & Computer Science (AREA)
- Development Economics (AREA)
- Marketing (AREA)
- Bioinformatics & Computational Biology (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Game Theory and Decision Science (AREA)
- Educational Administration (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Probability & Statistics with Applications (AREA)
- Biodiversity & Conservation Biology (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Biology (AREA)
- Evolutionary Computation (AREA)
- Remote Sensing (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention relates to an intelligent logistics loading method, which comprises the following steps: s1: acquiring input required by a logistics module; s2: screening the order to be distributed and the available transport capacity information of each area by limiting the dimension of the area; s3: selecting a region to be planned according to the priority of the restricted region; s4: clustering the order sets of the areas to be distributed; s5: vehicle allocation and loading is performed on the order. The invention has the advantages that: the intelligent loading planning of logistics can be completed in a short time, and a feasible solution with the lowest transportation cost is obtained.
Description
Technical Field
The invention relates to the field of logistics transportation, in particular to an intelligent logistics loading method.
Background
The traditional loading planning has small data volume, and can obtain an optimal solution within a limited time by using dynamic planning, but the current scene is to uniformly load orders of a city, the optimal solution is obtained by np problem, and the whole solving process is required to return within second level, so that the simple dynamic planning cannot adapt to the rapid return of high-quality solution of the data of the city volume. The traditional method for solving the large-volume problem mostly uses a genetic variation algorithm, and the actual genetic variation algorithm has too much randomness in the large np problem and cannot obtain a good result.
Disclosure of Invention
The invention mainly solves the problems that the existing logistics planning scheme can not adapt to the rapid return of high-quality solutions of the data of one city body mass, too much randomness exists, and high-quality solutions can not be realized, and provides an intelligent logistics loading method which uses a clustering algorithm to preprocess all order point sets, obtains n clusters which are distributed relatively and concentrated in a short time, and then constructs feasible solutions meeting loading constraint conditions for each order set in sequence.
The technical scheme adopted by the invention for solving the technical problem is that the intelligent logistics loading method comprises the following steps:
s1: acquiring input required by a logistics module;
s2: screening the order to be distributed and the available transport capacity information of each area by limiting the dimension of the area;
s3: selecting a region to be planned according to the priority of the restricted region;
s4: clustering the order sets of the areas to be distributed;
s5: vehicle allocation and loading is performed on the order.
As a preferable mode of the above-mentioned solution, in step S1, the information including the order to be delivered, the available transportation capacity information, and the restricted area information is input, and the information including the order ID, the commodity information and the required quantity of the order, the place of the order placing shop, and the area to which the order placing shop belongs; the available capacity information includes an ID, a name, a familiar area, a location, a vehicle type corresponding to the driver, and a loadable amount of the vehicle type of the available driver, wherein the location information is expressed by two-dimensional coordinates.
As a preferable scheme of the above scheme, the restricted area includes a restricted area, a limited number area, and a general area.
As a preferable mode of the above, the step S5 includes the steps of:
s51: selecting a cluster with the largest order quantity from the clustered cluster set as a cluster set O of orders to be distributed;
s52: selecting a vehicle of a certain vehicle type from the available transport capacity information as a vehicle to be loaded according to a large vehicle priority principle;
s53: in the order cluster set O to be distributed, randomly selecting a certain order meeting loading constraint as a first loading order of the vehicle of the selected vehicle type according to the corresponding loading capacity of the selected vehicle type;
s54: removing the order from the order cluster O to be delivered;
s55: judging whether the vehicle has a loading space, if so, entering the step S56; if not, the user can not select the specific application,
step S52 is entered;
s56: acquiring a corresponding order set to be distributed from the order set to be distributed O according to the residual loading space of the vehicle;
s57: judging whether the order set to be distributed is empty, if so, loading a cluster set adjacent to the order set O to be distributed; if not, calculating the target function of the order set to be distributed, screening the target order processing device corresponding to the minimum value of the target function, and entering the step S55 after deleting the target order.
As a preferable embodiment of the foregoing solution, the loading, in step S57, a neighboring cluster of the cluster O to be dispatched, includes the following steps:
s571: acquiring a neighboring cluster of a to-be-distributed order cluster O as a to-be-distributed order cluster L;
s572: judging whether the order cluster L to be distributed is empty, if so, entering the step S3; if not, acquiring a corresponding order set to be distributed from the order set to be distributed L according to the residual loading space of the vehicle, and entering the step S57.
As a preferable solution of the above solution, the neighboring cluster is a cluster having a smallest straight-line distance from a center of a currently planned cluster to a center of a remaining cluster to be planned.
As a preferable solution of the above solution, the objective function is:
F0=-dxy+dxz+dzy
wherein, F0For the amount of distance change after order insertion, dxyIs the distance between original order x and original order y, dxzDistance, d, from original order x to insert order zzyThe distance from the original order y to the insert order z.
As a preferable scheme of the above scheme, when step S3 is executed, if the area with plan is empty, it indicates that the order of each area is planned; otherwise, the process proceeds to step S4.
The invention has the advantages that: the intelligent loading planning of logistics can be completed in a short time, and a feasible solution with the lowest transportation cost is obtained.
Drawings
Fig. 1 is a schematic flow chart of an intelligent logistics loading method in the embodiment.
Detailed Description
The technical solution of the present invention is further described below by way of examples with reference to the accompanying drawings.
Example (b):
the intelligent logistics loading method of the embodiment, as shown in fig. 1, includes the following steps:
s1: acquiring input required by a logistics module; inputting order information to be distributed, available transport capacity information and limited area information, wherein the order information to be distributed comprises an order ID, commodity information and required quantity of the order, the position of an order placing shop and the area of the order placing shop; the available capacity information includes an ID, a name, a familiar area, a location, a vehicle type corresponding to the driver, and a loadable amount of the vehicle type of the available driver. Wherein the position information is represented by two-dimensional coordinates.
S2: screening the order to be distributed and the available transport capacity information of each area by limiting the dimension of the area; the restricted area includes a restricted area, a restricted number area and a general area, and the distribution area is influenced by practical factors such as restricted lines and restricted numbers, and the restricted area is required to be used as a dimension to divide corresponding orders to be distributed and available capacity information.
S3: selecting a region to be planned according to the priority of the restricted region; the priority of the restricted areas is preset according to a preset rule, and all the restricted areas are sequentially acquired from high to low according to the priority and are used as areas to be planned for loading planning. When step S3 is executed, if the area with plan is empty, it indicates that the order of each area is planned; otherwise, the process proceeds to step S4.
S4: clustering the order sets of the areas to be distributed; in the step, the orders to be distributed are clustered according to the distance by using a clustering algorithm such as kmeans, the clustered clusters can be sequentially selected to be loaded when vehicles are specifically distributed in the subsequent step, the orders with smaller relative distance can be distributed on one vehicle to a certain extent, and the quality of an initial solution is provided.
S5: vehicle allocation and loading of orders comprising the steps of:
s51: selecting a cluster with the largest order quantity from the clustered cluster set as a cluster set O of orders to be distributed;
s52: selecting a vehicle of a certain vehicle type from the available transport capacity information as a vehicle to be loaded according to a large vehicle priority principle; and calculating the total volume of the order points contained in each cluster set after clustering, selecting the order point set of the cluster with the largest total volume as the initial order set to be delivered, preferentially loading larger vehicle types, ensuring that the orders loaded by the larger vehicle types are relatively concentrated, and reducing logistics cost.
S53: in the order cluster set O to be distributed, randomly selecting a certain order meeting loading constraint as a first loading order of the vehicle of the selected vehicle type according to the corresponding loading capacity of the selected vehicle type;
s54: removing the order from the order cluster O to be delivered;
s55: judging whether the vehicle has a loading space, if so, entering the step S56; if not, go to step S52;
s56: acquiring a corresponding order set to be distributed from the order set to be distributed O according to the residual loading space of the vehicle;
s57: judging whether the order set to be distributed is empty, if so, loading a cluster set adjacent to the order set O to be distributed; if not, calculating the target function of the order set to be distributed, screening the target order processing device corresponding to the minimum value of the target function, and entering the step S55 after deleting the target order.
Loading a neighbor cluster of a cluster of orders to be dispatched O, comprising the steps of:
s571: acquiring a neighboring cluster set of a to-be-distributed order cluster set O as a to-be-distributed order cluster set L, wherein the neighboring cluster set is a cluster set with the minimum straight-line distance from the currently planned cluster set center to the central point of the rest to-be-planned cluster sets;
s572: judging whether the order cluster L to be distributed is empty, if so, entering the step S3; if not, acquiring a corresponding order set to be distributed from the order set to be distributed L according to the residual loading space of the vehicle, and entering the step S57.
The objective function in step S57 is:
F0=-dxy+dxz+dzy
wherein, F0For the amount of distance change after order insertion, dxyIs the distance between original order x and original order y, dxzDistance, d, from original order x to insert order zzyThe distance from the original order y to the insert order z. If the existing order distribution routes are set to be 0, 1 and 2 and the order 3 is inserted now, the distance variation F between the order 3 inserted into 0 and 1 is calculated in sequence0‘=-d01+d03+d13And the distance variation F between order 3 insertion 1 and 20‘’=-d12+d13+d23Selecting F0‘And F0‘’The solution corresponding to the smaller value of the solution regenerates the route, assuming F0‘At a smaller value, the regenerated routes are 0, 3, 1, 2.
The specific embodiments described herein are merely illustrative of the spirit of the invention. Various modifications or additions may be made to the described embodiments or alternatives may be employed by those skilled in the art without departing from the spirit or ambit of the invention as defined in the appended claims.
Claims (8)
1. An intelligent logistics loading method is characterized in that: the method comprises the following steps:
s1: acquiring input required by a logistics module;
s2: screening the order to be distributed and the available transport capacity information of each area by limiting the dimension of the area;
s3: selecting a region to be planned according to the priority of the restricted region;
s4: clustering the order sets of the areas to be distributed;
s5: vehicle allocation and loading is performed on the order.
2. An intelligent logistics loading method as claimed in claim 1 wherein: in step S1, order information to be delivered, available capacity information, and restricted area information are input, where the order information to be delivered includes an order ID, commodity information and required quantity of the order, a place of the order placing store, and an area to which the order placing store belongs; the available capacity information includes an ID, a name, a familiar area, a location, a vehicle type corresponding to the driver, and a loadable amount of the vehicle type of the available driver, wherein the location information is expressed by two-dimensional coordinates.
3. An intelligent stream loading method according to claim 1 or 2, characterized in that: the restricted area comprises a restricted area, a limited number area and a general area.
4. An intelligent logistics loading method as claimed in claim 1 wherein: the step S5 includes the steps of:
s51: selecting a cluster with the largest order quantity from the clustered cluster set as a cluster set O of orders to be distributed;
s52: selecting a vehicle of a certain vehicle type from the available transport capacity information as a vehicle to be loaded according to a large vehicle priority principle;
s53: in the order cluster set O to be distributed, randomly selecting a certain order meeting loading constraint as a first loading order of the vehicle of the selected vehicle type according to the corresponding loading capacity of the selected vehicle type;
s54: removing the order from the order cluster O to be delivered;
s55: judging whether the vehicle has a loading space, if so, entering the step S56; if not, go to step S52;
s56: acquiring a corresponding order set to be distributed from the order set to be distributed O according to the residual loading space of the vehicle;
s57: judging whether the order set to be distributed is empty, if so, loading a cluster set adjacent to the order set O to be distributed; if not, calculating the target function of the order set to be distributed, screening the target order processing device corresponding to the minimum value of the target function, and entering the step S55 after deleting the target order.
5. An intelligent logistics loading method as claimed in claim 4 wherein: in step S57, the loading of the neighboring cluster of the order cluster to be distributed O includes the following steps:
s571: acquiring a neighboring cluster of a to-be-distributed order cluster O as a to-be-distributed order cluster L;
s572: judging whether the order cluster L to be distributed is empty, if so, entering the step S3; if not, acquiring a corresponding order set to be distributed from the order set to be distributed L according to the residual loading space of the vehicle, and entering the step S57.
6. An intelligent stream loading method according to claim 4 or 5, characterized in that: and the adjacent cluster set is the cluster set with the minimum straight line distance from the currently planned cluster set center to the center points of the rest cluster sets to be planned.
7. An intelligent logistics loading method as claimed in claim 4 wherein: the objective function is:
F0=-dxy+dxz+dzy
wherein, F0For the amount of distance change after order insertion, dxyIs the distance between original order x and original order y, dxzDistance, d, from original order x to insert order zzyThe distance from the original order y to the insert order z.
8. An intelligent stream loading method according to claim 1, 2, 4 or 5, characterized in that: when step S3 is executed, if the area with plan is empty, it indicates that the order of each area is planned; otherwise, the process proceeds to step S4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110236481.6A CN113065743A (en) | 2021-03-03 | 2021-03-03 | Intelligent logistics loading method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110236481.6A CN113065743A (en) | 2021-03-03 | 2021-03-03 | Intelligent logistics loading method |
Publications (1)
Publication Number | Publication Date |
---|---|
CN113065743A true CN113065743A (en) | 2021-07-02 |
Family
ID=76559587
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110236481.6A Pending CN113065743A (en) | 2021-03-03 | 2021-03-03 | Intelligent logistics loading method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113065743A (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107330655A (en) * | 2017-07-11 | 2017-11-07 | 南京邮电大学 | A kind of intelligent distribution paths planning method based on time reservation |
CN111160690A (en) * | 2019-11-15 | 2020-05-15 | 杭州拼便宜网络科技有限公司 | Vehicle loading planning method and device and storage medium |
CN111428991A (en) * | 2020-03-20 | 2020-07-17 | 北京百度网讯科技有限公司 | Method and device for determining delivery vehicles |
-
2021
- 2021-03-03 CN CN202110236481.6A patent/CN113065743A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107330655A (en) * | 2017-07-11 | 2017-11-07 | 南京邮电大学 | A kind of intelligent distribution paths planning method based on time reservation |
CN111160690A (en) * | 2019-11-15 | 2020-05-15 | 杭州拼便宜网络科技有限公司 | Vehicle loading planning method and device and storage medium |
CN111428991A (en) * | 2020-03-20 | 2020-07-17 | 北京百度网讯科技有限公司 | Method and device for determining delivery vehicles |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10535033B2 (en) | System and method of vessel scheduling for product distribution | |
CN106156961B (en) | Vehicle scheduling method and device | |
CN113077103B (en) | Transportation network planning method and device | |
CN115330051B (en) | Vehicle path optimization method based on hybrid genetic algorithm and application | |
CN111208815B (en) | Method for distributing a plurality of handling tasks to a plurality of automated guided vehicles and related device | |
CN116228089B (en) | Store distribution path planning method based on shortest mileage | |
CN111160690A (en) | Vehicle loading planning method and device and storage medium | |
CN116203959A (en) | Robot path planning method and system based on HAC algorithm | |
CN115345549A (en) | Vehicle path adjusting method and system combined with loading scheme | |
CN112418550A (en) | Vehicle and goods matching method under various driver working states in logistics industry | |
CN109919359B (en) | Vehicle path planning method based on ADP algorithm | |
CN113935528B (en) | Intelligent scheduling method, intelligent scheduling device, computer equipment and storage medium | |
CN112150060A (en) | Ant colony algorithm-based emergency medical material distribution optimization method | |
CN109032789B (en) | Logistics network deployment method and device and server | |
CN113065743A (en) | Intelligent logistics loading method | |
CN113283834A (en) | Transportation path planning method and system | |
CN112801336A (en) | Freight regulation and control method for combined loading | |
CN115345550B (en) | Vehicle path planning method and system | |
JPH05135070A (en) | Delivery scheduling device | |
JP2008230816A (en) | Procurement physical distribution schedule preparing system | |
CN109102123B (en) | Carpooling route optimization method and device, storage medium and computing device | |
CN111507662A (en) | Method for planning logistics vehicle path | |
CN111898954A (en) | Vehicle matching method based on improved Gaussian mixture model clustering | |
CN112418552A (en) | Work method for carrying out optimized dispatching on manifest and carrier vehicle based on dispatching requirement | |
JP2003285930A (en) | Transportation schedule making method and its system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |