登录
首页 » matlab » 遗传模拟退火算法求解TSP问题matlab代码

遗传模拟退火算法求解TSP问题matlab代码

于 2020-12-22 发布
0 213
下载积分: 1 下载次数: 10

代码说明:

说明:  解决车辆路径问题,改进的模拟退火和遗传算法,全面详细,适用于解决VRP问题和物流车辆规划(To solve the vehicle routing problem, the improved simulated annealing and genetic algorithm, comprehensive and detailed, suitable for solving VRP problems and logistics vehicle planning)

文件列表:

遗传模拟退火算法求解TSP问题matlab代码\BinaryTourment_Select.m, 1315 , 2020-07-31
遗传模拟退火算法求解TSP问题matlab代码\Fitness.m, 238 , 2020-05-10
遗传模拟退火算法求解TSP问题matlab代码\InitPop.m, 365 , 2020-07-31
遗传模拟退火算法求解TSP问题matlab代码\input.txt, 649 , 2020-06-13
遗传模拟退火算法求解TSP问题matlab代码\Insertion.m, 553 , 2020-04-25
遗传模拟退火算法求解TSP问题matlab代码\main.m, 82 , 2020-06-13
遗传模拟退火算法求解TSP问题matlab代码\Mutate.m, 803 , 2020-05-10
遗传模拟退火算法求解TSP问题matlab代码\Neighbor.m, 555 , 2020-04-25
遗传模拟退火算法求解TSP问题matlab代码\ObjFunction.m, 520 , 2020-05-10
遗传模拟退火算法求解TSP问题matlab代码\OX.m, 767 , 2020-07-31
遗传模拟退火算法求解TSP问题matlab代码\PlotRoute.m, 299 , 2020-04-25
遗传模拟退火算法求解TSP问题matlab代码\Recombin.m, 350 , 2020-03-24
遗传模拟退火算法求解TSP问题matlab代码\Reins.m, 324 , 2020-05-13
遗传模拟退火算法求解TSP问题matlab代码\Reversion.m, 459 , 2020-04-25
遗传模拟退火算法求解TSP问题matlab代码\Roulette.m, 401 , 2020-07-31
遗传模拟退火算法求解TSP问题matlab代码\RouteLength.m, 372 , 2020-07-31
遗传模拟退火算法求解TSP问题matlab代码\SAGA_TSP.m, 3074 , 2020-07-31
遗传模拟退火算法求解TSP问题matlab代码\SA_Chrom.m, 1340 , 2020-06-13
遗传模拟退火算法求解TSP问题matlab代码\SA_Individual.m, 2207 , 2020-06-13
遗传模拟退火算法求解TSP问题matlab代码\Swap.m, 453 , 2020-04-25
遗传模拟退火算法求解TSP问题matlab代码, 0 , 2020-08-07

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

发表评论

0 个回复

  • duffing
    duffing 算子的仿真算法。 改变程序参数即可得到不同状态下的图形。(duffing operator simulation algorithm. Process parameters change under different conditions can be obtained graphics.)
    2008-06-12 10:31:05下载
    积分:1
  • C #连接GPRS发送消息到服务器实验
    C#中连接GPRS 并向服务器发送信息的实验-C# Connect GPRS to send messages to the server Experimental
    2022-07-21 22:40:02下载
    积分:1
  • SHFB_v1401_Src
    Sandcastle Help File Builder
    2013-12-27 12:55:38下载
    积分:1
  • exercise-cases
    说明:  PSCAD仿真算例,非常有用的算例信息,大家可以参照参照(PSCAD simulation example, the information very useful example, we can refer to reference)
    2011-03-13 14:48:56下载
    积分:1
  • Dreamweaver UltraDev网页不求人.书籍语言: 简体中文 书籍类型: 网页设计 授权方式: 免费软件...
    Dreamweaver UltraDev网页编程不求人.书籍语言: 简体中文 书籍类型: 网页设计 授权方式: 免费软件 -Dreamweaver UltraDev website programming taxpayer. Books Language : English books types : Web Design license : free software
    2022-07-16 04:31:47下载
    积分:1
  • 雷达定位仿真序(带gui界面)
    带GUI界面的雷达定位仿真程序,使用效果较好,适合初学者学习(The radar positioning simulation program with GUI interface has better effect and is suitable for beginners to learn)
    2021-03-09 21:19:27下载
    积分:1
  • 穿目前所有还原下载者 C 源码
    说明:  [C/C++] 穿目前所有还原的下载者 C++源码 下载者包括四个工程: CDown:生成器 userinit:真正的下载者 Dat:驱动和下载者的安装程序 pass:驱动程序 原理:驱动程序可以穿透还原卡,并且可以修改系统文件,这里是通过修改系统文件userinit.exe来实现的。userinit.exe的功能很简单,就是启动explorer.exe。这里就是通过替换uerinit.exe,伪造一个userinit.exe。这个伪造的程序可以实现uerinit.exe的原始功能,并可以实现自定义的功能,比如下载执行,发送数据。 驱动的功能就是替换指定的系统文件。 将userinit Dat pass 编译出来的文件放到cdown的res里,再生成出生成器就可以使用它生成下载者,也就是这个穿还原的程序([C/C++] wear all current restore downloader C++ source code The download includes four projects: CDown: generator Userinit: a true Downloader Dat: driver and downloader installer Pass: Driver Principle: driver can penetrate the restore card, and you can modify the system file, here is through the modification of system file userinit.exe to achieve. The function of userinit.exe is simple, that is, to start explorer.exe. This is where you forge a userinit.exe by replacing uerinit.exe. This fake program can realize the original function of uerinit.exe, and can implement custom functions, such as downloading, executing and sending data. The driver's function is to replace the specified system files. The userinit Dat pass compiled files into the Cdown res, regeneration into the generator, you can use it to generate the download, that is, the process of wearing a restore)
    2021-03-21 03:59:17下载
    积分:1
  • RectLayout170812
    基于遗传算法的矩形排样,利用遗传算法解决矩形排样问题,具有可视化的界面,输入数据为含有矩形的长和宽的文本文件,输出的结果以可视化的形式显示出来(Rectangular layout based on genetic algorithm)
    2021-04-17 13:48:52下载
    积分:1
  • Java网络演示,用于北京师范大学计算机系Java课教学示范。...
    Java网络编程演示,用于北京师范大学计算机系Java课程教学示范。-Java Network Programming demonstration for the Computer Science Department of Beijing Normal University Teaching Java model.
    2022-01-26 15:32:30下载
    积分:1
  • matlab_simulnk_inverter_LCL_filter
    matlab/simulink_光伏逆变器单极性spwm调制_闭环pid控制_LCL型滤波(of matlab/simulink_ PV inverter _ the unipolar spwm modulation closed loop pid control _LCL filtering)
    2012-11-20 16:10:06下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载