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

MDVRP_遗传算法

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

  • PSO
    针对传统的算法如遗传算法、粒子群算法等在TSP问题上求解精确性和求解规模上都还有一定的不足,本文提出了一种基于动态规划思想的粒子群优化算法。该算法用动态规划的方法实现粒子间的信息交互和粒子的进化,并且将粒子群中的粒子按无标度信息指导网络拓扑图的方式进行连接。仿真结果表明该方法能有效地减小误差率,提高解的精确,同时还保持了较低的计算复杂度,具有良好的稳健性。(TSP problem solving for the traditional algorithms such as genetic algorithms, particle swarm optimization accuracy and solving the scale, there is a certain lack of a dynamic programming algorithm-based particle swarm optimization algorithm. The algorithm using dynamic programming method to achieve the evolution of information exchange between the particles and the particles, and particle swarm particle scale-free information guide network topology map to connect. The simulation results show that this method can effectively reduce the error rate and improve the solution precision, while maintaining a low computational complexity, good soundness.)
    2013-01-07 18:05:35下载
    积分:1
  • MATLAB-CODE
    系统辨识与自适应Matlab仿真程序 庞中华,崔红 编著(Matlab CODE)
    2013-07-18 16:49:00下载
    积分:1
  • udf-RPE
    fluent 改进的全空化模型,针对可压缩流,内有声速处理(fluent improved full cavitation model for compressible flow, there are the speed of sound processing)
    2021-03-02 16:59:33下载
    积分:1
  • f1
    说明:   这是几个常用的测试函数,通过这个测试函数可以比较算法性能的优劣。(This is a test of several commonly used functions, through this test function can compare the algorithm performance is good or bad.)
    2009-07-05 01:37:14下载
    积分:1
  • SP_d
    利用Dijkstra算法计算最短有向路小程序(Dijkstra algorithm using the shortest way there is a small program to)
    2011-06-14 16:00:28下载
    积分:1
  • FRIC
    abaqus子程序fric摩擦材料clough-duncan模型,二三维通用,已经验证(abaqus subroutine frictional material fric)
    2020-12-18 16:59:11下载
    积分:1
  • WRForce
    使用车轨空间耦合系统计算出的60km/h的轮轨力时程数据(Wheel-rail force of speed 60km/h )
    2020-09-16 20:17:54下载
    积分:1
  • fdtd-3D
    计算同轴电缆的时域有限差分算法的matlab程序(Finite-difference time-domain algorithm matlab program calculated coaxial cable)
    2012-10-18 15:06:49下载
    积分:1
  • 多维随机的生成方法
    多维随机数的生成方法,一维随机数生成方法,高维随机数的生成方法(Generation methods of multidimensional random number, one-dimensional random number and high-dimensional random number)
    2020-06-18 15:20:01下载
    积分:1
  • kriging
    开源的克里金插值算法 开源的克里金插值算法(Open source Kriging interpolation algorithm)
    2018-06-27 17:14:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载