节点文献

基于聚类的物流管理信息系统设计与实现

Research&Realization on Logistics Management Information System Based on Clustering

【作者】 张洪奉

【导师】 杨燕;

【作者基本信息】 西南交通大学 , 计算机技术, 2012, 硕士

【摘要】 近些年来,物流企业的迅猛发展得到了各行业的广泛关注,物流业与信息、网络等技术的结合,加快了物流业现代化发展的脚步。物流中最核心的环节是物流配送,配送的效率直接影响到物流的质量。因而,高效、合理、科学的配送环节是优质物流的基础。本文的主要内容是设计与实现一个物流管理信息系统,为用户提供便捷、实时、安全的服务,并将物流配送的过程透明地呈现给用户。配送中的难点在于配送路径的确定问题,该问题可归结为VRP(Vehicle Routing Problems), VRP问题自上世纪五十年代被提出后便得到了学者的关注,目前已有大量的方法用于解决此类问题。其中一种有效的解决方法是将VRP问题划分为独立的TSP(Traveling Saleman Problems),而后分别对其求解,这是一种典型的两阶段算法。划分的原则是各子问题之间没有交集,并且子问题内的数据相对集中,而子问题间差异较大,聚类分析方法则恰好适用于处理此类问题。在第一阶段中,采用IDBSCAN算法来实现VRP问题的划分,IDBSCAN算法是在DBSCAN算法基础上扩展来的。算法的输入是地理数据,为了能够更接近真实情况,使用实际行车路程来衡量两点之间的距离,同时为了体现地区的差异性,对各数据使用因子分析法进行加权处理。DBSCAN算法对邻域参数Eps敏感且不易发现密度变化较大的簇,为克服这两个问题,IDBSCAN算法通过分析数据的近邻分布情况来确定数据的密度区间,在聚类过程中,将数据的近邻值映射到密度区间来判断其是否是核心点,然后按照DBSCAN算法的思路进行聚类。IDBSCAN算法中输出的是相互独立的簇。在第二阶段中,采用蚁群优化算法对各个簇中的TSP问题进行求解,解的集合即为最终的配送路径。最后,本文描述了物流管理信息系统实现的功能及两阶段启发式算法在该系统中的应用。

【Abstract】 Over the past few years, the fast development of logistics enterprises has drawn great attention from every profession and trade, and the combination of logistics and information and network technology speeds up the modernization of logistics. The most crucial link of logistics is logistics distribution, which influences the quality of logistics directly. Therefore, highly efficient, reasonable and scientific distribution is the foundation of premium logistics.The main content of this thesis is the design and realization of a logistics management information system, providing convenient, real-time and secure services, and presenting logistics distribution flows to the customers transparently. The difficulties in distribution lie in the determination of distribution routes, which can be reduced to VRP (Vehicle Routing Problems), that was raised and focused by scholars in1950s and lots of methods have been applied to. One of the effective solutions is to divide VRP into independent TSP (Traveling Saleman Problems) and then solve them separately, which is a typical two-phase algorithm. The principle of division is making sure that there is no intersection between sub-problems and the data of sub-problem should be more concentrated inside sub-problem and more different between sub-problems:Clustering Analysis is just right for the problems.In the first stage, the division of VRP will be realized by IDBSCAN, which is extended from DBSCAN. The input of IDBSCAN algorithm is geographic data. For better simulation, the distance between two points will be measured by practical driving distance, and all data will be weighed by factor analysis to reflect the difference between regions. DBSCAN is sensitive to neighborhood parameters Eps and is hard to discover large density fluctuation cluster. In order to overcome the two shortcomings, IDBSCAN determines density interval of data by analyzing the neighborhood distribution of data; in the process of clustering, neighborhood value of data will be mapped on density interval to determine whether it is the core, and then clustering it in the method of DBSCAN algorithm. The outputs of IDBSCAN are independent clusters.In the second stage, all TSP in clusters will be solved by Ant Colony Optimization algorithm and the solution set is the ultimate distribution route.In conclusion, the functions of logistics management information system and the application of two-phase algorithm in this system will be described.

  • 【分类号】TP311.52
  • 【被引频次】1
  • 【下载频次】129
节点文献中: 

本文链接的文献网络图示:

本文的引文网络