WO2024067358A1 - Efficiency analysis method and system for warehouse management system, and computer device - Google Patents

Efficiency analysis method and system for warehouse management system, and computer device Download PDF

Info

Publication number
WO2024067358A1
WO2024067358A1 PCT/CN2023/120460 CN2023120460W WO2024067358A1 WO 2024067358 A1 WO2024067358 A1 WO 2024067358A1 CN 2023120460 W CN2023120460 W CN 2023120460W WO 2024067358 A1 WO2024067358 A1 WO 2024067358A1
Authority
WO
WIPO (PCT)
Prior art keywords
management system
warehouse management
efficiency analysis
information
efficiency
Prior art date
Application number
PCT/CN2023/120460
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 WO2024067358A1 publication Critical patent/WO2024067358A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • 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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0639Performance analysis of employees; Performance analysis of enterprise or organisation operations
    • 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
    • G06Q10/087Inventory or stock management, e.g. order filling, procurement or balancing against orders

Definitions

  • the present invention relates to the technical field of computer information processing, and in particular to a warehouse management system efficiency analysis method, system, storage medium and computer equipment.
  • the technical problem to be solved by the present invention is to provide an efficiency analysis method, system, storage medium and computer equipment for a warehouse management system in view of the defects of the prior art such as being time-consuming, labor-intensive, costly and having large errors.
  • the technical solution adopted by the present invention to solve the technical problem is: constructing an efficiency analysis method of a warehouse management system, comprising:
  • Information acquisition step acquiring the operation information of the warehouse management system during the period to be analyzed;
  • Information processing step obtaining a plurality of feature information by processing the operation information, and generating a feature set of the warehouse management system;
  • Information analysis step sending the feature set to a pre-stored efficiency analysis model, and obtaining the target efficiency analysis result of the warehouse management system for the time period to be analyzed based on the output of the efficiency analysis model, wherein the efficiency analysis result includes: warehouse efficiency problem category.
  • the efficiency analysis model is obtained according to the following steps:
  • Step S01 obtaining the operation information of the warehouse management system in the historical period
  • Step S02 obtaining a plurality of feature information by processing the operation information, and generating a training set of the warehouse management system;
  • Step S03 sending the training set to the determined training model, and training the training model until the training model meets the preset qualification conditions, and taking the training model that meets the qualification conditions as the efficiency analysis model, and storing it.
  • the step S03 includes:
  • Step S031 receiving a question category label set by a user
  • Step S032 sending the training set to the current training model, and obtaining the reference efficiency analysis result corresponding to the training set according to the output of the training model;
  • Step S033 judging whether the current training model meets the preset qualification conditions according to the problem category label and the reference efficiency analysis result, if yes, executing step S034; if no, executing step S035;
  • Step S034 using the current training model as the efficiency analysis model and storing it;
  • Step S035 Receive parameter modification information from the user to modify the parameters of the current training model, and update the current training model according to the parameter modification information, and then execute step S032.
  • the efficiency analysis result also includes the probability of storage efficiency problems
  • the step S031 includes: receiving a question category label and a question probability label set by a user;
  • the step S033 includes: judging whether the current training model meets the preset qualification conditions according to the problem category label, the problem probability label and the reference efficiency analysis result.
  • the information acquisition step includes:
  • the information processing step comprises:
  • a plurality of feature information is obtained by processing the second operation information, and a feature set of the warehouse management system is generated.
  • the obtaining of a plurality of characteristic information by processing the operation information includes:
  • the data in the summary connection table is formatted and a plurality of feature information is obtained.
  • the format conversion of the data in the summary connection table and obtaining multiple feature information includes:
  • One-hot encoding is used to extract feature information from standardized and normalized data.
  • the present invention also constructs a storage medium storing a computer program, which implements the steps of the above-mentioned warehouse management system efficiency analysis method when executed by a processor.
  • the present invention also constructs a computer device, including a processor and a memory storing a computer program, wherein the processor implements the steps of the above-mentioned warehouse management system efficiency analysis method when executing the computer program.
  • the present invention also constructs an efficiency analysis system for a warehouse management system, comprising:
  • An information acquisition module used to acquire the operation information of the warehouse management system during the period to be analyzed
  • An information processing module used for acquiring a plurality of feature information by processing the operation information, and generating a feature set of the warehouse management system;
  • the information analysis module is used to send the feature set to a pre-stored efficiency analysis model, and obtain the target efficiency analysis result of the warehouse management system for the time period to be analyzed based on the output of the efficiency analysis model, wherein the efficiency analysis result includes: warehouse efficiency problem category.
  • the operation information of the warehouse management system in the period to be analyzed is first obtained, and then the operation information is processed to obtain multiple feature information. Finally, combined with the pre-established efficiency analysis model, the storage efficiency problem category of the warehouse management system in the period to be analyzed can be automatically identified. Compared with the existing method that relies on manual judgment, this technical solution not only saves labor costs, but also has more scientific and well-documented results, thereby improving the accuracy and convenience of warehouse management system efficiency analysis.
  • FIG1 is a flow chart of a first embodiment of an efficiency analysis method for a warehouse management system of the present invention
  • FIG2 is a flow chart of a method for obtaining an efficiency analysis model according to a first embodiment of the present invention
  • FIG3 is a flow chart of an embodiment 1 of step S03 in FIG2 ;
  • FIG4 is a block diagram of a computer device according to a first embodiment of the present invention.
  • FIG. 5 is a logical structure diagram of the first embodiment of the efficiency analysis system of the warehouse management system of the present invention.
  • FIG1 is a flow chart of a first embodiment of an efficiency analysis method for a warehouse management system of the present invention.
  • the efficiency analysis method of this embodiment includes the following steps:
  • Information acquisition step S10 acquiring the operation information of the warehouse management system during the period to be analyzed;
  • the time period to be analyzed may be the current time period, such as the current day, the current week, the current month, or a previous time period, such as the previous day, the previous week, etc.
  • the warehouse management system may be an intelligent warehouse management system (IWMS), an equipment scheduling system (ESS), etc., which are not limited here.
  • the operation information of the time period to be analyzed is obtained from the warehouse management system.
  • the operation information includes: execution instructions, status information, box moving information, order information, picking completion information, etc. This information may be stored in a table, such as: outbound order information table, outbound picking task table, box status record table, robot execution task table, etc. Service table, box arrival and departure console information table, etc., are not limited here.
  • the types of these operation information can be various, such as structured data, log files, etc.
  • structured data can be stored in the database through IWMS and ESS, and can be directly read from the database when used; the data in the log file needs to be parsed before it can be stored in the database for use.
  • the parsing method can use keywords and log format templates to extract data.
  • Information processing step S20 acquiring a plurality of feature information by processing the operation information, and generating a feature set of the warehouse management system;
  • the obtained operation information cannot be directly fed into the efficiency analysis model, and not all data are meaningful. Therefore, it is necessary to process the operation information first to obtain feature information, which can be an indicator with obvious value for judging the category of warehouse efficiency problems. These indicators are some high-dimensional aggregated data and can measure the overall operation status of the warehouse management system, such as but not limited to the average number of boxes moved per hour by the warehouse robot, the average walking mileage of the warehouse robot per task, etc.
  • the feature information can be obtained by grouping and aggregating multiple tables in the operation information according to different dimensions (for example, robot ID, task ID, box ID, time).
  • Information analysis step S30 sending the feature set to a pre-stored efficiency analysis model, and obtaining the target efficiency analysis result of the warehouse management system for the time period to be analyzed according to the output of the efficiency analysis model, wherein the efficiency analysis result includes: warehouse efficiency problem category.
  • the efficiency analysis model is pre-established and stored.
  • the obtained feature information is sent to the efficiency analysis model, and the efficiency analysis model can output the target efficiency analysis results of the warehouse management system.
  • the efficiency analysis results include warehouse efficiency problem categories, and the warehouse efficiency problem categories may be, for example: order structure problems, robot task allocation problems, robot path planning problems, robot congestion problems, operating table task allocation problems, manual picking problems, etc.
  • the operation status of the warehouse management system in the period to be analyzed is obtained.
  • the information is then processed to obtain multiple feature information.
  • the category of storage efficiency problems of the warehouse management system in the period to be analyzed can be automatically identified.
  • the efficiency analysis model may be obtained according to the following steps:
  • Step S01 obtaining the operation information of the warehouse management system in the historical period
  • the historical period can be the past day, week, etc.
  • the operation information of the historical period also comes from warehouse management systems such as IWMS and ESS, and the operation information includes: execution instructions, status information, box moving information, order information, picking completion information, etc.
  • This information may also be stored in tables, such as: outbound order information table, outbound picking task table, box status record table, robot execution task table, and box arrival and departure operation table information table.
  • Step S02 obtaining a plurality of feature information by processing the operation information, and generating a training set of the warehouse management system;
  • Step S03 sending the training set to the determined training model, and training the training model until the training model meets the preset qualification conditions, and taking the training model that meets the qualification conditions as the efficiency analysis model, and storing it.
  • the determined training model can be a pre-set one or one selected by the user from multiple models.
  • the user can select the training model through the machine learning library Scikit-Learn.
  • the clustering model kmeans or DBSCAN can be freely selected by rewriting the configuration.
  • kmeans has the advantages of being widely used, easy to implement, and highly efficient;
  • DBSCAN has the advantages of being able to discover clusters of any shape and identify noise points.
  • step S03 specifically includes:
  • Step S031 receiving a question category label set by a user
  • the user can determine the indicators that do not meet the specifications by checking the training set obtained in step S02, and then determine the corresponding problem category. For example, on a certain day in a project, the average distance traveled by the warehouse robot per trip to move boxes is longer (greater than the specification value), and then it can be determined that there is a problem with the path planning of the warehouse robot (no suitable path is selected for the warehouse robot). At this time, the corresponding problem category can be labeled.
  • Step S032 sending the training set to the current training model, and obtaining the reference efficiency analysis result corresponding to the training set according to the output of the training model;
  • the initial training model is a pre-set or user-selected training model. As the training progresses, the parameters of the initial training model will be modified to obtain the latest training model.
  • Step S033 judging whether the current training model meets the preset qualification conditions according to the problem category label and the reference efficiency analysis result, if yes, executing step S034; if no, executing step S035;
  • whether the current training model meets the preset qualification conditions can be determined by judging whether the matching degree between the storage efficiency problem category in the reference efficiency analysis result and the problem category label is greater than a set value (for example, 80%).
  • Step S034 using the current training model as the efficiency analysis model and storing it;
  • Step S035 Receive parameter modification information from the user to modify the parameters of the current training model, and update the current training model according to the parameter modification information, and then execute step S032.
  • the parameters of the training model can be adjusted and the model can be re-trained.
  • Type training repeat this process until the matching degree between the two is greater than the set value.
  • the efficiency analysis result also includes the probability of warehousing efficiency problems
  • step S031 includes: receiving problem category labels and problem probability labels set by the user
  • step S033 includes: judging whether the current training model meets the preset qualification conditions based on the problem category labels, the problem probability labels and the reference efficiency analysis results.
  • the efficiency analysis model outputs not only the storage efficiency problem category but also the storage efficiency problem probability (accuracy). Accordingly, when the efficiency analysis model is trained, the user sets not only the problem category label but also the problem probability label. Moreover, when evaluating the model, it is necessary to determine whether the storage efficiency problem category and the storage efficiency problem probability in the reference efficiency analysis result match the problem category label and the problem probability label.
  • the matching degree between the storage efficiency problem category output by the training model and the problem category label judged by humans in advance is greater than the first set value, but the matching degree between the storage efficiency problem probability output by the training model and the problem probability label judged by humans in advance is not greater than the second set value, then it is still considered that the current training model does not meet the preset qualification conditions, and the parameters of the training model should continue to be adjusted and the model training should be re-performed. The above process is repeated until the matching degrees of the two items are both greater than the corresponding set values.
  • the information acquisition step S10 includes: acquiring first operating information of the warehouse management system in the time period to be analyzed, and performing data cleaning processing on the first operating information to obtain second operating information.
  • the information processing step includes: acquiring multiple feature information by processing the second operating information, and generating a feature set of the warehouse management system. It should be understood that in step S01, after acquiring the operating information of the warehouse management system in the historical period, the operating information is also subjected to data cleaning processing to obtain the operating information after data cleaning processing, and, in step S02, the operating information after data cleaning processing is processed to obtain multiple feature information. In this embodiment, whether it is when performing efficiency analysis or model training, after obtaining the operating information, it is necessary to first perform conventional data cleaning work on these data, for example, including: missing value processing, outlier processing, etc.
  • a plurality of feature information is obtained by processing the operation information, specifically including:
  • Specific data objects are screened out from the operation information, and multiple different efficiency indicators of the warehouse management system are calculated based on the screened data objects.
  • this step since not all data in the operation information is meaningful, it is necessary to first screen out specific data objects from the operation information, and the specific data objects are data with obvious value for classifying warehouse efficiency issues. Then, multiple different efficiency indicators of the warehouse management system are obtained by calculating the screened data objects, for example, including: the average number of boxes moved per hour by the robot, the average walking mileage per task by the robot, etc.
  • the multiple different efficiency indicators are aggregated and joined to generate an aggregated joined table.
  • a wide table may be generated by combining different data sources.
  • the data in the summary connection table is formatted and multiple feature information is obtained.
  • the efficiency analysis model/training The model cannot recognize it, so the data needs to be converted into a format so that the efficiency analysis model/training model can recognize it.
  • the format conversion may be performed in the following manner:
  • One-hot encoding is used to extract feature information from standardized and normalized data.
  • the data may be standardized first to unify the unit and type of the data, and then normalized to unify the unit and value range. Finally, one-hot encoding is used to extract feature information from the normalized data, for example, to convert some text data into machine-recognizable values.
  • the present invention also constructs a storage medium, which stores a computer program.
  • the computer program is executed by a processor, the steps of the labor efficiency analysis method of the warehouse management system described above are implemented.
  • the storage medium of the present invention can be a U disk, a mobile hard disk, a read-only memory (ROM), a magnetic disk or an optical disk, and other computer-readable storage media that can store program codes.
  • ROM read-only memory
  • FIG4 is a structural block diagram of a computer device embodiment 1 of the present invention.
  • the efficiency analysis system 400 of this embodiment may be a computer or a server, and the server may be an independent server or a server cluster composed of multiple servers.
  • the computer device 400 includes a processor 402 , a memory, and a network interface 405 connected via a system bus 401 , wherein the memory may include a non-volatile storage medium 403 and an internal memory 404 .
  • the non-volatile storage medium 403 can store an operating system 4031 and a computer program 4032.
  • the computer program 4032 includes program instructions, and when the program instructions are executed by the processor 402, the processor 402 can execute the steps of the labor efficiency analysis method of the warehouse management system.
  • the processor 402 is used to provide computing and control capabilities to support the operation of the entire computer device 400. It should be understood that in the embodiment of the present application, the processor 402 can be a central processing unit (CPU), and the processor 402 can also be other general-purpose processors, digital signal processors (DSP), application-specific integrated circuits (ASIC), field-programmable gate arrays (FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc. Among them, the general-purpose processor can be a microprocessor or the processor can also be any conventional processor, etc.
  • DSP digital signal processors
  • ASIC application-specific integrated circuits
  • FPGA field-programmable gate arrays
  • the general-purpose processor can be a microprocessor or the processor can also be any conventional processor, etc.
  • the internal memory 404 provides an environment for the operation of the computer program 4032 in the non-volatile storage medium 403.
  • the processor 402 can execute the steps of the efficiency analysis method of the warehouse management system.
  • the network interface 405 is used to perform network communication with other devices.
  • FIG. 4 is merely a block diagram of a partial structure related to the solution of the present application, and does not constitute a limitation on the computer device 400 to which the solution of the present application is applied.
  • the specific computer device 400 may include more or fewer components than those shown in the figure, or combine certain components, or have a different arrangement of components.
  • FIG5 is a logical structure diagram of the first embodiment of the efficiency analysis system of the warehouse management system of the present invention.
  • the system of this embodiment includes: an information acquisition module 10, an information processing module 20, and an information analysis module 30, wherein the information acquisition module 10 is used to obtain the operation information of the warehouse management system in the time period to be analyzed; the information processing module 20 is used to obtain multiple feature information by processing the operation information, and generate a feature set of the warehouse management system; the information analysis module 30 is used to send the feature set to a pre-stored efficiency analysis model, and obtain the target efficiency analysis result of the warehouse management system for the time period to be analyzed according to the output of the efficiency analysis model, wherein the efficiency analysis result includes: Warehousing efficiency problem category.
  • the efficiency analysis system of the warehouse management system of the present invention also includes a model training module, and when performing model training, the information acquisition module 10 is also used to obtain the operation information of the warehouse management system in a historical period; the information processing module 20 is also used to obtain multiple feature information by processing the operation information, and generate a training set for the warehouse management system; the model training module is used to send the training set to the determined training model, and train the training model until the training model meets the preset qualification conditions, and the training model that meets the qualification conditions is used as the efficiency analysis model, and stored.
  • the model training module is used to send the training set to the determined training model, and train the training model until the training model meets the preset qualification conditions, and the training model that meets the qualification conditions is used as the efficiency analysis model, and stored.

Abstract

Disclosed in the present invention are an efficiency analysis method and system for a warehouse management system, and a storage medium and a computer device. The method comprises: acquiring operation information of a warehouse management system in a time period to be subjected to analysis; acquiring a plurality of pieces of feature information by processing the operation information, and generating a feature set of the warehouse management system; sending the feature set into a pre-stored efficiency analysis model, and acquiring, according to an output of the efficiency analysis model, a target efficiency analysis result of the warehouse management system for said time period, wherein the efficiency analysis result comprises: a storage efficiency problem category. By implementing the technical solution of the present invention, the labor cost is saved on, the results are also more scientific and evidence-based, and the accuracy and convenience of efficiency analysis of a warehouse management system are improved.

Description

仓库管理系统的效率分析方法、系统及计算机设备Efficiency analysis method, system and computer equipment for warehouse management system
本申请要求于2022年9月30日提交中国专利局,申请号为202211230481.6、申请名称为“仓库管理系统的效率分析方法、系统及计算机设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims priority to the Chinese patent application filed with the China Patent Office on September 30, 2022, with application number 202211230481.6 and application name “Efficiency Analysis Method, System and Computer Equipment for Warehouse Management System”, the entire contents of which are incorporated by reference in this application.
技术领域Technical Field
本发明涉及计算机信息处理技术领域,尤其涉及一种仓库管理系统效率分析方法、系统、存储介质及计算机设备。The present invention relates to the technical field of computer information processing, and in particular to a warehouse management system efficiency analysis method, system, storage medium and computer equipment.
背景技术Background technique
在仓库管理系统中,利用机器人对仓库进行管理,实现拣货、盘点、理库等业务的自动化流程是一种创举,目前仓储机器人服务仍处于新兴赛道,具有非常大的发展潜力及前景。In the warehouse management system, using robots to manage the warehouse and realize the automated processes of picking, inventory, and storage is an innovative approach. Currently, warehouse robot services are still in an emerging track and have great development potential and prospects.
仓储机器人产品在服务客户时,经常会面临仓库管理系统的统计效率无法达到承诺数值的状况,如果不解决该问题,将导致失去客户信任、违约、影响项目验收回款等一系列严重后果。但是,往往此类问题的定位十分复杂,需结合现场情况、软件系统、机器人相关算法等多方复杂因素去分析,才能发现问题所在,找到效率瓶颈。When serving customers, warehouse robot products often face the situation that the statistical efficiency of the warehouse management system cannot reach the promised value. If this problem is not solved, it will lead to a series of serious consequences such as loss of customer trust, breach of contract, and impact on project acceptance and payment. However, the location of such problems is often very complicated, and it is necessary to analyze multiple complex factors such as on-site conditions, software systems, and robot-related algorithms to discover the problem and find the efficiency bottleneck.
目前,在对仓库管理系统的统计效率进行分析时,主要做法是依赖现场人员的经验和反馈,这种方法需要人员驻场,长期跟进项目,不仅耗时耗力,成本极高,对人员的经验值和判断力要求十分高。不同的人定位出来的问题可能完全不一致,误差较大。后期还需要专业的数据分析师以此为依据去采集数据, 做定制化的分析去确认和验证,进一步增加了人力成本。At present, when analyzing the statistical efficiency of warehouse management systems, the main approach is to rely on the experience and feedback of on-site personnel. This method requires personnel to be stationed on-site and follow up on the project for a long time. It is not only time-consuming and labor-intensive, but also extremely costly. It also requires a high level of experience and judgment from personnel. The problems identified by different people may be completely inconsistent, with large errors. In the later stage, professional data analysts are needed to collect data based on this. Performing customized analysis to confirm and verify further increases labor costs.
发明内容Summary of the invention
本发明要解决的技术问题在于,针对现有技术存在的耗时耗力、成本高、误差大的缺陷,提供一种仓库管理系统的效率分析方法、系统、存储介质及计算机设备。The technical problem to be solved by the present invention is to provide an efficiency analysis method, system, storage medium and computer equipment for a warehouse management system in view of the defects of the prior art such as being time-consuming, labor-intensive, costly and having large errors.
本发明解决其技术问题所采用的技术方案是:构造一种仓库管理系统的效率分析方法,包括:The technical solution adopted by the present invention to solve the technical problem is: constructing an efficiency analysis method of a warehouse management system, comprising:
信息获取步骤:获取所述仓库管理系统在待分析时段的运行信息;Information acquisition step: acquiring the operation information of the warehouse management system during the period to be analyzed;
信息处理步骤:通过对所述运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的特征集;Information processing step: obtaining a plurality of feature information by processing the operation information, and generating a feature set of the warehouse management system;
信息分析步骤:将所述特征集送入预先存储的效率分析模型,并根据所述效率分析模型的输出获取所述仓库管理系统针对所述待分析时段的目标效率分析结果,其中,所述效率分析结果包括:仓储效率问题类别。Information analysis step: sending the feature set to a pre-stored efficiency analysis model, and obtaining the target efficiency analysis result of the warehouse management system for the time period to be analyzed based on the output of the efficiency analysis model, wherein the efficiency analysis result includes: warehouse efficiency problem category.
优选地,根据以下步骤获取所述效率分析模型:Preferably, the efficiency analysis model is obtained according to the following steps:
步骤S01,获取所述仓库管理系统在历史时段的运行信息;Step S01, obtaining the operation information of the warehouse management system in the historical period;
步骤S02,通过对所述运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的训练集;Step S02, obtaining a plurality of feature information by processing the operation information, and generating a training set of the warehouse management system;
步骤S03,将所述训练集送入所确定的训练模型,并对所述训练模型进行训练,直至所述训练模型满足预设的合格条件,且将满足所述合格条件的训练模型作为所述效率分析模型,并对其进行存储。Step S03, sending the training set to the determined training model, and training the training model until the training model meets the preset qualification conditions, and taking the training model that meets the qualification conditions as the efficiency analysis model, and storing it.
优选地,所述步骤S03包括:Preferably, the step S03 includes:
步骤S031,接收用户设置的问题类别标签; Step S031, receiving a question category label set by a user;
步骤S032,将所述训练集送入当前的训练模型,并根据所述训练模型的输出获取所述训练集对应的参考效率分析结果;Step S032, sending the training set to the current training model, and obtaining the reference efficiency analysis result corresponding to the training set according to the output of the training model;
步骤S033,根据所述问题类别标签及所述参考效率分析结果,判断当前的训练模型是否满足预设的合格条件,若是,则执行步骤S034;若否,则执行步骤S035;Step S033, judging whether the current training model meets the preset qualification conditions according to the problem category label and the reference efficiency analysis result, if yes, executing step S034; if no, executing step S035;
步骤S034,将当前的训练模型作为所述效率分析模型,并对其进行存储;Step S034, using the current training model as the efficiency analysis model and storing it;
步骤S035;接收用户对当前的训练模型的参数进行修改的参数修改信息,并根据所述参数修改信息更新当前的训练模型,然后执行步骤S032。Step S035: Receive parameter modification information from the user to modify the parameters of the current training model, and update the current training model according to the parameter modification information, and then execute step S032.
优选地,所述效率分析结果还包括仓储效率问题概率;Preferably, the efficiency analysis result also includes the probability of storage efficiency problems;
所述步骤S031包括:接收用户设置的问题类别标签及问题概率标签;The step S031 includes: receiving a question category label and a question probability label set by a user;
所述步骤S033包括:根据所述问题类别标签、所述问题概率标签及所述参考效率分析结果判断当前的训练模型是否满足预设的合格条件。The step S033 includes: judging whether the current training model meets the preset qualification conditions according to the problem category label, the problem probability label and the reference efficiency analysis result.
优选地,所述信息获取步骤包括:Preferably, the information acquisition step includes:
获取所述仓库管理系统在待分析时段的第一运行信息,并对所述第一运行信息进行数据清洗处理,以获取第二运行信息;Acquire first operation information of the warehouse management system in the time period to be analyzed, and perform data cleaning processing on the first operation information to obtain second operation information;
所述信息处理步骤包括:The information processing step comprises:
通过对所述第二运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的特征集。A plurality of feature information is obtained by processing the second operation information, and a feature set of the warehouse management system is generated.
优选地,所述通过对所述运行信息进行处理来获取多个特征信息,包括:Preferably, the obtaining of a plurality of characteristic information by processing the operation information includes:
从所述运行信息中筛选出特定的数据对象,并根据筛选出的数据对象,计算所述仓库管理系统的多个不同的效率指标;Filtering specific data objects from the operation information, and calculating a plurality of different efficiency indicators of the warehouse management system based on the filtered data objects;
对所述多个不同的效率指标进行汇总及联结处理,以生成汇总联结表;Aggregating and concatenating the plurality of different efficiency indicators to generate a summary concatenation table;
对所述汇总联结表中的数据进行格式转换,并获取多个特征信息。 The data in the summary connection table is formatted and a plurality of feature information is obtained.
优选地,所述对所述汇总联结表中的数据进行格式转换,并获取多个特征信息,包括:Preferably, the format conversion of the data in the summary connection table and obtaining multiple feature information includes:
将所述汇总联结表中的数据进行标准化、归一化处理;Standardize and normalize the data in the summary connection table;
采用独热编码从标准化、归一化处理后的数据中提取出特征信息。One-hot encoding is used to extract feature information from standardized and normalized data.
本发明还构造一种存储介质,存储有计算机程序,所述计算机程序在被处理器执行时实现以上所述的仓库管理系统的效率分析方法的步骤。The present invention also constructs a storage medium storing a computer program, which implements the steps of the above-mentioned warehouse management system efficiency analysis method when executed by a processor.
本发明还构造一种计算机设备,包括处理器及存储有计算机程序的存储器,所述处理器在执行所述计算机程序时实现以上所述的仓库管理系统的效率分析方法的步骤。The present invention also constructs a computer device, including a processor and a memory storing a computer program, wherein the processor implements the steps of the above-mentioned warehouse management system efficiency analysis method when executing the computer program.
本发明还构造一种仓库管理系统的效率分析系统,包括:The present invention also constructs an efficiency analysis system for a warehouse management system, comprising:
信息获取模块,用于获取所述仓库管理系统在待分析时段的运行信息;An information acquisition module, used to acquire the operation information of the warehouse management system during the period to be analyzed;
信息处理模块,用于通过对所述运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的特征集;An information processing module, used for acquiring a plurality of feature information by processing the operation information, and generating a feature set of the warehouse management system;
信息分析模块,用于将所述特征集送入预先存储的效率分析模型,并根据所述效率分析模型的输出获取所述仓库管理系统针对所述待分析时段的目标效率分析结果,其中,所述效率分析结果包括:仓储效率问题类别。The information analysis module is used to send the feature set to a pre-stored efficiency analysis model, and obtain the target efficiency analysis result of the warehouse management system for the time period to be analyzed based on the output of the efficiency analysis model, wherein the efficiency analysis result includes: warehouse efficiency problem category.
实施本发明的技术方案,首先获取仓库管理系统的在待分析时段的运行信息,然后对该运行信息进行处理可获取到多个特征信息,最后,结合预先建立的效率分析模型,可自动识别出仓库管理系统在待分析时段的仓储效率问题类别。该技术方案相比现有的依赖人工判断的方式,不但节省了人力成本,而且结果也更加科学和有据可循,提高了仓库管理系统效率分析的准确性和便利性。 By implementing the technical solution of the present invention, the operation information of the warehouse management system in the period to be analyzed is first obtained, and then the operation information is processed to obtain multiple feature information. Finally, combined with the pre-established efficiency analysis model, the storage efficiency problem category of the warehouse management system in the period to be analyzed can be automatically identified. Compared with the existing method that relies on manual judgment, this technical solution not only saves labor costs, but also has more scientific and well-documented results, thereby improving the accuracy and convenience of warehouse management system efficiency analysis.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
下面将结合附图及实施例对本发明作进一步说明,附图中:The present invention will be further described below with reference to the accompanying drawings and embodiments, in which:
图1是本发明仓库管理系统的效率分析方法实施例一的流程图;FIG1 is a flow chart of a first embodiment of an efficiency analysis method for a warehouse management system of the present invention;
图2是本发明效率分析模型的获取方法实施例一的流程图;FIG2 is a flow chart of a method for obtaining an efficiency analysis model according to a first embodiment of the present invention;
图3是图2中步骤S03实施例一的流程图;FIG3 is a flow chart of an embodiment 1 of step S03 in FIG2 ;
图4是本发明计算机设备实施例一的结构框图;FIG4 is a block diagram of a computer device according to a first embodiment of the present invention;
图5是本发明仓库管理系统的效率分析系统实施例一的逻辑结构图。FIG. 5 is a logical structure diagram of the first embodiment of the efficiency analysis system of the warehouse management system of the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The following will be combined with the drawings in the embodiments of the present invention to clearly and completely describe the technical solutions in the embodiments of the present invention. Obviously, the described embodiments are only part of the embodiments of the present invention, not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by ordinary technicians in this field without creative work are within the scope of protection of the present invention.
图1是本发明仓库管理系统的效率分析方法实施例一的流程图,该实施例的效率分析方法包括以下步骤:FIG1 is a flow chart of a first embodiment of an efficiency analysis method for a warehouse management system of the present invention. The efficiency analysis method of this embodiment includes the following steps:
信息获取步骤S10:获取仓库管理系统在待分析时段的运行信息;Information acquisition step S10: acquiring the operation information of the warehouse management system during the period to be analyzed;
在该步骤中,待分析时段可为当前时段,例如,当天、当前周、当前月,也可为之前的一时段,例如,前一天、前一周等。其中,仓储管理系统可以是智能仓储管理系统(Intelligent Warehouse Management System,IWMS)、机器人管理系统(Equipment Scheduling System,ESS)等,在此不做限定,从仓库管理系统获取该待分析时段的运行信息,该运行信息包括:执行指令、状态信息、搬箱信息、订单信息、拣选完成信息,等等,这些信息可能存储在表中,例如包括有:出库订单信息表、出库拣选任务表、箱子状态记录表、机器人执行任 务表、箱子到达离开操作台信息表等,在此不做限定。In this step, the time period to be analyzed may be the current time period, such as the current day, the current week, the current month, or a previous time period, such as the previous day, the previous week, etc. The warehouse management system may be an intelligent warehouse management system (IWMS), an equipment scheduling system (ESS), etc., which are not limited here. The operation information of the time period to be analyzed is obtained from the warehouse management system. The operation information includes: execution instructions, status information, box moving information, order information, picking completion information, etc. This information may be stored in a table, such as: outbound order information table, outbound picking task table, box status record table, robot execution task table, etc. Service table, box arrival and departure console information table, etc., are not limited here.
这些运行信息的类型可以是多种多样的,例如:结构化数据;日志文件等。其中,结构化数据可以经由IWMS和ESS存储在数据库里面,在使用时可直接从数据库中读取出;日志文件的数据需进行解析后才能落库使用,解析方法可利用关键词、日志格式的模板去提取数据。The types of these operation information can be various, such as structured data, log files, etc. Among them, structured data can be stored in the database through IWMS and ESS, and can be directly read from the database when used; the data in the log file needs to be parsed before it can be stored in the database for use. The parsing method can use keywords and log format templates to extract data.
信息处理步骤S20:通过对所述运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的特征集;Information processing step S20: acquiring a plurality of feature information by processing the operation information, and generating a feature set of the warehouse management system;
在该步骤中,所获取的运行信息不能直接送入效率分析模型,而且,也不是所有的数据都有意义,因此,需要先对这些运行信息进行处理来获取特征信息,该特征信息可为对仓储效率问题类别判断具有明显价值的指标,这些指标为一些高维的聚合型数据,且能衡量仓库管理系统的整体运营状况,例如包括但不限于,仓储机器人平均每小时搬箱数、仓储机器人平均每次任务的行走里程等。在一种实现方式中,可通过对运行信息中的多个表格按照不同维度(例如,机器人ID、任务ID、箱子ID、时间)进行分组聚合处理来得出特征信息。In this step, the obtained operation information cannot be directly fed into the efficiency analysis model, and not all data are meaningful. Therefore, it is necessary to process the operation information first to obtain feature information, which can be an indicator with obvious value for judging the category of warehouse efficiency problems. These indicators are some high-dimensional aggregated data and can measure the overall operation status of the warehouse management system, such as but not limited to the average number of boxes moved per hour by the warehouse robot, the average walking mileage of the warehouse robot per task, etc. In one implementation, the feature information can be obtained by grouping and aggregating multiple tables in the operation information according to different dimensions (for example, robot ID, task ID, box ID, time).
信息分析步骤S30:将所述特征集送入预先存储的效率分析模型,并根据所述效率分析模型的输出获取所述仓库管理系统针对所述待分析时段的目标效率分析结果,其中,所述效率分析结果包括:仓储效率问题类别。Information analysis step S30: sending the feature set to a pre-stored efficiency analysis model, and obtaining the target efficiency analysis result of the warehouse management system for the time period to be analyzed according to the output of the efficiency analysis model, wherein the efficiency analysis result includes: warehouse efficiency problem category.
在该步骤中,效率分析模型是预先建立好并存储的,在正式使用时,将所获得的特征信息送入该效率分析模型,该效率分析模型便可输出仓库管理系统的目标效率分析结果,该效率分析结果包括仓储效率问题类别,该仓储效率问题类别例如可为:订单结构问题、机器人任务分配问题、机器人路径规划问题、机器人拥堵问题、操作台任务分配问题、人工拣选问题等。In this step, the efficiency analysis model is pre-established and stored. When it is officially used, the obtained feature information is sent to the efficiency analysis model, and the efficiency analysis model can output the target efficiency analysis results of the warehouse management system. The efficiency analysis results include warehouse efficiency problem categories, and the warehouse efficiency problem categories may be, for example: order structure problems, robot task allocation problems, robot path planning problems, robot congestion problems, operating table task allocation problems, manual picking problems, etc.
在该实施例的技术方案中,首先获取仓库管理系统在待分析时段的运行 信息,然后对该运行信息进行处理可获取到多个特征信息,最后,结合预先建立的效率分析模型,可自动识别出仓库管理系统在待分析时段的仓储效率问题类别。该技术方案相比现有的依赖人工判断的方式,不但节省了人力成本,而且结果也更加科学和有据可循,提高了仓库管理系统的效率分析的准确性和便利性。In the technical solution of this embodiment, firstly, the operation status of the warehouse management system in the period to be analyzed is obtained. The information is then processed to obtain multiple feature information. Finally, combined with the pre-established efficiency analysis model, the category of storage efficiency problems of the warehouse management system in the period to be analyzed can be automatically identified. Compared with the existing method that relies on manual judgment, this technical solution not only saves labor costs, but also has more scientific and well-documented results, improving the accuracy and convenience of efficiency analysis of the warehouse management system.
进一步地,在一个可选实施例中,如图2所示,在模型训练阶段,可根据以下步骤获取效率分析模型:Furthermore, in an optional embodiment, as shown in FIG2 , in the model training stage, the efficiency analysis model may be obtained according to the following steps:
步骤S01,获取所述仓库管理系统在历史时段的运行信息;Step S01, obtaining the operation information of the warehouse management system in the historical period;
在该步骤中,历史时段可为过去的一天、一周等时段。历史时段的运行信息同样来自于IWMS和ESS等仓储管理系统,且该运行信息包括:执行指令、状态信息、搬箱信息、订单信息、拣选完成信息,等等,这些信息同样可能存储在表中,例如包括有:出库订单信息表、出库拣选任务表、箱子状态记录表、机器人执行任务表、箱子到达离开操作台信息表。In this step, the historical period can be the past day, week, etc. The operation information of the historical period also comes from warehouse management systems such as IWMS and ESS, and the operation information includes: execution instructions, status information, box moving information, order information, picking completion information, etc. This information may also be stored in tables, such as: outbound order information table, outbound picking task table, box status record table, robot execution task table, and box arrival and departure operation table information table.
步骤S02,通过对所述运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的训练集;Step S02, obtaining a plurality of feature information by processing the operation information, and generating a training set of the warehouse management system;
步骤S03,将所述训练集送入所确定的训练模型,并对所述训练模型进行训练,直至所述训练模型满足预设的合格条件,且将满足所述合格条件的训练模型作为所述效率分析模型,并对其进行存储。Step S03, sending the training set to the determined training model, and training the training model until the training model meets the preset qualification conditions, and taking the training model that meets the qualification conditions as the efficiency analysis model, and storing it.
在该步骤中,所确定的训练模型可为预先设置好的一个,也可为用户从多个模型中选择的一个,例如,用户可通过机器学习库Scikit-Learn实现训练模型的选择,具体地,可通过改写配置的方式自由选择聚类模型kmeans或DBSCAN等,其中,kmeans具有使用广泛、易于实现、效率较高的优点;DBSCAN具有可发现任意形状的簇类、能够识别噪声点的优点。 In this step, the determined training model can be a pre-set one or one selected by the user from multiple models. For example, the user can select the training model through the machine learning library Scikit-Learn. Specifically, the clustering model kmeans or DBSCAN can be freely selected by rewriting the configuration. Among them, kmeans has the advantages of being widely used, easy to implement, and highly efficient; DBSCAN has the advantages of being able to discover clusters of any shape and identify noise points.
进一步地,在一个可选实施例中,如图3所示,步骤S03具体包括:Further, in an optional embodiment, as shown in FIG3 , step S03 specifically includes:
步骤S031,接收用户设置的问题类别标签;Step S031, receiving a question category label set by a user;
在该步骤中,用户可通过查看步骤S02所获取到的训练集来确定不符合规范的指标,进而可确定所对应的问题类别,比如,某项目某天仓储机器人平均每趟搬箱行走的距离较长(大于规范值),进而可确定仓储机器人的路径规划有问题(没有为仓储机器人选择合适路径),此时,可将对应的问题类别打上标签。In this step, the user can determine the indicators that do not meet the specifications by checking the training set obtained in step S02, and then determine the corresponding problem category. For example, on a certain day in a project, the average distance traveled by the warehouse robot per trip to move boxes is longer (greater than the specification value), and then it can be determined that there is a problem with the path planning of the warehouse robot (no suitable path is selected for the warehouse robot). At this time, the corresponding problem category can be labeled.
步骤S032,将所述训练集送入当前的训练模型,并根据所述训练模型的输出获取所述训练集对应的参考效率分析结果;Step S032, sending the training set to the current training model, and obtaining the reference efficiency analysis result corresponding to the training set according to the output of the training model;
在该步骤中,关于当前的训练模型,需说明的是,初始时的训练模型为预先设置好的或用户选择的训练模型,随着训练的进行,会对初始时的训练模型进行参数的修改,以获取到最新的训练模型。In this step, regarding the current training model, it should be noted that the initial training model is a pre-set or user-selected training model. As the training progresses, the parameters of the initial training model will be modified to obtain the latest training model.
步骤S033,根据所述问题类别标签及所述参考效率分析结果,判断当前的训练模型是否满足预设的合格条件,若是,则执行步骤S034;若否,则执行步骤S035;Step S033, judging whether the current training model meets the preset qualification conditions according to the problem category label and the reference efficiency analysis result, if yes, executing step S034; if no, executing step S035;
在该步骤中,可通过判断参考效率分析结果中的仓储效率问题类别与问题类别标签的匹配度是否大于设定值(例如80%)来判断当前的训练模型是否满足预设的合格条件。In this step, whether the current training model meets the preset qualification conditions can be determined by judging whether the matching degree between the storage efficiency problem category in the reference efficiency analysis result and the problem category label is greater than a set value (for example, 80%).
步骤S034,将当前的训练模型作为所述效率分析模型,并对其进行存储;Step S034, using the current training model as the efficiency analysis model and storing it;
步骤S035;接收用户对当前的训练模型的参数进行修改的参数修改信息,并根据所述参数修改信息更新当前的训练模型,然后执行步骤S032。Step S035: Receive parameter modification information from the user to modify the parameters of the current training model, and update the current training model according to the parameter modification information, and then execute step S032.
在该步骤中,如果训练模型输出的参考效率分析结果与事先人为判断的问题类别标签的匹配度不大于设定值,可调整训练模型的参数并重新进行模 型训练,重复这个过程直到两者的匹配度大于设定值。In this step, if the matching degree between the reference efficiency analysis result output by the training model and the problem category label judged by humans in advance is not greater than the set value, the parameters of the training model can be adjusted and the model can be re-trained. Type training, repeat this process until the matching degree between the two is greater than the set value.
进一步地,在一个可选实施例中,效率分析结果还包括仓储效率问题概率,而且,步骤S031包括:接收用户设置的问题类别标签及问题概率标签;步骤S033包括:根据所述问题类别标签、所述问题概率标签及所述参考效率分析结果判断当前的训练模型是否满足预设的合格条件。Furthermore, in an optional embodiment, the efficiency analysis result also includes the probability of warehousing efficiency problems, and step S031 includes: receiving problem category labels and problem probability labels set by the user; step S033 includes: judging whether the current training model meets the preset qualification conditions based on the problem category labels, the problem probability labels and the reference efficiency analysis results.
在该实施例中,效率分析模型除了输出仓储效率问题类别,还输出仓储效率问题概率(准确率),相应地,效率分析模型在训练时,用户除了设置问题类别标签,还设置问题概率标签,而且,在模型评估时,要分别判断参考效率分析结果中的仓储效率问题类别、仓储效率问题概率是否与问题类别标签、问题概率标签相匹配。如果训练模型输出的仓储效率问题类别与事先人为判断的问题类别标签之间的匹配度大于第一设定值,但是,训练模型输出的仓储效率问题概率与事先人为判断的问题概率标签之间的的匹配度不大于第二设定值,此时,依然认为当前的训练模型不满足预设的合格条件,还应继续调整训练模型的参数并重新进行模型训练,重复上述过程直到两项的匹配度均大于相应的设定值。In this embodiment, the efficiency analysis model outputs not only the storage efficiency problem category but also the storage efficiency problem probability (accuracy). Accordingly, when the efficiency analysis model is trained, the user sets not only the problem category label but also the problem probability label. Moreover, when evaluating the model, it is necessary to determine whether the storage efficiency problem category and the storage efficiency problem probability in the reference efficiency analysis result match the problem category label and the problem probability label. If the matching degree between the storage efficiency problem category output by the training model and the problem category label judged by humans in advance is greater than the first set value, but the matching degree between the storage efficiency problem probability output by the training model and the problem probability label judged by humans in advance is not greater than the second set value, then it is still considered that the current training model does not meet the preset qualification conditions, and the parameters of the training model should continue to be adjusted and the model training should be re-performed. The above process is repeated until the matching degrees of the two items are both greater than the corresponding set values.
在一个具体实施例中,若每天进行一次仓库管理系统的效率分析,那么,在连续的两天内,根据所获取到的当天的运行数据,自动识别的目标效率分析结果如下表1所示:
In a specific embodiment, if the efficiency analysis of the warehouse management system is performed once a day, then, for two consecutive days, based on the acquired operation data of the day, the automatically identified target efficiency analysis results are shown in Table 1 below:
表1Table 1
进一步地,在一个可选实施例中,信息获取步骤S10包括:获取所述仓库管理系统在待分析时段的第一运行信息,并对所述第一运行信息进行数据清洗处理,以获取第二运行信息。相应地,信息处理步骤包括:通过对所述第二运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的特征集。应理解,在步骤S01中,在获取到仓库管理系统在历史时段的运行信息后,也对该运行信息进行数据清洗处理,以获取数据清洗处理后的运行信息,而且,在步骤S02中,通过对数据清洗处理后的运行信息进行处理来获取多个特征信息。在该实施例中,不管是进行效率分析时,还是进行模型训练时,当获取到运行信息后,均需要先对这些数据进行常规的数据清洗工作,例如包括:含缺失值处理、异常值处理等。Further, in an optional embodiment, the information acquisition step S10 includes: acquiring first operating information of the warehouse management system in the time period to be analyzed, and performing data cleaning processing on the first operating information to obtain second operating information. Correspondingly, the information processing step includes: acquiring multiple feature information by processing the second operating information, and generating a feature set of the warehouse management system. It should be understood that in step S01, after acquiring the operating information of the warehouse management system in the historical period, the operating information is also subjected to data cleaning processing to obtain the operating information after data cleaning processing, and, in step S02, the operating information after data cleaning processing is processed to obtain multiple feature information. In this embodiment, whether it is when performing efficiency analysis or model training, after obtaining the operating information, it is necessary to first perform conventional data cleaning work on these data, for example, including: missing value processing, outlier processing, etc.
进一步地,在一个可选实施例中,信息处理步骤S20及步骤S02中,通过对所述运行信息进行处理来获取多个特征信息,具体包括:Furthermore, in an optional embodiment, in the information processing step S20 and step S02, a plurality of feature information is obtained by processing the operation information, specifically including:
从所述运行信息中筛选出特定的数据对象,并根据筛选出的数据对象,计算所述仓库管理系统的多个不同的效率指标。在该步骤中,由于不是运行信息中的所有的数据都有意义,所以需要先从运行信息中筛选出特定的数据对象,该特定的数据对象为对仓储效率问题类别判断具有明显价值的数据。接着,通过对筛选出的数据对象进行计算而获取仓库管理系统的多个不同的效率指标,例如,包括:机器人平均每小时搬箱数、机器人平均次任务的行走里程等。Specific data objects are screened out from the operation information, and multiple different efficiency indicators of the warehouse management system are calculated based on the screened data objects. In this step, since not all data in the operation information is meaningful, it is necessary to first screen out specific data objects from the operation information, and the specific data objects are data with obvious value for classifying warehouse efficiency issues. Then, multiple different efficiency indicators of the warehouse management system are obtained by calculating the screened data objects, for example, including: the average number of boxes moved per hour by the robot, the average walking mileage per task by the robot, etc.
对所述多个不同的效率指标进行汇总及联结处理,以生成汇总联结表,例如,可结合不同的数据源生成宽表。The multiple different efficiency indicators are aggregated and joined to generate an aggregated joined table. For example, a wide table may be generated by combining different data sources.
对所述汇总联结表中的数据进行格式转换,并获取多个特征信息。在该步骤中,由于汇总联结表中一些数据的单位和类型不一致,效率分析模型/训练 模型无法识别,因此还需要对这些数据进行格式转换,以使效率分析模型/训练模型能识别。The data in the summary connection table is formatted and multiple feature information is obtained. In this step, due to the inconsistency of the units and types of some data in the summary connection table, the efficiency analysis model/training The model cannot recognize it, so the data needs to be converted into a format so that the efficiency analysis model/training model can recognize it.
进一步地,在一个可选实施例中,可通过以下方式进行格式转换:Furthermore, in an optional embodiment, the format conversion may be performed in the following manner:
将所述汇总联结表中的数据进行标准化、归一化处理;Standardize and normalize the data in the summary connection table;
采用独热编码从标准化、归一化处理后的数据中提取出特征信息。One-hot encoding is used to extract feature information from standardized and normalized data.
在该实施例中,可先对数据的标准化处理,以统一数据的单位和类型,然后再对其进行归一化处理,以统一单位和取值范围,最后,采用独热编码(one-hot)从归一化处理后的数据中提取出特征信息,例如,将一些文本数据转化成机器可识别的数值。In this embodiment, the data may be standardized first to unify the unit and type of the data, and then normalized to unify the unit and value range. Finally, one-hot encoding is used to extract feature information from the normalized data, for example, to convert some text data into machine-recognizable values.
本发明还构造一种存储介质,该存储介质存储有计算机程序,该计算机程序在被处理器执行时实现以上所述的仓库管理系统的人效率分析方法的步骤。The present invention also constructs a storage medium, which stores a computer program. When the computer program is executed by a processor, the steps of the labor efficiency analysis method of the warehouse management system described above are implemented.
本发明的存储介质可以是U盘、移动硬盘、只读存储器(Read-Only Memory,ROM)、磁碟或者光盘等各种可以存储程序代码的计算机可读存储介质。The storage medium of the present invention can be a U disk, a mobile hard disk, a read-only memory (ROM), a magnetic disk or an optical disk, and other computer-readable storage media that can store program codes.
图4是本发明计算机设备实施例一的结构框图,该实施例的效率分析系统400可为电脑、服务器,且服务器可以是独立的服务器,也可以是多个服务器组成的服务器集群。FIG4 is a structural block diagram of a computer device embodiment 1 of the present invention. The efficiency analysis system 400 of this embodiment may be a computer or a server, and the server may be an independent server or a server cluster composed of multiple servers.
参阅图4,该计算机设备400包括通过系统总线401连接的处理器402、存储器和网络接口405,其中,存储器可以包括非易失性存储介质403和内存储器404。4 , the computer device 400 includes a processor 402 , a memory, and a network interface 405 connected via a system bus 401 , wherein the memory may include a non-volatile storage medium 403 and an internal memory 404 .
该非易失性存储介质403可存储操作系统4031和计算机程序4032。该计算机程序4032包括程序指令,该程序指令被处理器402执行时,可使得处理器402执行上述仓库管理系统的人效率分析方法的步骤。 The non-volatile storage medium 403 can store an operating system 4031 and a computer program 4032. The computer program 4032 includes program instructions, and when the program instructions are executed by the processor 402, the processor 402 can execute the steps of the labor efficiency analysis method of the warehouse management system.
该处理器402用于提供计算和控制能力,以支撑整个计算机设备400的运行。应当理解,在本申请实施例中,处理器402可以是中央处理单元(Central Processing Unit,CPU),该处理器402还可以是其他通用处理器、数字信号处理器(Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现成可编程门阵列(Field-Programmable Gate Array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。其中,通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。The processor 402 is used to provide computing and control capabilities to support the operation of the entire computer device 400. It should be understood that in the embodiment of the present application, the processor 402 can be a central processing unit (CPU), and the processor 402 can also be other general-purpose processors, digital signal processors (DSP), application-specific integrated circuits (ASIC), field-programmable gate arrays (FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc. Among them, the general-purpose processor can be a microprocessor or the processor can also be any conventional processor, etc.
该内存储器404为非易失性存储介质403中的计算机程序4032的运行提供环境,该计算机程序4032被处理器402执行时,可使得处理器402执行上述仓库管理系统的效率分析方法的步骤。The internal memory 404 provides an environment for the operation of the computer program 4032 in the non-volatile storage medium 403. When the computer program 4032 is executed by the processor 402, the processor 402 can execute the steps of the efficiency analysis method of the warehouse management system.
该网络接口405用于与其它设备进行网络通信。The network interface 405 is used to perform network communication with other devices.
本领域技术人员可以理解,图4中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备400的限定,具体的计算机设备400可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。Those skilled in the art will appreciate that the structure shown in FIG. 4 is merely a block diagram of a partial structure related to the solution of the present application, and does not constitute a limitation on the computer device 400 to which the solution of the present application is applied. The specific computer device 400 may include more or fewer components than those shown in the figure, or combine certain components, or have a different arrangement of components.
图5是本发明仓库管理系统的效率分析系统实施例一的逻辑结构图,该实施例的系统包括:信息获取模块10、信息处理模块20、信息分析模块30,其中,信息获取模块10用于获取所述仓库管理系统在待分析时段的运行信息;信息处理模块20用于通过对所述运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的特征集;信息分析模块30用于将所述特征集送入预先存储的效率分析模型,并根据所述效率分析模型的输出获取所述仓库管理系统针对所述待分析时段的目标效率分析结果,其中,所述效率分析结果包括: 仓储效率问题类别。FIG5 is a logical structure diagram of the first embodiment of the efficiency analysis system of the warehouse management system of the present invention. The system of this embodiment includes: an information acquisition module 10, an information processing module 20, and an information analysis module 30, wherein the information acquisition module 10 is used to obtain the operation information of the warehouse management system in the time period to be analyzed; the information processing module 20 is used to obtain multiple feature information by processing the operation information, and generate a feature set of the warehouse management system; the information analysis module 30 is used to send the feature set to a pre-stored efficiency analysis model, and obtain the target efficiency analysis result of the warehouse management system for the time period to be analyzed according to the output of the efficiency analysis model, wherein the efficiency analysis result includes: Warehousing efficiency problem category.
进一步地,在一个可选实施例中,本发明的仓库管理系统的效率分析系统还包括模型训练模块,而且,在进行模型训练时,信息获取模块10还用于获取所述仓库管理系统在历史时段的运行信息;信息处理模块20还用于通过对所述运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的训练集;模型训练模块用于将所述训练集送入所确定的训练模型,并对所述训练模型进行训练,直至所述训练模型满足预设的合格条件,且将满足所述合格条件的训练模型作为所述效率分析模型,并对其进行存储。Furthermore, in an optional embodiment, the efficiency analysis system of the warehouse management system of the present invention also includes a model training module, and when performing model training, the information acquisition module 10 is also used to obtain the operation information of the warehouse management system in a historical period; the information processing module 20 is also used to obtain multiple feature information by processing the operation information, and generate a training set for the warehouse management system; the model training module is used to send the training set to the determined training model, and train the training model until the training model meets the preset qualification conditions, and the training model that meets the qualification conditions is used as the efficiency analysis model, and stored.
以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的权利要求范围之内。 The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention. For those skilled in the art, the present invention may have various modifications and variations. Any modification, equivalent substitution, improvement, etc. made within the spirit and principle of the present invention shall be included in the scope of the claims of the present invention.

Claims (10)

  1. 一种仓库管理系统的效率分析方法,其特征在于,包括:An efficiency analysis method for a warehouse management system, characterized by comprising:
    信息获取步骤:获取所述仓库管理系统在待分析时段的运行信息;Information acquisition step: acquiring the operation information of the warehouse management system during the period to be analyzed;
    信息处理步骤:通过对所述运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的特征集;Information processing step: obtaining a plurality of feature information by processing the operation information, and generating a feature set of the warehouse management system;
    信息分析步骤:将所述特征集送入预先存储的效率分析模型,并根据所述效率分析模型的输出获取所述仓库管理系统针对所述待分析时段的目标效率分析结果,其中,所述效率分析结果包括:仓储效率问题类别。Information analysis step: sending the feature set to a pre-stored efficiency analysis model, and obtaining the target efficiency analysis result of the warehouse management system for the time period to be analyzed based on the output of the efficiency analysis model, wherein the efficiency analysis result includes: warehouse efficiency problem category.
  2. 根据权利要求1所述的仓库管理系统的效率分析方法,其特征在于,根据以下步骤获取所述效率分析模型:The efficiency analysis method of a warehouse management system according to claim 1 is characterized in that the efficiency analysis model is obtained according to the following steps:
    步骤S01,获取所述仓库管理系统在历史时段的运行信息;Step S01, obtaining the operation information of the warehouse management system in the historical period;
    步骤S02,通过对所述运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的训练集;Step S02, obtaining a plurality of feature information by processing the operation information, and generating a training set of the warehouse management system;
    步骤S03,将所述训练集送入所确定的训练模型,并对所述训练模型进行训练,直至所述训练模型满足预设的合格条件,且将满足所述合格条件的训练模型作为所述效率分析模型,并对其进行存储。Step S03, sending the training set to the determined training model, and training the training model until the training model meets the preset qualification conditions, and taking the training model that meets the qualification conditions as the efficiency analysis model, and storing it.
  3. 根据权利要求2所述的仓库管理系统的效率分析方法,其特征在于,所述步骤S03包括:The efficiency analysis method of a warehouse management system according to claim 2, characterized in that step S03 comprises:
    步骤S031,接收用户设置的问题类别标签;Step S031, receiving a question category label set by a user;
    步骤S032,将所述训练集送入当前的训练模型,并根据所述训练模型的输出获取所述训练集对应的参考效率分析结果;Step S032, sending the training set to the current training model, and obtaining the reference efficiency analysis result corresponding to the training set according to the output of the training model;
    步骤S033,根据所述问题类别标签及所述参考效率分析结果,判断当前 的训练模型是否满足预设的合格条件,若是,则执行步骤S034;若否,则执行步骤S035;Step S033, judging the current Whether the training model meets the preset qualification conditions, if yes, execute step S034; if no, execute step S035;
    步骤S034,将当前的训练模型作为所述效率分析模型,并对其进行存储;Step S034, using the current training model as the efficiency analysis model and storing it;
    步骤S035;接收用户对当前的训练模型的参数进行修改的参数修改信息,并根据所述参数修改信息更新当前的训练模型,然后执行步骤S032。Step S035: Receive parameter modification information from the user to modify the parameters of the current training model, and update the current training model according to the parameter modification information, and then execute step S032.
  4. 根据权利要求3所述的仓库管理系统的效率分析方法,其特征在于,所述效率分析结果还包括仓储效率问题概率;The efficiency analysis method of a warehouse management system according to claim 3, characterized in that the efficiency analysis result also includes the probability of storage efficiency problems;
    所述步骤S031包括:接收用户设置的问题类别标签及问题概率标签;The step S031 includes: receiving a question category label and a question probability label set by a user;
    所述步骤S033包括:根据所述问题类别标签、所述问题概率标签及所述参考效率分析结果判断当前的训练模型是否满足预设的合格条件。The step S033 includes: judging whether the current training model meets the preset qualification conditions according to the problem category label, the problem probability label and the reference efficiency analysis result.
  5. 根据权利要求1-4任一项所述的仓库管理系统的效率分析方法,其特征在于,所述信息获取步骤包括:The efficiency analysis method of a warehouse management system according to any one of claims 1 to 4, characterized in that the information acquisition step comprises:
    获取所述仓库管理系统在待分析时段的第一运行信息,并对所述第一运行信息进行数据清洗处理,以获取第二运行信息;Acquire first operation information of the warehouse management system in the time period to be analyzed, and perform data cleaning processing on the first operation information to obtain second operation information;
    所述信息处理步骤包括:The information processing step comprises:
    通过对所述第二运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的特征集。A plurality of feature information is obtained by processing the second operation information, and a feature set of the warehouse management system is generated.
  6. 根据权利要求1-4任一项所述的仓库管理系统的效率分析方法,其特征在于,所述通过对所述运行信息进行处理来获取多个特征信息,包括:The efficiency analysis method of a warehouse management system according to any one of claims 1 to 4, characterized in that the processing of the operation information to obtain a plurality of feature information comprises:
    从所述运行信息中筛选出特定的数据对象,并根据筛选出的数据对象,计算所述仓库管理系统的多个不同的效率指标;Filtering specific data objects from the operation information, and calculating a plurality of different efficiency indicators of the warehouse management system based on the filtered data objects;
    对所述多个不同的效率指标进行汇总及联结处理,以生成汇总联结表;Aggregating and concatenating the plurality of different efficiency indicators to generate a summary concatenation table;
    对所述汇总联结表中的数据进行格式转换,并获取多个特征信息。 The data in the summary connection table is formatted and a plurality of feature information is obtained.
  7. 根据权利要求6所述的仓库管理系统的效率分析方法,其特征在于,所述对所述汇总联结表中的数据进行格式转换,并获取多个特征信息,包括:The efficiency analysis method of a warehouse management system according to claim 6 is characterized in that the format conversion of the data in the summary connection table and the acquisition of multiple feature information include:
    将所述汇总联结表中的数据进行标准化、归一化处理;Standardize and normalize the data in the summary connection table;
    采用独热编码从标准化、归一化处理后的数据中提取出特征信息。One-hot encoding is used to extract feature information from standardized and normalized data.
  8. 一种存储介质,存储有计算机程序,其特征在于,所述计算机程序在被处理器执行时实现权利要求1-7任一项所述的仓库管理系统的效率分析方法的步骤。A storage medium storing a computer program, characterized in that when the computer program is executed by a processor, the steps of the efficiency analysis method of a warehouse management system described in any one of claims 1 to 7 are implemented.
  9. 一种计算机设备,包括处理器及存储有计算机程序的存储器,其特征在于,所述处理器在执行所述计算机程序时实现权利要求1-7任一项所述的仓库管理系统的效率分析方法的步骤。A computer device comprises a processor and a memory storing a computer program, wherein the processor implements the steps of the efficiency analysis method of a warehouse management system as described in any one of claims 1 to 7 when executing the computer program.
  10. 一种仓库管理系统的效率分析系统,其特征在于,包括:An efficiency analysis system for a warehouse management system, characterized by comprising:
    信息获取模块,用于获取所述仓库管理系统在待分析时段的运行信息;An information acquisition module, used to acquire the operation information of the warehouse management system during the period to be analyzed;
    信息处理模块,用于通过对所述运行信息进行处理来获取多个特征信息,并生成所述仓库管理系统的特征集;An information processing module, used for acquiring a plurality of feature information by processing the operation information, and generating a feature set of the warehouse management system;
    信息分析模块,用于将所述特征集送入预先存储的效率分析模型,并根据所述效率分析模型的输出获取所述仓库管理系统针对所述待分析时段的目标效率分析结果,其中,所述效率分析结果包括:仓储效率问题类别。 The information analysis module is used to send the feature set to a pre-stored efficiency analysis model, and obtain the target efficiency analysis result of the warehouse management system for the time period to be analyzed based on the output of the efficiency analysis model, wherein the efficiency analysis result includes: warehouse efficiency problem category.
PCT/CN2023/120460 2022-09-30 2023-09-21 Efficiency analysis method and system for warehouse management system, and computer device WO2024067358A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202211230481.6 2022-09-30
CN202211230481.6A CN115689334A (en) 2022-09-30 2022-09-30 Efficiency analysis method and system of warehouse management system and computer equipment

Publications (1)

Publication Number Publication Date
WO2024067358A1 true WO2024067358A1 (en) 2024-04-04

Family

ID=85065416

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/120460 WO2024067358A1 (en) 2022-09-30 2023-09-21 Efficiency analysis method and system for warehouse management system, and computer device

Country Status (2)

Country Link
CN (1) CN115689334A (en)
WO (1) WO2024067358A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115689334A (en) * 2022-09-30 2023-02-03 深圳市库宝软件有限公司 Efficiency analysis method and system of warehouse management system and computer equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104408562A (en) * 2014-11-25 2015-03-11 许继集团有限公司 Photovoltaic system generating efficiency comprehensive evaluation method based on BP (back propagation) neural network
CN112053050A (en) * 2020-08-27 2020-12-08 北京云迹科技有限公司 Assessment method, device and system suitable for cooperation efficiency between robots
WO2021120677A1 (en) * 2020-07-07 2021-06-24 平安科技(深圳)有限公司 Warehousing model training method and device, computer device and storage medium
CN113592207A (en) * 2020-04-30 2021-11-02 炬星科技(深圳)有限公司 Robot-based mesh supply chain decision method, equipment and storage medium
CN114240197A (en) * 2021-12-21 2022-03-25 哈尔滨工业大学芜湖机器人产业技术研究院 Mobile robot comprehensive operation efficiency evaluation method and system based on industrial internet
CN115689334A (en) * 2022-09-30 2023-02-03 深圳市库宝软件有限公司 Efficiency analysis method and system of warehouse management system and computer equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104408562A (en) * 2014-11-25 2015-03-11 许继集团有限公司 Photovoltaic system generating efficiency comprehensive evaluation method based on BP (back propagation) neural network
CN113592207A (en) * 2020-04-30 2021-11-02 炬星科技(深圳)有限公司 Robot-based mesh supply chain decision method, equipment and storage medium
WO2021120677A1 (en) * 2020-07-07 2021-06-24 平安科技(深圳)有限公司 Warehousing model training method and device, computer device and storage medium
CN112053050A (en) * 2020-08-27 2020-12-08 北京云迹科技有限公司 Assessment method, device and system suitable for cooperation efficiency between robots
CN114240197A (en) * 2021-12-21 2022-03-25 哈尔滨工业大学芜湖机器人产业技术研究院 Mobile robot comprehensive operation efficiency evaluation method and system based on industrial internet
CN115689334A (en) * 2022-09-30 2023-02-03 深圳市库宝软件有限公司 Efficiency analysis method and system of warehouse management system and computer equipment

Also Published As

Publication number Publication date
CN115689334A (en) 2023-02-03

Similar Documents

Publication Publication Date Title
WO2021052031A1 (en) Statistical interquartile range-based commodity inventory risk early warning method and system, and computer readable storage medium
US20170109657A1 (en) Machine Learning-Based Model for Identifying Executions of a Business Process
US20170109676A1 (en) Generation of Candidate Sequences Using Links Between Nonconsecutively Performed Steps of a Business Process
US20170109668A1 (en) Model for Linking Between Nonconsecutively Performed Steps in a Business Process
US20170109667A1 (en) Automaton-Based Identification of Executions of a Business Process
WO2024067358A1 (en) Efficiency analysis method and system for warehouse management system, and computer device
US20170109639A1 (en) General Model for Linking Between Nonconsecutively Performed Steps in Business Processes
US20170109638A1 (en) Ensemble-Based Identification of Executions of a Business Process
US11734052B2 (en) Systems and methods for transaction tracing within an IT environment
CN114880405A (en) Data lake-based data processing method and system
CN114090556B (en) Electric power marketing data acquisition method and system
CN113821554B (en) Method for realizing heterogeneous database data acquisition
US20170109640A1 (en) Generation of Candidate Sequences Using Crowd-Based Seeds of Commonly-Performed Steps of a Business Process
US20100274601A1 (en) Supply chain perameter optimization and anomaly identification in product offerings
CN111190817B (en) Method and device for processing software defects
US20170109637A1 (en) Crowd-Based Model for Identifying Nonconsecutive Executions of a Business Process
US20170109670A1 (en) Crowd-Based Patterns for Identifying Executions of Business Processes
CN111061733A (en) Data processing method and device, electronic equipment and computer readable storage medium
CN110795308A (en) Server inspection method, device, equipment and storage medium
CN113138906A (en) Call chain data acquisition method, device, equipment and storage medium
US20210200758A1 (en) Edge table representation of processes
CN115185923B (en) Method and system for managing meteorological observation metadata and intelligent terminal
CN112925856B (en) Entity relationship analysis method, entity relationship analysis device, entity relationship analysis equipment and computer storage medium
TW202401344A (en) System for matching split words to detect components correctness in device and method thereof
CN117290183A (en) ETL-based cross-system exception monitoring processing method and device