登录
首页 » matlab » SA_MDVRP

SA_MDVRP

于 2020-08-13 发布 文件大小:29KB
0 206
下载积分: 1 下载次数: 37

代码说明:

  程序是采用SA方式求解MDVRP问题,先对MDVRP问题进行分组,将其转化成SDVRP问题,然后采用SA算法进行计算。(this program is used to solve MDVRP problem by SA.)

文件列表:

SA_MDVRP
........\CalculateTotalDistance.m,249,2013-08-18
........\ConvertToVRPSolution.m,987,2013-08-19
........\data1.mat,555,2013-08-16
........\data10.mat,1855,2013-08-16
........\data11.mat,1875,2013-08-16
........\data12.mat,588,2013-08-16
........\data13.mat,589,2013-08-16
........\data14.mat,589,2013-08-16
........\data15.mat,797,2013-08-16
........\data16.mat,798,2013-08-16
........\data17.mat,798,2013-08-16
........\data18.mat,975,2013-08-16
........\data19.mat,976,2013-08-16
........\data2.mat,555,2013-08-16
........\data20.mat,976,2013-08-16
........\data21.mat,1271,2013-08-19
........\data22.mat,1273,2013-08-19
........\data23.mat,1273,2013-08-19
........\data3.mat,649,2013-08-16
........\data4.mat,717,2013-08-16
........\data5.mat,718,2013-08-16
........\data6.mat,722,2013-08-16
........\data7.mat,722,2013-08-16
........\data8.mat,1842,2013-08-16
........\data9.mat,1856,2013-08-16
........\GenerateDistanceMatrix.m,347,2013-08-18
........\GenerateSolusiRandom.m,108,2013-08-18
........\GetDistant.m,5542,2016-11-22
........\GetRoute.m,420,2013-08-16
........\index.mat,172,2016-11-22
........\Main.m,1425,2013-08-19
........\Perform2Opt.m,411,2013-08-18
........\PerformInsert.m,687,2013-08-18
........\PerformSwap.m,403,2013-08-18
........\SAVRP.m,3777,2013-08-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vpm
    二维涡流位置及流场分布计算程序,Vortex Panel Method (Two-dimensional eddy current distribution of the location and flow field calculation program, Vortex Panel Method)
    2007-12-07 11:06:04下载
    积分:1
  • 11087 统逆序对
    Description 设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 <2,3,8,6,1> 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, <2,3,8,6,1> has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • shuzhijisuan
    数值计算实例,主要有LU分解,龙格库塔法,高斯分解法,欧拉法,曲线拟合,曲线插值(Numerical example)
    2014-01-03 10:38:53下载
    积分:1
  • matlabRPM
    说明:  利用matlab伪谱法实现火箭发射最优控制(Optimal control of rocket launching based on MATLAB pseudospectral method)
    2021-03-31 15:39:09下载
    积分:1
  • harmonic
    利用坎门站的潮汐观测数据计算调和常数,并利用主要分潮和浅水分潮进行潮汐预报(Kanmen station observation data using tidal harmonic constants calculated, using mainly tidal and shallow water tidal surges were forecast...)
    2014-10-11 03:39:54下载
    积分:1
  • PRP
    说明:  PRP共轭梯度法优化计算,采用FORTRAN语言(PRP conjugate gradient method optimization, the use of FORTRAN language)
    2011-03-28 15:23:27下载
    积分:1
  • C-C
    这个是在进行混沌时间序列分析时的C-C算法的matlab程序,希望对大家的学习会有帮助(This is during the chaotic time series analysis of the CC algorithm matlab program, in the hope that the U.S. would be helpful to learn)
    2008-05-03 22:22:32下载
    积分:1
  • supervisedWSD
    利用贝叶斯分类原理实现多义词的消歧。首先利用训练语料进行训练,然后基于机器已经获取的知识的基础上对生语料进行词义标注。(Realize the principle of the use of Bayesian classification polysemous word sense disambiguation. First of all, the use of training corpus for training, and then the machine has been based on knowledge gained on the basis of corpus for semantic tagging of Health.)
    2008-05-15 19:04:24下载
    积分:1
  • synthesis-of-mechanism
    对于给定的一组轨迹点,用优化方法实现铰链四杆机构轨迹复演。优化方法为共轭梯度法。(For a set of track points,we use a optimization method to optimize the track of Hinge four-bar mechanism. The optimization method is conjugate gradient.)
    2011-06-23 15:42:20下载
    积分:1
  • R_re_a_esti
    基于干扰矩阵的重置和导向矢量估计的数字波束形成,程序经过优化,可运行,里面包含了一个矩阵求积分的子程序,可参考(Reset based on interference matrix and steering vector estimation of digital beamforming, the program has been optimized to run, which contains a matrix integral subroutines, refer to)
    2013-07-17 21:12:52下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载