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

MDVRP_遗传算法

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

  • jacobi
    对于方程组AX=b,当系数矩阵非奇异时,对原方程进行改写,利用公式X^k=BX^(k+1)+g进行迭代求解。(For equations AX = b, when the coefficient matrix is ​ ​ nonsingular, rewriting the original equation, using the formula X ^ k = BX ^ (k+1)+g for iterative solution.)
    2013-10-26 10:11:06下载
    积分:1
  • smooth
    以重力异常为例,对重力异常曲线进行圆滑和求导数。(This is a matlab code.It about smooth and derivative algorithm.)
    2016-01-05 15:21:56下载
    积分:1
  • 最速下降法求解方程组
    最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the oldest and most classical model for solving machine algorithm. Another commonly used method is the least square method.)
    2019-05-13 21:13:18下载
    积分:1
  • wavePsvm
    小波分解与最小二乘支持向量机,用于天线故障诊断。(Wavelet decomposition and least squares support vector machine for antenna diagnostics.)
    2013-08-25 15:37:45下载
    积分:1
  • PM
    说明:  彭曼公式主要是计算蒸散发量,在水文和气象中有广泛的应用(Penman formula to calculate evapotranspiration primarily, widely used in hydrology and meteorology)
    2014-10-27 17:38:05下载
    积分:1
  • P-svWaveFieldSimulationConversion
    二层地质模型波场模拟,用有限差分进行波场的模拟,充分利用多波多分量地震记录,以及各向异性方面的独特信息,可有效地减少 纵波勘探的多解性,定量地描述裂缝储层,改善某些纵波资料成像不好地区的构造 成像。这样可获得比纵波分辨率高的多波剖面,从而有利于研究小幅度构造、断层、 裂缝裂隙等复杂地质现象,对油气勘探与开发具有现实意义和实用价值(Two-layer geological model wave field simulation, using finite difference wave field simulation to make full use of multi-wave multi-component seismic records, and the anisotropy of the unique information can be effective in reducing the P-wave exploration, multi-solution and quantitatively describe the crack reservoir to improve the poor image of some P-wave data area structure imaging. This availability of higher resolution than the longitudinal wave of multi-wave profile, thus contributing to the small amplitude structures, faults, cracks, fissures and other complex geological phenomena, for oil and gas exploration and development of practical significance and practical value)
    2009-11-06 15:56:59下载
    积分:1
  • sijielonggekutafa
    四阶龙格库塔法 数值计算 C++源码 可直接运行(Fourth-order Runge-Kutta numerical method C++ source code can be run directly)
    2015-10-28 19:59:24下载
    积分:1
  • int
    符号积分法,有中文注释,大家试试,供参考学习~(Symbolic integration, notes in Chinese, we try, for reference to learn ~)
    2009-04-09 23:54:47下载
    积分:1
  • sy3
    说明:  matlab程序,有约束最优化问题直接法--复合形法(matlab program, constrained optimization problems are the direct method- the complex method)
    2008-11-04 11:59:46下载
    积分:1
  • GUI-matlab-music-impl
    gui of music algorithm implemented in matlab
    2011-04-20 20:09:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载