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

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

于 2020-12-22 发布
0 244
下载积分: 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 个回复

  • 1. Contents simpletcp through Winsock API TCP chatting procedures , the integrat...
    1. 目录simpletcp是通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端;2. 目录simpleudp是通过Winsock API实现UDP聊天的程序;3. 目录winsock control是通过winsock控件实现聊天的程序,其中子目录tcp是通过winsock控件实现tcp聊天的程序、而子目录udp是通过winsock控件实现udp聊天的程序;-1. Contents simpletcp through Winsock API TCP chatting procedures , the integration process server and the client; 2. Contents simpleudp through Winsock API UDP chatting procedures; 3. Contents winsock control is achieved through chat winsock control procedures, tcp subdirectory which is achieved through winsock tcp Chat Control procedures and subdirectories udp through winsock Controlware udp chatting procedures;
    2022-05-08 13:52:25下载
    积分:1
  • 仰邦LED控制卡Demo
    该程序是一个仰邦LED卡的Demo,主要是有连接控制卡、通过控制卡向LED发送文字、通过控制卡展示表格,注意该程序使用的是LedDynamicArea.dll动态链接库实现的,如果你有什么新的想法,可以在https://xian689.com沟通
    2020-02-25下载
    积分:1
  • keshe
    是基于vc6.0的课程设计。学数据结构的时候做的,有源码和课设分析。(Vc6.0 curriculum design is based. Data structure when done with meta-analysis of the source code and classes.)
    2014-01-01 14:56:59下载
    积分:1
  • 05-VCPP-for-ProE-chapter-five
    05-VC++ for ProE chapter five about parameter
    2015-08-26 20:24:07下载
    积分:1
  • ThinkingCPP
    C++编程思想,同java编程思想一样,是学习c++编程的很好的书籍。(C++ programming ideas, java programming ideas, good learning c++ programming books.)
    2012-07-17 22:28:38下载
    积分:1
  • ici
    the ici files of wpan network
    2014-02-15 13:42:58下载
    积分:1
  • VDAS
    本程序主要包括振动信号采集,时域分析和频域分析等功能。(This program includes a vibration signal acquisition, time domain analysis and frequency domain analysis.)
    2014-11-11 22:00:11下载
    积分:1
  • S_curve
    说明:  matlab生成s曲线,类似PS中的曲线调整功能,可以动态的实现S曲线曲率的调整(Matlab generates s curve, similar to the curve adjustment function in PS, which can dynamically realize the adjustment of s curve curvature)
    2020-06-17 09:00:02下载
    积分:1
  • p-持续CSMA协议下,一个用户在发送之前,先侦听信道,若是空闲,就以概率p发送出去,而以q =1-p的概率推迟到下一帧时。如果下一帧时仍是空闲,便再次以概率p发送而以q推迟到再下一帧时。直到发送成功或另外一用户开始发送时为止。若一开始就侦听到信道忙,它就等到下一帧时,然后再开始上述过程。若发生冲突,这等待一随机时间后重新开始。本实验中取q值为0.5。求的是0.5-持续CSMA。 -p-persistent CSMA agreement, a user before sending the first interception channel, if idle, with probability p sent, and to q = 1-p probability postponed to the next frames. If the next frame was still idle, they again sent with probability p and q to further postponed to the next frames. Until this a success or other users at the beginning of this date. If an interception at the start of the busy channel, it will wait till the next frames, and then begin the process. If conflict breaks out, waiting for a random period of time after the re-start. The experiments take q value of 0.5. For the 0.5-sustained CSMA.
    2022-02-07 21:49:23下载
    积分:1
  • vcPPquanweipaoxi
    辛长安编写的《vc++权威剖析》配盘源代码。本书从实践应用的角度,结合经典的实例阐述C++类的特性,深入剖析VC++,特别是MFC编程的体系结构,使有初级基础的读者能够快速掌握VC++的MFC程序设计思想和C++的语言精华。(Xinchang An " vc++ written authoritative analysis of the distribution disk source. Book from the point of view of practical application, combined with the classic examples described C++ class features in-depth analysis of VC++, in particular, the MFC programming architecture, the primary basis that readers can quickly grasp the design ideas of VC++ the MFC program and C++ the language the essence of .)
    2012-05-28 20:43:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载