WO2019114153A1 - Order picking path planning method and device - Google Patents

Order picking path planning method and device Download PDF

Info

Publication number
WO2019114153A1
WO2019114153A1 PCT/CN2018/081019 CN2018081019W WO2019114153A1 WO 2019114153 A1 WO2019114153 A1 WO 2019114153A1 CN 2018081019 W CN2018081019 W CN 2018081019W WO 2019114153 A1 WO2019114153 A1 WO 2019114153A1
Authority
WO
WIPO (PCT)
Prior art keywords
path
picking
ant
nodes
traversal
Prior art date
Application number
PCT/CN2018/081019
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 WO2019114153A1 publication Critical patent/WO2019114153A1/en

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management

Definitions

  • the present disclosure relates to the field of machine learning technology, and in particular to a method and apparatus for picking path planning based on an elite ant colony algorithm.
  • Picking path optimization refers to reducing the walking distance of pickers in warehouses by optimizing, picking out shipments in the shortest time, and improving picking efficiency.
  • Related pick path optimizations often pass a policy-based approach, such as a picking method based on a U-type strategy or an S-type strategy. Since the warehouse storage layout is different, the existing picking path strategy can give a picking path plan with a fixed starting point and an ending point. However, due to the fixed constraints of the starting point and the ending point, the generated traversing path is difficult to ensure the shortest path. Therefore, the problem of picking personnel detours and low picking efficiency; in addition, the picking path optimization problem belongs to the NP-Hard problem. As the scale of the problem increases, the original picking path algorithm still has solution time and optimization effect. Must increase the space.
  • the purpose of the present disclosure is to provide a picking path planning method and a path planning device for providing a better picking path planning scheme while improving the efficiency of the picking path planning.
  • a method for planning a picking path includes: starting a path traversal of a plurality of ants starting from a plurality of nodes, the node including a plurality of picking nodes, a picking starting point, a picking end point; calculating, according to a pheromone value of a path between the plurality of nodes, a transition probability of the ant transferring to the other node, moving the ant to the node with the highest transition probability; determining one After the ant traverses all the nodes, the pheromone value of the path is updated, and a traversal path is recorded; the optimal path is determined according to the plurality of traversal paths.
  • a path planning apparatus including: an initialization module, configured to start path traversal of multiple ants starting from a plurality of nodes, the node including multiple picking nodes, and picking a starting point of the goods, a picking end point; the path generating module is configured to calculate a transition probability of the ant transferring to the other node according to a pheromone value of the path between the plurality of nodes, and move the ant to the transition probability
  • the pheromone update module is configured to: after determining that an ant traverses all the nodes, update the pheromone value of the path, and record a traversal path; and the optimal selection module is set to determine the most according to the multiple traversal paths. Excellent path.
  • a path planning apparatus comprising: a memory; and a processor coupled to the associated memory, the processor being configured to perform any one of the above, based on an instruction stored in the memory The method described in the item.
  • a computer readable storage medium having stored thereon a program, the program being executed by a processor to implement the picking path planning method according to any of the above.
  • the picking path planning method uses the optimal picking path scheme generated based on the existing strategy as a reference elite scheme of the asynchronous parallel elite ant colony optimization algorithm, and asynchronously calculates the optimal picking path scheme in parallel, and improves the picking
  • the efficiency of the cargo path planning provides a better picking path planning solution.
  • the asynchronous parallel elite ant colony optimization algorithm guarantees the solution time and optimization effect of the algorithm, and solves the problem that the optimization strategy of the existing pure strategy-based picking path planning scheme is not ideal and the time difference of the algorithm such as machine learning is poor.
  • Fig. 1 schematically shows a flow chart of a method of planning a picking path of the present disclosure.
  • FIG. 2 is a flow chart schematically showing a method of picking a path in an embodiment of the present disclosure.
  • FIG. 3 schematically shows a flow chart of a picking path planning method in one embodiment of the present disclosure.
  • FIG. 4 is a flow chart schematically showing a method of picking a path in an embodiment of the present disclosure.
  • Fig. 5 schematically shows a block diagram of a picking path planning device in an exemplary embodiment of the present disclosure.
  • Fig. 6 schematically shows a block diagram of another picking path planning device in an exemplary embodiment of the present disclosure.
  • FIG. 1 schematically shows a flow chart of a picking path planning method in an exemplary embodiment of the present disclosure.
  • the picking path planning method 100 can include:
  • Step S102 starting a path traversal of multiple ants starting from multiple nodes, where the node includes multiple picking nodes, a picking starting point, and a picking end point;
  • Step S104 Calculate, according to a pheromone value of a path between the plurality of nodes, a transition probability of the ant transferring to another node, and move the ant to the node with the highest transition probability;
  • Step S106 determining that an ant traverses all the nodes, updating the pheromone value of the path, and recording a traversal path;
  • Step S108 determining an optimal path according to the plurality of traversal paths.
  • the picking path optimization method based on the asynchronous parallel elite ant colony algorithm provided by the present disclosure is based on the classic ACO (Ant colony optimization algorithm, a biomimetic intelligent optimization method proposed by Marco Dorigo in his doctoral thesis in 1992).
  • ACO Ant colony optimization algorithm, a biomimetic intelligent optimization method proposed by Marco Dorigo in his doctoral thesis in 1992.
  • the algorithm running time is reduced and the optimization efficiency of the picking path is improved.
  • the starting route of the ant is not limited to N calibration starting points, and the algorithm calculation phase ensures that each node can be used as a starting point (asynchronous parallel computing); secondly, a historical optimal scheme is introduced to algorithm calculation. In the process of ensuring the quality of the solution, the running time of the algorithm (elite strategy) is reduced.
  • step S102 a path traversal of a plurality of ants is started starting from a plurality of nodes, and the node includes a plurality of picking nodes, a picking starting point, and a picking end point.
  • this method improves the optimization degree and calculation speed of the path planning scheme by setting multiple starting nodes.
  • Step S104 Calculate a transition probability of the ant to transfer to another node according to a pheromone value of a path between the plurality of nodes, and move the ant to the node with the highest transition probability.
  • the probability that the ant k selects the city j, j ⁇ ⁇ C-tabu k ⁇ can be calculated according to the following state transition probability formula (1). among them, For the transition probability of ant k moving to the jth node on the i-th node, t is the number of times the path travels, C is the set of all nodes, tabu k is the node that ant k has passed, and d ij is i and j The distance between two nodes, ⁇ is a pheromone index with a value range of [0, 5], ⁇ is a heuristic factor index with a value range of [0, 5], and ⁇ ij is a node i and j The current pheromone value of the path.
  • each ant After calculating the transition probability of the ant to other nodes on the node, the ant k is moved to the node with the highest transition probability.
  • each ant has a taboo table corresponding thereto for recording the nodes it passes through to exclude these nodes during calculation, preventing repeated walking and ensuring ergodic efficiency. Therefore, after transferring the ant k to the new node, it is necessary to record the previous node into the taboo table tabu k .
  • Step S106 after determining that an ant traverses all the nodes, updating the pheromone value of the path and recording a traversal path.
  • the method for judging that the ant traverses all the nodes may be, for example, a view of whether the union of the tabu table and the current node is equal to the set of all nodes. If the ant does not traverse all the nodes, continue to select the next node according to step S104. If the ant has traversed all the nodes, record the path parameters such as the path sequence and the total path length of the current traversal, and update the path through the path. Pheromone.
  • updating the pheromone can be performed according to the following formula:
  • ⁇ ij is the current pheromone value of the path between nodes i and j
  • ⁇ ij represents the updated pheromone increment
  • L k represents the total length of the path taken by the kth ant in this cycle
  • Q represents ant The total amount of pheromone released on the path in one cycle, affecting the convergence speed of the algorithm
  • represents the weight parameter
  • T bs represents the current optimal path
  • L bs represents the length of the current optimal path
  • represents the evaporation coefficient.
  • Step S108 determining an optimal path according to the plurality of traversal paths.
  • the plurality of traversal paths described in the present disclosure include not only a plurality of traversal paths provided by a plurality of ants, but also traversal paths provided by one ant in some cases.
  • ant 1 and ant 2 start path traversal from two nodes at the same time. Since the path selected by ant 1 is short, the traversal process is completed first. At this time, the traversal path of ant 1 is recorded as the first traversal path, and restarted. The path of ant 1 is traversed. If the second completion path traverses the ant 2, the traversal path of the ant 2 is recorded as the second traversal path, and the path traversal of the ant 2 is restarted. However, in some cases, the second completion path traverses the ant 1, then the traversal path of the second traversal of the ant 1 is recorded as the second traversal path, and the path traversal of the ant 1 is restarted.
  • the maximum total number of loops can be set.
  • the calculation result is output according to the immediate situation or the calculation is restarted.
  • the maximum total number of cycles only constrains the total number of traversal paths, and does not constrain which ant is provided by each ant.
  • FIG. 2 is a flow chart of a method for improving the determination of an optimal path of the present disclosure.
  • step S108 may include:
  • Step S1082 Acquire a historical optimal path and a traversal path
  • Step S1084 selecting the historical optimal path and the path length in the traversal path to be the current optimal path;
  • Step S1086 Acquire a traversal path multiple times, and select a scheme with a small path length in both the traversal path and the current optimal path as the current optimal path;
  • step S1088 the previous step is repeated n times.
  • the current optimal path is determined as an optimal path, where n is a preset maximum total number of cycles.
  • the historical optimal path includes acquiring a historical optimal path traversing the picking node according to the S-type policy method. That is, the existing optimal path obtained by the S-type policy method is taken as the ACO elite path (elite strategy). In addition, in the selection of the historical optimal path, it is recommended to select the traversal path scheme of the same lane picking order from the outside to the inside (the main channel is the reference object).
  • the termination condition of the algorithm may be set to a maximum number of constraints in the outer loop (the total number of traversal times of all ants), and one traversal path scheme has been selected as the current optimal path for K consecutive times. It can be judged that the algorithm has converged and the calculation is terminated.
  • the solution obtained by the method can be at least inferior to the solution calculated by the current algorithm, and the quality of the solution is guaranteed.
  • the calculation amount of the method is reduced, the calculation time is reduced, and the calculation efficiency is improved. Therefore, the method improves the computational efficiency and improves the optimization quality of the scheme.
  • FIG. 3 schematically shows a flow chart of a picking path planning method in an exemplary embodiment of the present disclosure.
  • the picking path planning method 100 may further include:
  • Step S110 determining a starting point of the warehouse picking path, and modifying the optimal path according to the starting point to generate an optimal picking path.
  • the start and end points of the traversal path calculated by the ant colony algorithm described above may be different from the actual picking start and end points in the warehouse. Therefore, after obtaining the optimal convenience path, the actual picking start point and end point can be fine-tuned to obtain the optimal picking path.
  • the scheme with the shortest path in the two schemes may be selected with the starting point as the origin to generate a final traversal scheme.
  • the end point, the picking of the final composite station, is related to the picking end point, so the final compounding station can be set according to the picking end point in the above traversing path, ie the end point changes as the picking path changes.
  • step S402 represents an asynchronous parallel strategy
  • step S403 represents an elite strategy
  • numbers represent a picking order.
  • Step S403 Perform parameter setting according to Formula 1 and Table 1, and calculate transition probability Such as:
  • Step S404 Select the point having the maximum state transition probability, move the ant k to the point, and record the point in the tab row tabu k of the ant k .
  • Step S405 It is judged whether 11 nodes in the set C are accessed, if yes, the process goes to step S406, otherwise the process goes to step S403.
  • Step S406 Update the amount of information on each path that an ant passes after the end of one traversal according to formula (2) and generate a current optimal path. Such as:
  • step S407 it is determined whether a traversal path scheme is consecutively selected as the current optimal path, and if yes, the calculation result is output, otherwise the taboo table is cleared and the process proceeds to step S102.
  • the optimization rate a is calculated:
  • the overall optimization rate (lowering the cost of the picking path) has exceeded 8%, or even 13%, and the algorithm running time meets the actual business time requirements.
  • a warehouse test data shows that the average optimization rate is 9%-13%, the path optimization rate is over 8%, and the solution time is up to 100ms.
  • Indicator item The method Standard ant colony algorithm Average optimization rate 9%-13% 3%-6% Algorithmic rate 65%-72% 30%-40% Algorithm average response time About 100ms About 150ms or more
  • the picking path planning method provided by the present disclosure improves the classical ant colony algorithm, introduces an asynchronous parallel strategy into the ant colony algorithm, and solves the problem in the picking path optimization problem, thereby greatly improving the optimization effect.
  • the elite strategy to the initial solution and process solution of the ant colony algorithm, the optimization effect is greatly improved, and the method has great practical application value.
  • the present disclosure also provides a picking path planning device, which can be used to execute the above method embodiment.
  • Fig. 5 schematically shows a block diagram of a picking path planning device in an exemplary embodiment of the present disclosure.
  • the picking path planning apparatus 500 may include:
  • the initialization module 502 is configured to place a plurality of ants on a plurality of nodes to initiate a path traversal cycle of the ants.
  • the path generation module 508 is configured to calculate a transition probability of the ants transferring to other picking nodes according to the pheromone value of the path between the picking nodes, and move the ants to the node with the highest transition probability.
  • the pheromone update module 506 is configured to update the pheromone value of the path after the ant traverses all the nodes, and record a traversal path.
  • An optimal selection module 508 is arranged to determine an optimal path from the plurality of traversal paths.
  • the method may further include:
  • the solution adjustment module 510 is configured to determine a starting point and an ending point of the warehouse picking path, and modify the starting point and the ending point of the optimal path according to the starting point and the ending point to generate an optimal picking path.
  • a path planning apparatus including:
  • a processor coupled to the associated memory, the processor being configured to perform the method of any of the preceding ones based on instructions stored in the memory.
  • FIG. 6 is a block diagram of an apparatus 600, according to an exemplary embodiment.
  • the device 600 may be a mobile terminal such as a smartphone or a tablet.
  • device 600 can include one or more of the following components: processing component 602, memory 604, power component 606, multimedia component 608, audio component 610, sensor component 614, and communication component 616.
  • Processing component 602 typically controls the overall operation of device 600, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations.
  • Processing component 602 can include one or more processors 618 to execute instructions to perform all or part of the steps described above.
  • processing component 602 can include one or more modules to facilitate interaction between component 602 and other components.
  • processing component 602 can include a multimedia module to facilitate interaction between multimedia component 608 and processing component 602.
  • Memory 604 is configured to store various types of data to support operation at device 600. Examples of such data include instructions for any application or method operating on device 600.
  • the memory 604 can be implemented by any type of volatile or non-volatile storage device or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), erasable Programmable Read Only Memory (EPROM), Programmable Read Only Memory (PROM), Read Only Memory (ROM), Magnetic Memory, Flash Memory, Disk or Optical Disk.
  • SRAM static random access memory
  • EEPROM electrically erasable programmable read only memory
  • EPROM erasable Programmable Read Only Memory
  • PROM Programmable Read Only Memory
  • ROM Read Only Memory
  • Magnetic Memory Flash Memory
  • Disk Disk
  • Optical Disk Also stored in memory 604 is one or more modules that are configured to be executed by the one or more processors 618 to perform all or part of the steps of any of the methods described above.
  • Power component 606 provides power to various components of device 600.
  • Power component 606 can include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for device 600.
  • the multimedia component 608 includes a screen between the device 600 and the user that provides an output interface.
  • the screen can include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes a touch panel, the screen can be implemented as a touch screen to receive input signals from the user.
  • the touch panel includes one or more touch sensors to sense touches, slides, and gestures on the touch panel. The touch sensor may sense not only the boundary of the touch or sliding action, but also the duration and pressure associated with the touch or slide operation.
  • the audio component 610 is configured to output and/or input an audio signal.
  • audio component 610 includes a microphone (MIC) that is configured to receive an external audio signal when device 600 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode.
  • the received audio signal may be further stored in memory 604 or transmitted via communication component 616.
  • audio component 610 also includes a speaker for outputting an audio signal.
  • Sensor assembly 614 includes one or more sensors for providing device 600 with a status assessment of various aspects.
  • sensor assembly 614 can detect an open/closed state of device 600, relative positioning of components, and sensor assembly 614 can also detect changes in position of one component of device 600 or device 600 and temperature changes of device 600.
  • the sensor assembly 614 can also include a magnetic sensor, a pressure sensor, or a temperature sensor.
  • Communication component 616 is configured to facilitate wired or wireless communication between device 600 and other devices.
  • the device 600 can access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof.
  • communication component 616 receives broadcast signals or broadcast associated information from an external broadcast management system via a broadcast channel.
  • the communication component 616 also includes a near field communication (NFC) module to facilitate short range communication.
  • NFC near field communication
  • the NFC module can be implemented based on radio frequency identification (RFID) technology, infrared data association (IrDA) technology, ultra-wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
  • RFID radio frequency identification
  • IrDA infrared data association
  • UWB ultra-wideband
  • Bluetooth Bluetooth
  • device 600 may be implemented by one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable A gate array (FPGA), controller, microcontroller, microprocessor, or other electronic component implementation for performing the above methods.
  • ASICs application specific integrated circuits
  • DSPs digital signal processors
  • DSPDs digital signal processing devices
  • PLDs programmable logic devices
  • FPGA field programmable A gate array
  • controller microcontroller, microprocessor, or other electronic component implementation for performing the above methods.
  • a computer readable storage medium having stored thereon a program, the program being executed by a processor to implement the picking path planning method according to any one of the above .
  • the computer readable storage medium can be, for example, a temporary and non-transitory computer readable storage medium including instructions.
  • the picking path planning method provided by the embodiment of the present disclosure asynchronously calculates the optimal picking path solution by using the optimal picking path scheme generated based on the existing strategy as the reference elite scheme of the asynchronous parallel elite ant colony optimization algorithm. Improve the efficiency of the picking path planning while providing a better picking path planning solution.
  • the asynchronous parallel elite ant colony optimization algorithm guarantees the solution time and optimization effect of the algorithm, and solves the problem that the optimization strategy of the existing pure strategy-based picking path planning scheme is not ideal and the time difference of the algorithm such as machine learning is poor.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Remote Sensing (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Quality & Reliability (AREA)
  • Development Economics (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Automation & Control Theory (AREA)
  • General Engineering & Computer Science (AREA)
  • Computing Systems (AREA)
  • Molecular Biology (AREA)
  • General Health & Medical Sciences (AREA)
  • Evolutionary Computation (AREA)
  • Computational Linguistics (AREA)
  • Biophysics (AREA)
  • Biomedical Technology (AREA)
  • Artificial Intelligence (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Game Theory and Decision Science (AREA)

Abstract

The present invention provides an order picking path planning method and device based on an ant colony algorithm. The order picking path planning method comprises: using a plurality of nodes as start points, and starting path traversal of a plurality of ants, the nodes comprising a plurality of order picking nodes, order picking start points, and order picking end points; calculating the transition probability of the ants to other nodes according to pheromone values of paths among the plurality of nodes, and moving the ants to the node with the maximum transition probability; updating the pheromone values of the paths after determining that an ant traverses all the nodes, and recording a traversal path; and determining an optimal path according to the plurality of traversal paths. The order picking path planning method can improve the order picking efficiency and save the order picking path planning time.

Description

拣货路径规划方法与装置Picking path planning method and device 技术领域Technical field
本公开涉及机器学习技术领域,具体而言,涉及一种基于精英蚁群算法的拣货路径规划方法与装置。The present disclosure relates to the field of machine learning technology, and in particular to a method and apparatus for picking path planning based on an elite ant colony algorithm.
背景技术Background technique
随着电子商务的发展,在仓库拣货过程中的路径规划成为提高物流效率的重要环节。在仓库中,由于逻辑区面积较大,拣选的区域范围较广,一个集合单涉及拣选的储位通常有几十个,寻找合理的拣货路径可以降低拣货距离,提升拣货效率并且节省人力成本。尤其每当大促期间,通过优化拣货环节,可以明显地加快发货速度,提高仓储的利用率并改善用户体验。With the development of e-commerce, path planning in the process of picking goods in warehouses has become an important part of improving logistics efficiency. In the warehouse, due to the large area of the logical area, the area of the selected area is wide, and there are usually dozens of storage points in a collection list. Finding a reasonable picking path can reduce the picking distance, improve the picking efficiency and save. Labor costs. Especially during the promotion period, by optimizing the picking process, it is possible to significantly speed up the delivery, improve the utilization of the warehouse and improve the user experience.
拣货路径优化是指通过优化减少拣货员在仓库间的行走距离,以最短的时间拣出货品,提高拣货效率。相关的拣货路径优化往往通过基于策略的方法,比如基于U型策略或S型策略的拣货方法。由于仓库储位布局各有区别,现有的拣货路径策略可以给出一个具有固定起点和终点的拣货路径方案,但是由于存在起点和终点固定的约束条件,生成的遍历路径难以保证路径最短,从而导致拣货人员绕路以及拣货效率低等问题;此外,拣货路径优化问题属于NP-Hard问题,随着问题规模增加,原有拣货路径算法在求解时间和优化效果上尚有一定提升空间。Picking path optimization refers to reducing the walking distance of pickers in warehouses by optimizing, picking out shipments in the shortest time, and improving picking efficiency. Related pick path optimizations often pass a policy-based approach, such as a picking method based on a U-type strategy or an S-type strategy. Since the warehouse storage layout is different, the existing picking path strategy can give a picking path plan with a fixed starting point and an ending point. However, due to the fixed constraints of the starting point and the ending point, the generated traversing path is difficult to ensure the shortest path. Therefore, the problem of picking personnel detours and low picking efficiency; in addition, the picking path optimization problem belongs to the NP-Hard problem. As the scale of the problem increases, the original picking path algorithm still has solution time and optimization effect. Must increase the space.
因此,需要一种能够快速规划出最优拣货路径的拣货路径规划方法。Therefore, there is a need for a picking path planning method that can quickly plan an optimal picking path.
需要说明的是,在上述背景技术部分公开的信息仅用于加强对本公开的背景的理解,因此可以包括不构成对本领域普通技术人员已知的现有技术的信息。It should be noted that the information disclosed in the Background section above is only for enhancement of understanding of the background of the present disclosure, and thus may include information that does not constitute prior art known to those of ordinary skill in the art.
发明内容Summary of the invention
本公开的目的在于提供一种拣货路径规划方法与路径规划装置,用于在提高拣货路径规划效率的同时提供更优的拣货路径规划方案。The purpose of the present disclosure is to provide a picking path planning method and a path planning device for providing a better picking path planning scheme while improving the efficiency of the picking path planning.
根据本公开实施例的第一方面,提供一种拣货路径规划方法,包括:以多个节点为起点,启动多只蚂蚁的路径遍历,所述节点包括多个拣货节点、拣货起点、拣货终点;根据多个所述节点之间的路径的信息素数值计算所述蚂蚁转移到其他所述节点的转移概率,将蚂蚁移动到所述转移概率最大的所述节点上;判断一只蚂蚁遍历所有所述节点后,更新路径的信息素数值,记录一个遍历路径;根据多个遍历路径确定最优路径。According to a first aspect of the embodiments of the present disclosure, a method for planning a picking path includes: starting a path traversal of a plurality of ants starting from a plurality of nodes, the node including a plurality of picking nodes, a picking starting point, a picking end point; calculating, according to a pheromone value of a path between the plurality of nodes, a transition probability of the ant transferring to the other node, moving the ant to the node with the highest transition probability; determining one After the ant traverses all the nodes, the pheromone value of the path is updated, and a traversal path is recorded; the optimal path is determined according to the plurality of traversal paths.
根据本公开实施例的第二方面,提供一种路径规划装置,包括:初始化模块,设置为以多个节点为起点,启动多只蚂蚁的路径遍历,所述节点包括多个拣货节点、拣货起点、拣货终点;路径生成模块,设置为根据多个所述节点之间的路径的信息素数值计算所述蚂蚁转移到其他所述节点的转移概率,将蚂蚁移动到所述转移概率最大的所述节点上;信息 素更新模块,设置为判断一只蚂蚁遍历所有所述节点后,更新路径的信息素数值,记录一个遍历路径;最优选择模块,设置为根据多个遍历路径确定最优路径。According to a second aspect of the embodiments of the present disclosure, a path planning apparatus is provided, including: an initialization module, configured to start path traversal of multiple ants starting from a plurality of nodes, the node including multiple picking nodes, and picking a starting point of the goods, a picking end point; the path generating module is configured to calculate a transition probability of the ant transferring to the other node according to a pheromone value of the path between the plurality of nodes, and move the ant to the transition probability The pheromone update module is configured to: after determining that an ant traverses all the nodes, update the pheromone value of the path, and record a traversal path; and the optimal selection module is set to determine the most according to the multiple traversal paths. Excellent path.
根据本公开的第三方面,提供一种路径规划装置,包括:存储器;以及耦合到所属存储器的处理器,所述处理器被配置为基于存储在所述存储器中的指令,执行如上述任意一项所述的方法。According to a third aspect of the present disclosure, there is provided a path planning apparatus comprising: a memory; and a processor coupled to the associated memory, the processor being configured to perform any one of the above, based on an instruction stored in the memory The method described in the item.
根据本公开的第四方面,提供一种计算机可读存储介质,其上存储有程序,该程序被处理器执行时实现如上述任意一项所述的拣货路径规划方法。According to a fourth aspect of the present disclosure, there is provided a computer readable storage medium having stored thereon a program, the program being executed by a processor to implement the picking path planning method according to any of the above.
本公开提供的拣货路径规划方法通过将基于现有策略产生的最优拣货路径方案作为异步并行精英蚁群优化算法的参考精英方案,异步并行计算出最优拣货路径方案,在提高拣货路径规划效率的同时提供了更优的拣货路径规划方案。异步并行精英蚁群优化算法保证了算法的求解时间和优化效果,解决了现有单纯基于策略的拣货路径规划方案优化效果不理想和机器学习等算法时效差的问题。The picking path planning method provided by the present disclosure uses the optimal picking path scheme generated based on the existing strategy as a reference elite scheme of the asynchronous parallel elite ant colony optimization algorithm, and asynchronously calculates the optimal picking path scheme in parallel, and improves the picking The efficiency of the cargo path planning provides a better picking path planning solution. The asynchronous parallel elite ant colony optimization algorithm guarantees the solution time and optimization effect of the algorithm, and solves the problem that the optimization strategy of the existing pure strategy-based picking path planning scheme is not ideal and the time difference of the algorithm such as machine learning is poor.
应当理解的是,以上的一般描述和后文的细节描述仅是示例性和解释性的,并不能限制本公开。The above general description and the following detailed description are intended to be illustrative and not restrictive.
附图说明DRAWINGS
此处的附图被并入说明书中并构成本说明书的一部分,示出了符合本公开的实施例,并与说明书一起用于解释本公开的原理。显而易见地,下面描述中的附图仅仅是本公开的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。The accompanying drawings, which are incorporated in the specification It is apparent that the drawings in the following description are only some of the embodiments of the present disclosure, and other drawings may be obtained from those skilled in the art without departing from the drawings.
图1示意性示出本公开拣货路径规划方法的流程图。Fig. 1 schematically shows a flow chart of a method of planning a picking path of the present disclosure.
图2示意性示出本公开一个实施例中拣货路径规划方法的流程图。2 is a flow chart schematically showing a method of picking a path in an embodiment of the present disclosure.
图3示意性示出本公开一个实施例中拣货路径规划方法的流程图。FIG. 3 schematically shows a flow chart of a picking path planning method in one embodiment of the present disclosure.
图4示意性示出本公开一个实施例中拣货路径规划方法的流程图。4 is a flow chart schematically showing a method of picking a path in an embodiment of the present disclosure.
图5示意性示出本公开一个示例性实施例中拣货路径规划装置的方框图。Fig. 5 schematically shows a block diagram of a picking path planning device in an exemplary embodiment of the present disclosure.
图6示意性示出本公开一个示例性实施例中另一种拣货路径规划设备的方框图。Fig. 6 schematically shows a block diagram of another picking path planning device in an exemplary embodiment of the present disclosure.
具体实施方式Detailed ways
现在将参考附图更全面地描述示例实施方式。然而,示例实施方式能够以多种形式实施,且不应被理解为限于在此阐述的范例;相反,提供这些实施方式使得本公开将更加全面和完整,并将示例实施方式的构思全面地传达给本领域的技术人员。所描述的特征、结构或特性可以以任何合适的方式结合在一个或更多实施方式中。在下面的描述中,提供许多具体细节从而给出对本公开的实施方式的充分理解。然而,本领域技术人员将意识到,可以实践本公开的技术方案而省略所述特定细节中的一个或更多,或者可以采用其它的方法、组元、装置、步骤等。在其它情况下,不详细示出或描述公知技术方案以避免喧宾夺主而使得本公开的各方面变得模糊。Example embodiments will now be described more fully with reference to the accompanying drawings. However, the example embodiments can be embodied in a variety of forms and should not be construed as being limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be more complete and complete, To those skilled in the art. The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are set forth However, one skilled in the art will appreciate that one or more of the specific details may be omitted or other methods, components, devices, steps, etc. may be employed. In other instances, various aspects of the present disclosure are not obscured by the details of the invention.
此外,附图仅为本公开的示意性图解,图中相同的附图标记表示相同或类似的部分,因而将省略对它们的重复描述。附图中所示的一些方框图是功能实体,不一定必须与物理或逻辑上独立的实体相对应。可以采用软件形式来实现这些功能实体,或在一个或多个硬件模块或集成电路中实现这些功能实体,或在不同网络和/或处理器装置和/或微控制器装置中实现这些功能实体。Further, the drawings are only schematic illustrations of the present disclosure, and the same reference numerals are used to refer to the same or like parts in the drawings, and the repeated description thereof will be omitted. Some of the block diagrams shown in the figures are functional entities and do not necessarily have to correspond to physically or logically separate entities. These functional entities may be implemented in software, or implemented in one or more hardware modules or integrated circuits, or implemented in different network and/or processor devices and/or microcontroller devices.
下面结合附图对本公开示例实施方式进行详细说明。The exemplary embodiments of the present disclosure will be described in detail below with reference to the accompanying drawings.
图1示意性示出本公开示例性实施例中拣货路径规划方法的流程图。参考图1,拣货路径规划方法100可以包括:FIG. 1 schematically shows a flow chart of a picking path planning method in an exemplary embodiment of the present disclosure. Referring to Figure 1, the picking path planning method 100 can include:
步骤S102,以多个节点为起点,启动多只蚂蚁的路径遍历,所述节点包括多个拣货节点、拣货起点、拣货终点;Step S102, starting a path traversal of multiple ants starting from multiple nodes, where the node includes multiple picking nodes, a picking starting point, and a picking end point;
步骤S104,根据多个所述节点之间的路径的信息素数值计算所述蚂蚁转移到其他所述节点的转移概率,将蚂蚁移动到所述转移概率最大的所述节点上;Step S104: Calculate, according to a pheromone value of a path between the plurality of nodes, a transition probability of the ant transferring to another node, and move the ant to the node with the highest transition probability;
步骤S106,判断一只蚂蚁遍历所有所述节点后,更新路径的信息素数值,记录一个遍历路径;Step S106, determining that an ant traverses all the nodes, updating the pheromone value of the path, and recording a traversal path;
步骤S108,根据多个遍历路径确定最优路径。Step S108, determining an optimal path according to the plurality of traversal paths.
本公开提供的基于异步并行精英蚁群算法的拣货路径优化方法在经典ACO(Ant colony optimization,蚁群优化算法,由Marco Dorigo于1992年在他的博士论文中提出的仿生智能优化方法)基础上做了两大改进设计,在保证优化率指标前提下,降低了算法运行时间,提高了拣货路径优化效率。The picking path optimization method based on the asynchronous parallel elite ant colony algorithm provided by the present disclosure is based on the classic ACO (Ant colony optimization algorithm, a biomimetic intelligent optimization method proposed by Marco Dorigo in his doctoral thesis in 1992). On the premise of ensuring the optimization rate index, the algorithm running time is reduced and the optimization efficiency of the picking path is improved.
首先,在本方法中,蚂蚁的起始路线不局限于N个标定起始点,算法计算阶段确保每个节点都可以作为起始点(异步并行计算);其次,引入了历史最优方案到算法计算中,在保证求解质量的同时,降低了算法运行时间(精英策略)。First, in this method, the starting route of the ant is not limited to N calibration starting points, and the algorithm calculation phase ensures that each node can be used as a starting point (asynchronous parallel computing); secondly, a historical optimal scheme is introduced to algorithm calculation. In the process of ensuring the quality of the solution, the running time of the algorithm (elite strategy) is reduced.
下面,对拣货路径规划方法100的各步骤进行详细说明。Next, each step of the picking path planning method 100 will be described in detail.
在步骤S102,以多个节点为起点,启动多只蚂蚁的路径遍历,所述节点包括多个拣货节点、拣货起点、拣货终点。In step S102, a path traversal of a plurality of ants is started starting from a plurality of nodes, and the node includes a plurality of picking nodes, a picking starting point, and a picking end point.
在计算开始之前,可以首先对模型进行初始化。设定时间t=0,路径遍历循环次数Nc=0,所有蚂蚁的总循环次数最大不超过Ncmax,拣货节点i和j之间的路径(i,j)的初始化信息量与信息量增量分别为τ ij(0)=const,Δτ ij(0)=0。 The model can be initialized first before the calculation begins. Set the time t=0, the number of path traversal cycles Nc=0, the total number of cycles of all ants does not exceed Ncmax, the initialization information amount and information amount increment of the path (i, j) between the picking nodes i and j It is τ ij (0)=const, Δτ ij (0)=0.
计算开始时,首先将多只蚂蚁放在多个节点(包括拣货节点、拣货起点、拣货终点)上,从多个节点启动路径遍历,设置Nc=Nc+1。At the beginning of the calculation, first place multiple ants on multiple nodes (including picking node, picking starting point, picking end point), start path traversal from multiple nodes, and set Nc=Nc+1.
与相关路径规划方法不同,本方法通过设置多个起始节点,提高了路径规划方案的优化程度以及计算速度。Different from the related path planning method, this method improves the optimization degree and calculation speed of the path planning scheme by setting multiple starting nodes.
步骤S104,根据多个所述节点之间的路径的信息素数值计算所述蚂蚁转移到其他所述节点的转移概率,将蚂蚁移动到所述转移概率最大的所述节点上。Step S104: Calculate a transition probability of the ant to transfer to another node according to a pheromone value of a path between the plurality of nodes, and move the ant to the node with the highest transition probability.
可以根据以下状态转移概率公式(1)计算蚂蚁k选择城市j的概率,j∈{C-tabu k}。 其中,
Figure PCTCN2018081019-appb-000001
为蚂蚁k在第i节点上转移到第j节点的转移概率,t为所述路径行走循环的次数,C为所有节点的集合,tabu k为蚂蚁k已经走过的节点,d ij为i和j两个节点之间的距离,α为取值范围为[0,5]的信息素指数,β为取值范围为[0,5]的启发式因子指数,τ ij为节点i和j之间路径的当前信息素数值。
The probability that the ant k selects the city j, j ∈ {C-tabu k }, can be calculated according to the following state transition probability formula (1). among them,
Figure PCTCN2018081019-appb-000001
For the transition probability of ant k moving to the jth node on the i-th node, t is the number of times the path travels, C is the set of all nodes, tabu k is the node that ant k has passed, and d ij is i and j The distance between two nodes, α is a pheromone index with a value range of [0, 5], β is a heuristic factor index with a value range of [0, 5], and τ ij is a node i and j The current pheromone value of the path.
Figure PCTCN2018081019-appb-000002
Figure PCTCN2018081019-appb-000002
计算出蚂蚁在节点上对其他节点的转移概率后,将蚂蚁k移动到转移概率最大的节点。在一个实施例中,每只蚂蚁均有与其对应的禁忌表,用于记录其经过的节点,以在计算时排除这些节点,防止重复行走,保证遍历效率。因此,在将蚂蚁k转移到新的节点后,需要把前一个节点记入禁忌表tabu kAfter calculating the transition probability of the ant to other nodes on the node, the ant k is moved to the node with the highest transition probability. In one embodiment, each ant has a taboo table corresponding thereto for recording the nodes it passes through to exclude these nodes during calculation, preventing repeated walking and ensuring ergodic efficiency. Therefore, after transferring the ant k to the new node, it is necessary to record the previous node into the taboo table tabu k .
步骤S106,判断一只蚂蚁遍历所有所述节点后,更新路径的信息素数值,记录一个遍历路径。Step S106, after determining that an ant traverses all the nodes, updating the pheromone value of the path and recording a traversal path.
判断蚂蚁遍历所有节点的方法例如可以为查看其禁忌表与当前节点的并集是否等于所有节点的集合。若该蚂蚁没有遍历所有节点,则继续按照步骤S104选择下一节点,若该蚂蚁已经遍历所有节点,则将其本次遍历的路径顺序、路径总长度等路径参数记录下来,更新其经过路径上的信息素。The method for judging that the ant traverses all the nodes may be, for example, a view of whether the union of the tabu table and the current node is equal to the set of all nodes. If the ant does not traverse all the nodes, continue to select the next node according to step S104. If the ant has traversed all the nodes, record the path parameters such as the path sequence and the total path length of the current traversal, and update the path through the path. Pheromone.
在一个实施例中,更新信息素可以根据以下公式进行:In one embodiment, updating the pheromone can be performed according to the following formula:
Figure PCTCN2018081019-appb-000003
Figure PCTCN2018081019-appb-000003
其中,τ ij为节点i和j之间路径的当前信息素数值,Δτ ij表示更新的信息素增量;L k表示第k只蚂蚁在本次循环中所走路径的总长度;Q表示蚂蚁循环一周在经过路径上所释放的信息素总量,影响算法收敛速度;γ表示权重参数;T bs表示当前最优路径,L bs表示当前最优路径的长度;ρ表示蒸发系数。 Where τ ij is the current pheromone value of the path between nodes i and j, Δτ ij represents the updated pheromone increment; L k represents the total length of the path taken by the kth ant in this cycle; Q represents ant The total amount of pheromone released on the path in one cycle, affecting the convergence speed of the algorithm; γ represents the weight parameter; T bs represents the current optimal path, L bs represents the length of the current optimal path; ρ represents the evaporation coefficient.
本方法各参数的建议值如表1。The recommended values for each parameter of this method are shown in Table 1.
表1Table 1
序号Serial number 参数parameter 建议值suggested value 解释Explanation
11 0≤α≤50 ≤ α ≤ 5 11 信息素指数Pheromone index
22 0≤β≤50 ≤ β ≤ 5 55 启发式因子指数Heuristic factor index
33 0.1≤ρ≤0.990.1≤ρ≤0.99 0.10.1 蒸发系数Evaporation coefficient
44 10≤Q≤1000010≤Q≤10000 100100 信息素总量Total pheromone
55 初始化信息素constInitialization pheromone const 11 初始化信息素Initialization pheromone
66 γγ 100100 权重系数Weight coefficient
77 蚂蚁数/节点数≈1.1Number of ants / number of nodes ≈ 1.1 1.1*节点数(向上取整)1.1* number of nodes (rounded up) 蚂蚁数Ant number
88 循环计数或重复计数Loop count or repeat count Ncmax=4或K=10Ncmax=4 or K=10 停止条件Stop condition
步骤S108,根据多个遍历路径确定最优路径。Step S108, determining an optimal path according to the plurality of traversal paths.
本公开所述的多个遍历路径不仅包括多只蚂蚁提供的多个遍历路径,在一些情况下,还包括一只蚂蚁提供的遍历路径。The plurality of traversal paths described in the present disclosure include not only a plurality of traversal paths provided by a plurality of ants, but also traversal paths provided by one ant in some cases.
举例而言,蚂蚁1、蚂蚁2同时从两个节点开始路径遍历,由于蚂蚁1选择的路径较短,率先完成遍历过程,此时记录蚂蚁1的本次遍历路径为第一遍历路径,重新启动蚂蚁1的路径遍历。如果第二个完成路径遍历的是蚂蚁2,则记录蚂蚁2的遍历路径为第二遍历路径,重新启动蚂蚁2的路径遍历。但是在一些情况下,第二个完成路径遍历的还是蚂蚁1,则此时记录蚂蚁1第二次遍历的遍历路径为第二遍历路径,重新启动蚂蚁1的路径遍历。For example, ant 1 and ant 2 start path traversal from two nodes at the same time. Since the path selected by ant 1 is short, the traversal process is completed first. At this time, the traversal path of ant 1 is recorded as the first traversal path, and restarted. The path of ant 1 is traversed. If the second completion path traverses the ant 2, the traversal path of the ant 2 is recorded as the second traversal path, and the path traversal of the ant 2 is restarted. However, in some cases, the second completion path traverses the ant 1, then the traversal path of the second traversal of the ant 1 is recorded as the second traversal path, and the path traversal of the ant 1 is restarted.
为保证算法收敛,可以设置最大总循环次数,在判断记录的遍历路径达到最大总循环次数时,根据即时情况输出计算结果或重新启动计算。最大总循环次数只约束总的遍历路径数量,不约束每个遍历路径是由哪只蚂蚁提供的。To ensure that the algorithm converges, the maximum total number of loops can be set. When it is judged that the traversal path of the record reaches the maximum total number of loops, the calculation result is output according to the immediate situation or the calculation is restarted. The maximum total number of cycles only constrains the total number of traversal paths, and does not constrain which ant is provided by each ant.
图2是本公开一种改进确定最优路径方法的流程图。2 is a flow chart of a method for improving the determination of an optimal path of the present disclosure.
参考图2,步骤S108可以包括:Referring to FIG. 2, step S108 may include:
步骤S1082,获取历史最优路径与一个遍历路径;Step S1082: Acquire a historical optimal path and a traversal path;
步骤S1084,将所述历史最优路径与所述遍历路径中路径长度小的选择为当前最优路径;Step S1084: selecting the historical optimal path and the path length in the traversal path to be the current optimal path;
步骤S1086,多次获取遍历路径,将所述遍历路径与所述当前最优路径二者中路径长度小的方案选择为当前最优路径;Step S1086: Acquire a traversal path multiple times, and select a scheme with a small path length in both the traversal path and the current optimal path as the current optimal path;
步骤S1088,重复上一步骤n次,在判断所述当前最优路径连续k次被选择时,将所述当前最优路径确定为最优路径,其中n为预设的最大总循环次数。In step S1088, the previous step is repeated n times. When it is determined that the current optimal path is selected k consecutive times, the current optimal path is determined as an optimal path, where n is a preset maximum total number of cycles.
其中,在步骤S1082中,历史最优路径包括根据S型策略方法获取遍历所述拣货节点的历史最优路径。即,将现有通过S型策略方法获取的最优路径作为ACO精英路径(精英策略)。此外,在对历史最优路径的选择中,建议选择同一巷道拣货顺序从外到里(主通道为参照物)的遍历路径方案。Wherein, in step S1082, the historical optimal path includes acquiring a historical optimal path traversing the picking node according to the S-type policy method. That is, the existing optimal path obtained by the S-type policy method is taken as the ACO elite path (elite strategy). In addition, in the selection of the historical optimal path, it is recommended to select the traversal path scheme of the same lane picking order from the outside to the inside (the main channel is the reference object).
在步骤S1084~S1088中,算法的终止条件可以设置为在外循环(所有蚂蚁的总遍历次数)具有最大数目的约束条件下,一个遍历路径方案已经连续K次被选择为当前最优路径,此时可以判断算法已经收敛,终止计算。In steps S1084 to S1088, the termination condition of the algorithm may be set to a maximum number of constraints in the outer loop (the total number of traversal times of all ants), and one traversal path scheme has been selected as the current optimal path for K consecutive times. It can be judged that the algorithm has converged and the calculation is terminated.
通过将历史最优路径设置为精英路径,可以使本方法得出的方案至少不劣于当前算法计算得出的方案,保证了方案质量。同时,通过引入精英路径作为初始解,降低了本方法的计算量,减少了计算时间,提高了计算效率。因此,本方法在提高了计算效率的同时提高了方案的优化质量。By setting the historical optimal path as the elite path, the solution obtained by the method can be at least inferior to the solution calculated by the current algorithm, and the quality of the solution is guaranteed. At the same time, by introducing the elite path as the initial solution, the calculation amount of the method is reduced, the calculation time is reduced, and the calculation efficiency is improved. Therefore, the method improves the computational efficiency and improves the optimization quality of the scheme.
图3示意性示出本公开示例性实施例中拣货路径规划方法的流程图。参考图3,拣货路径规划方法100还可以包括:FIG. 3 schematically shows a flow chart of a picking path planning method in an exemplary embodiment of the present disclosure. Referring to FIG. 3, the picking path planning method 100 may further include:
步骤S110,确定仓库拣货路径的起点,根据所述起点对所述最优路径进行修改,生成最优拣货路径。Step S110, determining a starting point of the warehouse picking path, and modifying the optimal path according to the starting point to generate an optimal picking path.
由以上所述的蚁群算法计算得出的遍历路径的起点与终点可能与仓库中实际的拣货起点与终点不同。因此,在获取到最优便利路径后,可以结合实际的拣货起点与终点对方案进行微调,从而获得最优拣货路径。The start and end points of the traversal path calculated by the ant colony algorithm described above may be different from the actual picking start and end points in the warehouse. Therefore, after obtaining the optimal convenience path, the actual picking start point and end point can be fine-tuned to obtain the optimal picking path.
举例而言,当实际拣货起点在最优路径中处于非首尾节点时,可以以起点为原点选择顺时针遍历或逆时针遍历两个方案中路径最短的方案,生成最终的遍历方案。终点即拣货最终复合台与拣货终点有关,因此可以根据以上遍历路径中的拣货终点设置最终复合台,即终点随拣货路径变化而变化。For example, when the actual picking starting point is in the non-head-to-end node in the optimal path, the scheme with the shortest path in the two schemes may be selected with the starting point as the origin to generate a final traversal scheme. The end point, the picking of the final composite station, is related to the picking end point, so the final compounding station can be set according to the picking end point in the above traversing path, ie the end point changes as the picking path changes.
下面通过具体实施例来对上述方法100进行详细说明。The above method 100 will be described in detail below by way of specific embodiments.
图4是本公开一个实施例的流程图。4 is a flow chart of one embodiment of the present disclosure.
参考图4,接到拣货任务单后,基于节点之间的距离表,通过方法100获得拣货路径优化方案。在图4中,步骤S402体现异步并行策略,步骤S403体现精英策略,数字代表拣货顺序。Referring to FIG. 4, after receiving the picking task list, a picking path optimization scheme is obtained by the method 100 based on the distance table between the nodes. In FIG. 4, step S402 represents an asynchronous parallel strategy, step S403 represents an elite strategy, and numbers represent a picking order.
步骤S401:初始化,设置时间t=0,总循环次数Nc=0,总最大循环次数Ncmax=4,路径(i,j)的初始化信息量τ ij(0)=1,Δτ ij(0)=0,基于原有S型策略形成的历史最优路径的距离L bs=391。 Step S401: Initialization, setting time t=0, total number of cycles Nc=0, total maximum number of cycles Ncmax=4, initial information amount of path (i, j) τ ij (0)=1, Δτ ij (0)= 0, the distance L bs = 391 based on the historical optimal path formed by the original S-type strategy.
步骤S402:将13只蚂蚁分别放在C中11个起始节点上(多余的2只蚂蚁随机放在11个节点上即可),Nc=Nc+1。Step S402: Place 13 ants on 11 starting nodes in C (the extra 2 ants are randomly placed on 11 nodes), Nc=Nc+1.
步骤S403:根据公式1和表1进行参数设置,计算转移概率
Figure PCTCN2018081019-appb-000004
如:
Step S403: Perform parameter setting according to Formula 1 and Table 1, and calculate transition probability
Figure PCTCN2018081019-appb-000004
Such as:
Figure PCTCN2018081019-appb-000005
Figure PCTCN2018081019-appb-000005
计算蚂蚁k选择节点j的概率,j∈{C-tabu 1},为蚂蚁k选择的起始节点。 Calculate the probability that ant k selects node j, j∈{C-tabu 1 }, the starting node selected for ant k.
步骤S404:选择具有最大状态转移概率的点,将蚂蚁k移动到该点,并把该点记入蚂蚁k的禁忌表tabu kStep S404: Select the point having the maximum state transition probability, move the ant k to the point, and record the point in the tab row tabu k of the ant k .
步骤S405:判断是否访问完集合C中11个节点,是则进入步骤S406,否则跳转至步骤S403。Step S405: It is judged whether 11 nodes in the set C are accessed, if yes, the process goes to step S406, otherwise the process goes to step S403.
步骤S406:根据公式(2)更新一只蚂蚁在一次遍历结束后所经过的每条路径上的信息量并生成当前最优路径。如:Step S406: Update the amount of information on each path that an ant passes after the end of one traversal according to formula (2) and generate a current optimal path. Such as:
Figure PCTCN2018081019-appb-000006
Figure PCTCN2018081019-appb-000006
步骤S407,判断是否有一遍历路径方案连续k此被选为当前最优路径,是则输出计算结果,否则清空禁忌表并跳转至步骤S102。In step S407, it is determined whether a traversal path scheme is consecutively selected as the current optimal path, and if yes, the calculation result is output, otherwise the taboo table is cleared and the process proceeds to step S102.
根据S型策略形成的最优拣货路径的总长度391m以及本方法形成的最优拣货路径的总长度297m,计算得出优化率a:According to the total length of the optimal picking path formed by the S-type strategy of 391 m and the total length of the optimal picking path formed by the method of 297 m, the optimization rate a is calculated:
a=(391-297)/391=24%a=(391-297)/391=24%
经过大量实际数据测试,总体优化率(降低拣货路径成本)指标目前已超过8%,甚至达到13%,且算法运行时间符合实际业务时间需求。某仓库测试数据表明,平均优化率达9%-13%,路径优化率达8%以上,求解时间达到100ms级别。After a large number of actual data tests, the overall optimization rate (lowering the cost of the picking path) has exceeded 8%, or even 13%, and the algorithm running time meets the actual business time requirements. A warehouse test data shows that the average optimization rate is 9%-13%, the path optimization rate is over 8%, and the solution time is up to 100ms.
算法性能对比分析见表2。本方法在各项指标中普遍优于标准蚁群算法,平均优化率(平均优化率=(精英ACO路径成本-原有路径距离成本)/原有路径距离成本)高于6%,算法投用率(算法投用率=通过本算法获得方案优于原有方案的总数/总方案数)高于30%,算法响应时间明显较低,明显提高了拣货效率,在65%-72%的拣货路径计算中发挥了降低成本的作用。The performance comparison of the algorithm is shown in Table 2. This method is generally superior to the standard ant colony algorithm in various indicators, and the average optimization rate (average optimization rate = (elite ACO path cost - original path distance cost) / original path distance cost) is higher than 6%, the algorithm is applied The rate (algorithm application rate = the total number of programs obtained by this algorithm is better than the original program / the total number of programs) is higher than 30%, the response time of the algorithm is significantly lower, and the picking efficiency is obviously improved, at 65%-72%. The picking path calculation plays a role in reducing costs.
表2Table 2
指标项Indicator item 本方法The method 标准蚁群算法Standard ant colony algorithm
平均优化率Average optimization rate 9%-13%9%-13% 3%-6%3%-6%
算法投用率Algorithmic rate 65%-72%65%-72% 30%-40%30%-40%
算法平均响应时间Algorithm average response time 约100msAbout 100ms 约150ms以上About 150ms or more
本公开提供的拣货路径规划方法通过对经典蚁群算法做出改进,引入异步并行策略到蚁群算法中,并在拣货路径优化问题中进行求解验证,大大提高了优化效果。此外,通过引入精英策略到蚁群算法的初始解和过程求解中,大大提升了优化效果,使得本方法具有极 大的实际应用价值。The picking path planning method provided by the present disclosure improves the classical ant colony algorithm, introduces an asynchronous parallel strategy into the ant colony algorithm, and solves the problem in the picking path optimization problem, thereby greatly improving the optimization effect. In addition, by introducing the elite strategy to the initial solution and process solution of the ant colony algorithm, the optimization effect is greatly improved, and the method has great practical application value.
对应于上述方法实施例,本公开还提供一种拣货路径规划装置,可以用于执行上述方法实施例。Corresponding to the above method embodiment, the present disclosure also provides a picking path planning device, which can be used to execute the above method embodiment.
图5示意性示出本公开一个示例性实施例中一种拣货路径规划装置的方框图。Fig. 5 schematically shows a block diagram of a picking path planning device in an exemplary embodiment of the present disclosure.
参考图5,拣货路径规划装置500可以包括:Referring to FIG. 5, the picking path planning apparatus 500 may include:
初始化模块502,设置为将多只蚂蚁放在多个节点上,启动所述蚂蚁的路径遍历循环。The initialization module 502 is configured to place a plurality of ants on a plurality of nodes to initiate a path traversal cycle of the ants.
路径生成模块508,设置为根据拣货节点之间的路径的信息素数值计算所述蚂蚁转移到其他拣货节点的转移概率,将蚂蚁移动到所述转移概率最大的节点上。The path generation module 508 is configured to calculate a transition probability of the ants transferring to other picking nodes according to the pheromone value of the path between the picking nodes, and move the ants to the node with the highest transition probability.
信息素更新模块506,设置为判断所述蚂蚁遍历所有节点后,更新路径的信息素数值,记录一个遍历路径。The pheromone update module 506 is configured to update the pheromone value of the path after the ant traverses all the nodes, and record a traversal path.
最优选择模块508,设置为根据多个遍历路径确定最优路径。An optimal selection module 508 is arranged to determine an optimal path from the plurality of traversal paths.
在一个实施例中,还可以包括:In an embodiment, the method may further include:
方案调整模块510,设置为确定仓库拣货路径的起点与终点,并根据所述起点与所述终点对所述最优路径的起点和终点进行修改,生成最优拣货路径。The solution adjustment module 510 is configured to determine a starting point and an ending point of the warehouse picking path, and modify the starting point and the ending point of the optimal path according to the starting point and the ending point to generate an optimal picking path.
由于装置500的各功能已在其对应的方法实施例中予以详细说明,本公开于此不再赘述。Since the functions of the device 500 have been described in detail in their corresponding method embodiments, the present disclosure will not be described herein.
根据本公开的一个方面,提供一种路径规划装置,包括:According to an aspect of the present disclosure, a path planning apparatus is provided, including:
存储器;以及Memory;
耦合到所属存储器的处理器,所述处理器被配置为基于存储在所述存储器中的指令,执行如上述任意一项所述的方法。A processor coupled to the associated memory, the processor being configured to perform the method of any of the preceding ones based on instructions stored in the memory.
该实施例中的装置的处理器执行操作的具体方式已经在有关该拣货路径规划方法的实施例中执行了详细描述,此处将不做详细阐述说明。The specific manner in which the processor of the apparatus in this embodiment performs the operation has been described in detail in the embodiment relating to the picking path planning method, and will not be explained in detail herein.
图6是根据一示例性实施例示出的一种装置600的框图。装置600可以是智能手机、平板电脑等移动终端。FIG. 6 is a block diagram of an apparatus 600, according to an exemplary embodiment. The device 600 may be a mobile terminal such as a smartphone or a tablet.
参照图6,装置600可以包括以下一个或多个组件:处理组件602,存储器604,电源组件606,多媒体组件608,音频组件610,传感器组件614以及通信组件616。Referring to FIG. 6, device 600 can include one or more of the following components: processing component 602, memory 604, power component 606, multimedia component 608, audio component 610, sensor component 614, and communication component 616.
处理组件602通常控制装置600的整体操作,诸如与显示,电话呼叫,数据通信,相机操作以及记录操作相关联的操作等。处理组件602可以包括一个或多个处理器618来执行指令,以完成上述的方法的全部或部分步骤。此外,处理组件602可以包括一个或多个模块,便于处理组件602和其他组件之间的交互。例如,处理组件602可以包括多媒体模块,以方便多媒体组件608和处理组件602之间的交互。 Processing component 602 typically controls the overall operation of device 600, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. Processing component 602 can include one or more processors 618 to execute instructions to perform all or part of the steps described above. Moreover, processing component 602 can include one or more modules to facilitate interaction between component 602 and other components. For example, processing component 602 can include a multimedia module to facilitate interaction between multimedia component 608 and processing component 602.
存储器604被配置为存储各种类型的数据以支持在装置600的操作。这些数据的示例包括用于在装置600上操作的任何应用程序或方法的指令。存储器604可以由任何类型的易失性或非易失性存储设备或者它们的组合实现,如静态随机存取存储器(SRAM),电可擦除可编程只读存储器(EEPROM),可擦除可编程只读存储器(EPROM),可编程只 读存储器(PROM),只读存储器(ROM),磁存储器,快闪存储器,磁盘或光盘。存储器604中还存储有一个或多个模块,该一个或多个模块被配置成由该一个或多个处理器618执行,以完成上述任一所示方法中的全部或者部分步骤。 Memory 604 is configured to store various types of data to support operation at device 600. Examples of such data include instructions for any application or method operating on device 600. The memory 604 can be implemented by any type of volatile or non-volatile storage device or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), erasable Programmable Read Only Memory (EPROM), Programmable Read Only Memory (PROM), Read Only Memory (ROM), Magnetic Memory, Flash Memory, Disk or Optical Disk. Also stored in memory 604 is one or more modules that are configured to be executed by the one or more processors 618 to perform all or part of the steps of any of the methods described above.
电源组件606为装置600的各种组件提供电力。电源组件606可以包括电源管理系统,一个或多个电源,及其他与为装置600生成、管理和分配电力相关联的组件。 Power component 606 provides power to various components of device 600. Power component 606 can include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for device 600.
多媒体组件608包括在所述装置600和用户之间的提供一个输出接口的屏幕。在一些实施例中,屏幕可以包括液晶显示器(LCD)和触摸面板(TP)。如果屏幕包括触摸面板,屏幕可以被实现为触摸屏,以接收来自用户的输入信号。触摸面板包括一个或多个触摸传感器以感测触摸、滑动和触摸面板上的手势。所述触摸传感器可以不仅感测触摸或滑动动作的边界,而且还检测与所述触摸或滑动操作相关的持续时间和压力。The multimedia component 608 includes a screen between the device 600 and the user that provides an output interface. In some embodiments, the screen can include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes a touch panel, the screen can be implemented as a touch screen to receive input signals from the user. The touch panel includes one or more touch sensors to sense touches, slides, and gestures on the touch panel. The touch sensor may sense not only the boundary of the touch or sliding action, but also the duration and pressure associated with the touch or slide operation.
音频组件610被配置为输出和/或输入音频信号。例如,音频组件610包括一个麦克风(MIC),当装置600处于操作模式,如呼叫模式、记录模式和语音识别模式时,麦克风被配置为接收外部音频信号。所接收的音频信号可以被进一步存储在存储器604或经由通信组件616发送。在一些实施例中,音频组件610还包括一个扬声器,用于输出音频信号。The audio component 610 is configured to output and/or input an audio signal. For example, audio component 610 includes a microphone (MIC) that is configured to receive an external audio signal when device 600 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may be further stored in memory 604 or transmitted via communication component 616. In some embodiments, audio component 610 also includes a speaker for outputting an audio signal.
传感器组件614包括一个或多个传感器,用于为装置600提供各个方面的状态评估。例如,传感器组件614可以检测到装置600的打开/关闭状态,组件的相对定位,传感器组件614还可以检测装置600或装置600一个组件的位置改变以及装置600的温度变化。在一些实施例中,该传感器组件614还可以包括磁传感器,压力传感器或温度传感器。 Sensor assembly 614 includes one or more sensors for providing device 600 with a status assessment of various aspects. For example, sensor assembly 614 can detect an open/closed state of device 600, relative positioning of components, and sensor assembly 614 can also detect changes in position of one component of device 600 or device 600 and temperature changes of device 600. In some embodiments, the sensor assembly 614 can also include a magnetic sensor, a pressure sensor, or a temperature sensor.
通信组件616被配置为便于装置600和其他设备之间有线或无线方式的通信。装置600可以接入基于通信标准的无线网络,如WiFi,2G或3G,或它们的组合。在一个示例性实施例中,通信组件616经由广播信道接收来自外部广播管理系统的广播信号或广播相关信息。在一个示例性实施例中,所述通信组件616还包括近场通信(NFC)模块,以促进短程通信。例如,在NFC模块可基于射频识别(RFID)技术,红外数据协会(IrDA)技术,超宽带(UWB)技术,蓝牙(BT)技术和其他技术来实现。 Communication component 616 is configured to facilitate wired or wireless communication between device 600 and other devices. The device 600 can access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, communication component 616 receives broadcast signals or broadcast associated information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 616 also includes a near field communication (NFC) module to facilitate short range communication. For example, the NFC module can be implemented based on radio frequency identification (RFID) technology, infrared data association (IrDA) technology, ultra-wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
在示例性实施例中,装置600可以被一个或多个应用专用集成电路(ASIC)、数字信号处理器(DSP)、数字信号处理设备(DSPD)、可编程逻辑器件(PLD)、现场可编程门阵列(FPGA)、控制器、微控制器、微处理器或其他电子元件实现,用于执行上述方法。In an exemplary embodiment, device 600 may be implemented by one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable A gate array (FPGA), controller, microcontroller, microprocessor, or other electronic component implementation for performing the above methods.
在本公开的一种示例性实施例中,还提供了一种计算机可读存储介质,其上存储有程序,该程序被处理器执行时实现如上述任意一项所述的拣货路径规划方法。该计算机可读存储介质例如可以为包括指令的临时性和非临时性计算机可读存储介质。In an exemplary embodiment of the present disclosure, there is also provided a computer readable storage medium having stored thereon a program, the program being executed by a processor to implement the picking path planning method according to any one of the above . The computer readable storage medium can be, for example, a temporary and non-transitory computer readable storage medium including instructions.
本领域技术人员在考虑说明书及实践这里公开的发明后,将容易想到本公开的其它实施方案。本申请旨在涵盖本公开的任何变型、用途或者适应性变化,这些变型、用途或者适应性变化遵循本公开的一般性原理并包括本公开未公开的本技术领域中的公知常识或惯用技术手段。说明书和实施例仅被视为示例性的,本公开的真正范围和构思由权利要求 指出。Other embodiments of the present disclosure will be apparent to those skilled in the <RTIgt; The present application is intended to cover any variations, uses, or adaptations of the present disclosure, which are in accordance with the general principles of the disclosure and include common general knowledge or common technical means in the art that are not disclosed in the present disclosure. . The specification and examples are to be considered as illustrative only,
工业实用性Industrial applicability
本公开实施例提供的拣货路径规划方法通过将基于现有策略产生的最优拣货路径方案作为异步并行精英蚁群优化算法的参考精英方案,异步并行计算出最优拣货路径方案,在提高拣货路径规划效率的同时提供了更优的拣货路径规划方案。异步并行精英蚁群优化算法保证了算法的求解时间和优化效果,解决了现有单纯基于策略的拣货路径规划方案优化效果不理想和机器学习等算法时效差的问题。The picking path planning method provided by the embodiment of the present disclosure asynchronously calculates the optimal picking path solution by using the optimal picking path scheme generated based on the existing strategy as the reference elite scheme of the asynchronous parallel elite ant colony optimization algorithm. Improve the efficiency of the picking path planning while providing a better picking path planning solution. The asynchronous parallel elite ant colony optimization algorithm guarantees the solution time and optimization effect of the algorithm, and solves the problem that the optimization strategy of the existing pure strategy-based picking path planning scheme is not ideal and the time difference of the algorithm such as machine learning is poor.

Claims (10)

  1. 一种基于蚁群算法的拣货路径规划方法,其特征在于,包括:A method for singular path planning based on ant colony algorithm, which comprises:
    以多个节点为起点,启动多只蚂蚁的路径遍历,所述节点包括多个拣货节点、拣货起点、拣货终点;Starting with a plurality of nodes as a starting point, starting a path traversal of a plurality of ants, the node includes a plurality of picking nodes, a picking starting point, and a picking end point;
    根据多个所述节点之间的路径的信息素数值计算所述蚂蚁转移到其他所述节点的转移概率,将蚂蚁移动到所述转移概率最大的所述节点上;Calculating a transition probability of the ant transferring to the other node according to a pheromone value of a path between the plurality of nodes, and moving the ant to the node with the highest transition probability;
    判断一只蚂蚁遍历所有所述节点后,更新路径的信息素数值,记录一个遍历路径;After determining that an ant traverses all the nodes, updating the pheromone value of the path and recording a traversal path;
    根据多个遍历路径确定最优路径。The optimal path is determined according to a plurality of traversal paths.
  2. 如权利要求1所述的拣货路径规划方法,其特征在于,所述根据多个遍历路径确定最优路径包括:The method of claim 1 according to claim 1, wherein the determining the optimal path according to the plurality of traversal paths comprises:
    获取历史最优路径与一个遍历路径;Obtain a historical optimal path and a traversal path;
    将所述历史最优路径与所述遍历路径中路径长度小的选择为当前最优路径;Selecting the historical optimal path and the path length in the traversal path as the current optimal path;
    多次获取遍历路径,将所述遍历路径与所述当前最优路径二者中路径长度小的方案选择为当前最优路径;Obtaining a traversal path a plurality of times, and selecting a scheme having a small path length in both the traversal path and the current optimal path as the current optimal path;
    重复上一步骤n次,在判断所述当前最优路径连续k次被选择时,将所述当前最优路径确定为最优路径,其中n为预设的最大总循环次数。The previous step is repeated n times, and when it is determined that the current optimal path is selected consecutively k times, the current optimal path is determined as an optimal path, where n is a preset maximum total number of cycles.
  3. 如权利要求2所述的拣货路径规划方法,其特征在于,所述获取历史最优路径包括根据S型策略方法获取遍历所述节点的历史最优路径。The picking path planning method according to claim 2, wherein the obtaining the historical optimal path comprises acquiring a historical optimal path traversing the node according to the S-type policy method.
  4. 如权利要求2所述的拣货路径规划方法,其特征在于,还包括:The method of planning a routing path according to claim 2, further comprising:
    将蚂蚁经过的所述节点计入与该蚂蚁对应的禁忌表中;Counting the node through which the ant passes into the taboo table corresponding to the ant;
    在判断没有路径被连续k次选择为当前最优路径时,清空所述禁忌表与所述当前最优路径,重新启动所述蚂蚁的路径遍历循环。When it is determined that no path is selected as the current optimal path for consecutive k times, the tabu table and the current optimal path are cleared, and the path traversal cycle of the ant is restarted.
  5. 如权利要求1所述的拣货路径规划方法,其特征在于,还包括:The method of planning a routing path according to claim 1, further comprising:
    确定仓库拣货路径的所述拣货起点,根据所述拣货起点对所述最优路径进行修改,生成最优拣货路径。Determining the picking starting point of the warehouse picking path, and modifying the optimal path according to the picking starting point to generate an optimal picking path.
  6. 如权利要求1所述的拣货路径规划方法,其特征在于,所述计算所述蚂蚁转移到其他所述节点的转移概率包括通过以下公式计算:The picking path planning method according to claim 1, wherein said calculating a transition probability of said ant transferring to said other node comprises calculating by the following formula:
    Figure PCTCN2018081019-appb-100001
    Figure PCTCN2018081019-appb-100001
    其中,
    Figure PCTCN2018081019-appb-100002
    为蚂蚁k在第i节点上转移到第j节点的转移概率,t为所述路径行走 循环的次数,C为所有节点的集合,
    Figure PCTCN2018081019-appb-100003
    为蚂蚁k已经走过的节点,d ij为i和j两个节点之间的距离,α为取值范围为[0,5]的信息素指数,β为取值范围为[0,5]的启发式因子指数,τ ij为节点i和j之间路径的当前信息素数值。
    among them,
    Figure PCTCN2018081019-appb-100002
    The transition probability of the ant k moving to the jth node on the i-th node, t is the number of times the path travels, and C is a set of all nodes.
    Figure PCTCN2018081019-appb-100003
    For the node where ant k has passed, d ij is the distance between two nodes i and j, α is the pheromone index with the value range [0, 5], and β is the value range [0, 5] The heuristic factor index, τ ij is the current pheromone value of the path between nodes i and j.
  7. 如权利要求1所述的拣货路径规划方法,其特征在于,所述更新路径的信息素数值包括通过以下公式更新:The picking path planning method according to claim 1, wherein the pheromone value of the update path is updated by the following formula:
    τ ij(t+n)=(1-ρ)·τ ij(t)+Δτ ij τ ij (t+n)=(1-ρ)·τ ij (t)+Δτ ij
    Figure PCTCN2018081019-appb-100004
    Figure PCTCN2018081019-appb-100004
    Figure PCTCN2018081019-appb-100005
    Figure PCTCN2018081019-appb-100005
    Figure PCTCN2018081019-appb-100006
    Figure PCTCN2018081019-appb-100006
    其中,τ ij为节点i和j之间路径的当前信息素数值,Δτ ij表示更新的信息素增量,
    Figure PCTCN2018081019-appb-100007
    表示第k只蚂蚁在本次循环中所走路径的总长度,Q表示蚂蚁循环一周在经过路径上所释放的信息素总量,γ表示权重参数,T bs表示当前最优路径;L bs表示当前最优路径的长度,ρ表示蒸发系数。
    Where τ ij is the current pheromone value of the path between nodes i and j, and Δτ ij represents the updated pheromone increment,
    Figure PCTCN2018081019-appb-100007
    Indicates the total length of the path taken by the kth ant in this cycle, Q represents the total amount of pheromone released by the ant cycle over the path, γ represents the weight parameter, T bs represents the current optimal path; L bs represents The length of the current optimal path, ρ represents the evaporation coefficient.
  8. 一种拣货路径规划装置,其特征在于,包括:A picking path planning device, comprising:
    初始化模块,设置为以多个节点为起点,启动多只蚂蚁的路径遍历,所述节点包括多个拣货节点、拣货起点、拣货终点;The initialization module is configured to start a path traversal of multiple ants starting from a plurality of nodes, where the node includes multiple picking nodes, a picking starting point, and a picking end point;
    路径生成模块,设置为根据多个所述节点之间的路径的信息素数值计算所述蚂蚁转移到其他所述节点的转移概率,将蚂蚁移动到所述转移概率最大的所述节点上;a path generating module, configured to calculate, according to a pheromone value of a path between the plurality of nodes, a transition probability of the ant to transfer to another node, and move the ant to the node with the highest transition probability;
    信息素更新模块,设置为判断一只蚂蚁遍历所有所述节点后,更新路径的信息素数值,记录一个遍历路径;a pheromone update module, configured to: after an ant traverses all the nodes, update a pheromone value of the path, and record a traversal path;
    最优选择模块,设置为根据多个遍历路径确定最优路径。An optimal selection module is arranged to determine an optimal path based on the plurality of traversal paths.
  9. 一种拣货路径规划装置,其特征在于,包括:A picking path planning device, comprising:
    存储器;以及Memory;
    耦合到所属存储器的处理器,所述处理器被配置为基于存储在所述存储器中的指令,执行如权利要求1-7任一项所述的拣货路径规划方法。A processor coupled to the associated memory, the processor being configured to perform the picking path planning method of any of claims 1-7 based on instructions stored in the memory.
  10. 一种计算机可读存储介质,其上存储有程序,该程序被处理器执行时实现如权利要求1-7任一项所述的拣货路径规划方法。A computer readable storage medium having stored thereon a program, the program being executed by a processor to implement the picking path planning method according to any one of claims 1-7.
PCT/CN2018/081019 2017-12-12 2018-03-29 Order picking path planning method and device WO2019114153A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711321490.5A CN109919345B (en) 2017-12-12 2017-12-12 Method and device for planning picking path
CN201711321490.5 2017-12-12

Publications (1)

Publication Number Publication Date
WO2019114153A1 true WO2019114153A1 (en) 2019-06-20

Family

ID=66819911

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/081019 WO2019114153A1 (en) 2017-12-12 2018-03-29 Order picking path planning method and device

Country Status (2)

Country Link
CN (1) CN109919345B (en)
WO (1) WO2019114153A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111132003A (en) * 2019-11-27 2020-05-08 桂林电子科技大学 UWSN sensor node positioning method based on dynamic path planning
CN112180916A (en) * 2020-09-17 2021-01-05 北京理工大学 Intelligent navigation algorithm of home service robot suitable for complex environment

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110472913A (en) * 2019-08-12 2019-11-19 一物一码数据(广州)实业有限公司 A kind of shipment monitoring method and device
CN113361739B (en) * 2020-03-06 2024-04-12 北京京东振世信息技术有限公司 Method and device for generating picking path
CN111723008A (en) * 2020-05-29 2020-09-29 北京机电工程研究所 Test path generation method based on state transition diagram
CN111861018B (en) * 2020-07-24 2023-06-27 西安建筑科技大学 Warehouse picking path optimization method, storage medium and equipment based on routing information protocol
CN111915078B (en) * 2020-07-29 2023-09-26 中国烟草总公司湖北省公司 Flexible cigarette distribution line planning method and system based on data driving
CN111880542B (en) * 2020-08-04 2022-12-27 昆山九毫米电子科技有限公司 Route planning method for multiple unmanned target vehicles based on improved ant colony algorithm
CN113762564A (en) * 2020-08-07 2021-12-07 北京京东乾石科技有限公司 Method, apparatus, computing device, and medium for transporting goods
CN112238456B (en) * 2020-10-10 2023-03-07 江西洪都航空工业集团有限责任公司 Material sheet sorting path planning method based on ant colony algorithm
CN113762575B (en) * 2020-12-02 2024-05-21 北京京东乾石科技有限公司 Conveying line path optimization method and device
CN113280828B (en) * 2021-05-17 2022-11-22 建信金融科技有限责任公司 Path planning method, device, equipment and storage medium
CN113320869B (en) * 2021-05-31 2023-03-28 深圳市库宝软件有限公司 Warehousing control method and device, electronic equipment and storage medium
CN113556728B (en) * 2021-06-07 2023-09-22 北京邮电大学 Ad hoc network route based on composite pheromone concentration field ant colony algorithm
CN113703391B (en) * 2021-08-11 2023-01-31 广东省科学院智能制造研究所 Machining path planning method based on random pheromone optimization elite ant colony algorithm
CN115318759B (en) * 2022-07-29 2024-04-09 武汉理工大学 Unmanned aerial vehicle-based insulator laser cleaning method and system
CN115456249B (en) * 2022-08-16 2024-03-22 上海聚水潭网络科技有限公司 Sorting walking path optimization method and system
CN116050687B (en) * 2023-01-09 2023-09-08 合肥市链码腾云信息技术有限公司 Method, system, terminal and storage medium for picking up goods in manual warehouse

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101493329A (en) * 2008-01-23 2009-07-29 华东师范大学 Multiple target point path planning method and device
CN104751250A (en) * 2015-04-16 2015-07-01 南通理工学院 Method of finding optimal paths based on ant colony method
CN105387875A (en) * 2015-12-24 2016-03-09 安徽工程大学 Improvement on mobile robot path planning method based on ant colony algorithm
CN107272679A (en) * 2017-06-15 2017-10-20 东南大学 Paths planning method based on improved ant group algorithm

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103112680B (en) * 2013-01-31 2014-11-26 西安科技大学 Stereo logistics system access cargo path optimization control system and method
CN103226762B (en) * 2013-04-17 2017-09-12 深圳东原电子有限公司 A kind of Logistics Distribution Method based on cloud computing platform
CN103336999B (en) * 2013-06-07 2016-08-10 同济大学 A kind of combination traffic evacuation optimization method based on multi-ant colony
CN103327082B (en) * 2013-06-07 2016-06-29 同济大学 A kind of colony evacuation optimal change method
CN105760954A (en) * 2016-02-15 2016-07-13 南通大学 Parking system path planning method based on improved ant colony algorithm
CN105787596A (en) * 2016-02-29 2016-07-20 泰华智慧产业集团股份有限公司 Emergency logistic route optimizing method based on improved ant colony algorithm

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101493329A (en) * 2008-01-23 2009-07-29 华东师范大学 Multiple target point path planning method and device
CN104751250A (en) * 2015-04-16 2015-07-01 南通理工学院 Method of finding optimal paths based on ant colony method
CN105387875A (en) * 2015-12-24 2016-03-09 安徽工程大学 Improvement on mobile robot path planning method based on ant colony algorithm
CN107272679A (en) * 2017-06-15 2017-10-20 东南大学 Paths planning method based on improved ant group algorithm

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
XIONG, CHUNXIA ET AL.: "Shortest Path Selection of Express Delivery based on Ant Colony Algorithm", HEILONGJIANG SCIENCE AND TECHNOLOGY INFORMATION, 15 September 2014 (2014-09-15) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111132003A (en) * 2019-11-27 2020-05-08 桂林电子科技大学 UWSN sensor node positioning method based on dynamic path planning
CN112180916A (en) * 2020-09-17 2021-01-05 北京理工大学 Intelligent navigation algorithm of home service robot suitable for complex environment

Also Published As

Publication number Publication date
CN109919345A (en) 2019-06-21
CN109919345B (en) 2021-06-29

Similar Documents

Publication Publication Date Title
WO2019114153A1 (en) Order picking path planning method and device
KR102365890B1 (en) Method, apparatus and storage medium for training of neural network
KR102383295B1 (en) Touch control method and device
WO2017173893A1 (en) Data transmission device and method, and computer storage medium
KR101813195B1 (en) Method and apparatus, program and recording medium for recommending contact information
US9268387B2 (en) Method for saving power consumption and an electronic device thereof
US20130219319A1 (en) Apparatus and method for grouping application program folders in electronic device
CN107770238A (en) System and method for entering row data communication based on image procossing
JP2021518932A (en) Super network training methods and equipment, programs, and recording media
WO2016050091A1 (en) Method for adjusting layout of application icons on terminal, and terminal
US20160061933A1 (en) Method and apparatus for measuring distance
US20200225995A1 (en) Application cleaning method, storage medium and electronic device
Jhunjhunwala et al. Age-of-information aware scheduling
TWI517737B (en) Indoor positioning method, indoor positioning system, and computer-readable medium
CN110471763B (en) Scheduling method, system, medium and electronic equipment based on shared object pool
US10075854B2 (en) Method for managing access points in WiFi network
CN106250430A (en) The sort method of smart machine list and device
CN109117242A (en) Virtual machine garbage reclamation tuning method, apparatus, electronic equipment and storage medium
CN107423220A (en) The detection method and device of RAM leakage, electronic equipment
CN108037889A (en) Location regulation method, terminal and the computer-readable recording medium of virtual key
CN108432213A (en) Electronic equipment and its control method
CN106652981A (en) BPM detection method and device
CN105094299A (en) Electronic device control method and device
Zhao et al. Status update for correlated energy harvesting sensors: A deep reinforcement learning approach
CN111898740B (en) Model parameter updating method and device of prediction model

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: 18889274

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 17/09/2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18889274

Country of ref document: EP

Kind code of ref document: A1