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

MDVRP_遗传算法

于 2020-11-26 发布 文件大小:19KB
0 240
下载积分: 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 个回复

  • abaqus to flac小程序
    利用abaqus软件建模,然后将inp文件导入flac软件中。(ABAQUS software is used to model, and then the InP file is imported into the FLAC software.)
    2021-02-06 18:29:56下载
    积分:1
  • 第19章 离散相模型 - 副本
    说明:  FLUENT中离散相粒子追踪设置及相关计算,设计用户自定义相关内容(Discrete phase particle tracking in FLUENT)
    2020-06-20 19:40:02下载
    积分:1
  • WindTurbine
    1.5MW风力机的载荷计算:摆振力矩、挥舞力矩、俯仰力矩等(The load calculations of the 1.5MW wind turbine: Flapwise moment, edgewise moment, tilt moment.)
    2020-11-28 22:19:30下载
    积分:1
  • MMA
    说明:  拓扑优化MMA算法从空间的一个初始设计点出发,沿着某个搜索方向以适当步长的迭代格式 ,实现对设计变量的修改,以获得的值。(Starting from an initial design point in space, the topology optimization MMA algorithm modifies the design variables in an appropriate iterative format along a certain search direction to obtain the optimal value)
    2021-02-04 12:14:39下载
    积分:1
  • Chebyshev3 (2)
    基于递推公式的MATLAB切比雪夫级数程序,能计算N阶多项式(Based on the recursive formula MATLAB Chebyshev series program, we can compute N order polynomials.)
    2018-10-28 13:44:20下载
    积分:1
  • calc_RL
    根据电磁参数,介电常数实部和虚部,磁导率的实部和虚部,计算反射损耗。(calculating the reflection loss from the electromagnetic parameters)
    2020-10-22 23:27:24下载
    积分:1
  • pca_ica
    说明:  独立分析 主成分分析 可以提取矩阵独立成分与主成分,显示空间特征与时间特征以及对应的奇异分析用于计算能进行奇异值分解等。主要用于数值的提取计算等。(It can extract the independent and principal components of matrix, display the spatial and temporal characteristics, and use the corresponding singular analysis to calculate the singular value decomposition. It is mainly used for extraction and calculation of numerical value.)
    2020-04-15 22:00:02下载
    积分:1
  • Godunov格式和Roe格式求解Burgers方程
    说明:  Godunov格式和Roe格式求解Burgers方程(Godunov scheme and Roe scheme for solving Burgers equation)
    2020-09-13 16:07:59下载
    积分:1
  • isprime3
    该程序实现的功能是给定两个整数n和m,0<n< m< 200,你的程序要计算第n个素数到第m个素数之间所有的素数的和,包括第n个素数和第m个素数。(The function of the program implementation is given two integers n and m, 0 < n < m < 200, your program to calculate the NTH prime number between the first m prime and all the prime Numbers, including the NTH prime number and the first m a prime.)
    2017-04-16 18:58:30下载
    积分:1
  • h1
    说明:  关于多智能体系统一致性的程序,解微分方程(Consistency of multi-agent systems program)
    2013-09-17 09:57:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载