登录
首页 » matlab » MDVRP_遗传算法

MDVRP_遗传算法

于 2020-11-26 发布 文件大小:19KB
0 241
下载积分: 1 下载次数: 12

代码说明:

  MDVRP_遗传算法 可以运行 希望对大家有帮助(a solution to MDVRP ,i hope it can help you)

文件列表:

MDVRP_遗传算法\代码
MDVRP_遗传算法\代码\MDVRP
MDVRP_遗传算法\代码\MDVRP\CalDist.m, 229, 2012-05-23
MDVRP_遗传算法\代码\MDVRP\crossover.m, 768, 2012-05-31
MDVRP_遗传算法\代码\MDVRP\curlist.m, 879, 2008-11-25
MDVRP_遗传算法\代码\MDVRP\initialStor.m, 1016, 2012-05-23
MDVRP_遗传算法\代码\MDVRP\jiaocha.m, 771, 2012-05-16
MDVRP_遗传算法\代码\MDVRP\jiaocha1.m, 773, 2012-05-26
MDVRP_遗传算法\代码\MDVRP\MDVRP.m, 4418, 2008-11-25
MDVRP_遗传算法\代码\MDVRP\Opt.m, 606, 2012-05-31
MDVRP_遗传算法\代码\MDVRP\Opt1.m, 798, 2012-05-16
MDVRP_遗传算法\代码\MDVRP\p01-n50-S4-w80.mat, 512, 2012-05-17
MDVRP_遗传算法\代码\MDVRP\p02-n50-S4-w160.mat, 512, 2012-05-17
MDVRP_遗传算法\代码\MDVRP\p03-n75-S4-w140.mat, 604, 2012-05-17
MDVRP_遗传算法\代码\MDVRP\p03-n75-S5-w140.mat, 604, 2012-05-22
MDVRP_遗传算法\代码\MDVRP\p04-n100-S2-w100.mat, 688, 2012-05-17
MDVRP_遗传算法\代码\MDVRP\p05-n100-S2-w200.mat, 688, 2012-05-17
MDVRP_遗传算法\代码\MDVRP\p06-n100-S3-w100.mat, 694, 2012-05-17
MDVRP_遗传算法\代码\MDVRP\p07-n100-S4-w100.mat, 697, 2012-05-17
MDVRP_遗传算法\代码\MDVRP\p08-n249-S2-w310.mat, 1775, 2012-05-17
MDVRP_遗传算法\代码\MDVRP\p09-n249-S3-w310.mat, 1779, 2012-05-17
MDVRP_遗传算法\代码\MDVRP\p10-n249-S4-w310.mat, 1784, 2012-05-18
MDVRP_遗传算法\代码\MDVRP\p11-n249-S5-w310.mat, 1788, 2012-05-18
MDVRP_遗传算法\代码\MDVRP\p12-n80-S2-w60.mat, 562, 2012-05-18
MDVRP_遗传算法\代码\MDVRP\vrp.m, 247, 2008-11-25

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

发表评论

0 个回复

  • matlab
    一个利用共轭梯度法的正则化实例: 通过输入矩阵的维数,利用共轭梯度法的原理,进行正则化计算;Morozov偏差原理(A conjugate gradient method using the regularization Example: Enter the dimensions of the matrix, using the principle of conjugate gradient method for regularization calculation)
    2013-07-23 08:42:47下载
    积分:1
  • munfan
    多姿态,多角度,有不同光照,在MATLAB中求图像纹理特征,抑制载波型差分相位调制。( Much posture, multi-angle, have different light, In the MATLAB image texture feature, Suppressed carrier type differential phase modulation.)
    2017-02-26 22:48:41下载
    积分:1
  • NonCVX_MC
    基于凸优化算法的矩阵填充稀疏矩阵理论的Matlab实现。(Based on convex optimization algorithm of matrix fill sparse matrix theory Matlab achieve.)
    2020-12-07 10:39:22下载
    积分:1
  • graphAnalysis
    该文件是用matlab开发的图论分析工具箱, 里面有使用时的详细说明,pdf说明文档。 绝对实用对于图论的研究者(The document was developed with matlab graph theory analysis toolbox, which are used when a detailed explanation, pdf documentation. Absolutely useful for researchers in graph theory)
    2008-12-31 13:20:25下载
    积分:1
  • achol
    用乔里斯基分解法求系数矩阵为对称正定右端为常向量的方程组(Demand coefficient matrix with the Cholesky decomposition method for symmetric positive definite the right end of the constant vector equations)
    2012-02-13 23:51:25下载
    积分:1
  • SHAKE91
    国外的地震有限元程序,美国伯克利大学的,非常经典(Earthquake abroad finite element program, the United States Berkeley, very classic)
    2021-03-10 01:09:27下载
    积分:1
  • 徐亦达machine-learning-notes-master
    说明:  包含了悉尼科技大学徐亦达老师的课程课件,有贝叶斯理论、EM算法、卡尔曼滤波、HMM、粒子滤波、概率论相关知识等(The file includes knowledge about EM, HMM, particle filter, kalman filter and so on.)
    2020-08-01 13:58:36下载
    积分:1
  • Fr_bin2dec
    converts binary sequence to decimal sequence
    2013-09-06 18:40:37下载
    积分:1
  • PANair
    面元法程序,用于计算飞行器气动力、气动力矩系数。(panel code for aero calculation.)
    2020-11-21 11:39:36下载
    积分:1
  • shiyan4
    若矩阵A中的某一元素A[i,j]是第i行中的最小值,而又是第j列中的最大值,则称A[i,j]为矩阵A中的一个鞍点。请写出一个可确定此鞍点位置的算法(如果这个鞍点存在)。(If the matrix A, an element A [i, j] is the minimum value in the i-th row, but is the maximum value of the j-th column, then A [i, j] for the matrix A is a saddle point. Please write a algorithm to determine the position of saddle point (saddle point exists).)
    2013-01-07 13:16:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载