登录
首页 » matlab » 5种多旅行商问题(MTSP)的遗传算法

5种多旅行商问题(MTSP)的遗传算法

于 2019-02-27 发布 文件大小:26KB
0 187
下载积分: 1 下载次数: 7

代码说明:

  tsp问题的延伸,对于多个旅行商在不同情况下的tsp问题求解(Extension of TSP problem and solution of TSP problem for multiple travelers in different situations)

文件列表:

Matlab多旅行商实验.rar, 21485 , 2015-12-02
遗传算法1, 0 , 2009-09-27
遗传算法1\ceshide.m, 232 , 2009-08-12
遗传算法1\floyed.m, 927 , 2009-08-12
遗传算法1\lujing.mat, 1218 , 2009-08-12
遗传算法1\mtspf_ga.m, 6108 , 2009-09-27
遗传算法1\myLength.m, 123 , 2009-08-12
遗传算法1\readme.txt, 167 , 2009-09-27
新建文件夹, 0 , 2018-04-18

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

发表评论

0 个回复

  • English
    说明:  basic english sentence patterns
    2019-06-17 16:50:41下载
    积分:1
  • 18B20+LCD1602 msp430驱动lcd1602
    18B20+LCD1602 msp430驱动lcd1602-18B20+ LCD1602 msp430 driver lcd1602
    2023-06-18 04:45:03下载
    积分:1
  • 基于改进斜投影算子的极化域通信抗干扰技术
    说明:  针对无线通信中的抗干扰和干扰抑制问题, 提出一种极化域通信抗干扰方法。在信号极化域利用斜投影极化滤波器, 以克服传统的频域抗干扰技术的缺点。通过对斜投影滤波器的特点进行研究, 在信号极化域设计多种干扰抑制和抗干扰技术, 包括优化极化发射信号、非线性矢量变换的增广斜投影滤波器以及接收信号的统计特性, 以改进斜投影滤波器的设计。(Aiming at the problem of anti-jamming and interference suppression in wireless communication, a method of anti-jamming in polarization domain is proposed. The oblique projection polarization filter is used in the signal polarization domain to overcome the shortcomings of the traditional frequency domain anti-jamming technology. By studying the characteristics of oblique projection filter, we design a variety of interference suppression and anti-interference technologies in signal polarization domain, including optimizing the statistical characteristics of polarized emission signal, augmented oblique projection filter based on non-linear vector transformation and received signal, in order to improve the design of oblique projection filter.)
    2020-06-17 18:20:02下载
    积分:1
  • Processor system pratice
    说明:  处理器系统,包括创建进程(QQ)、枚举进程、自定义消息发送、共享内存、线程同步等功能,有MFC界面(Processor system, including create process (QQ), enumeration process, custom message sending, shared memory, thread synchronization and other functions, with MFC interface)
    2020-11-14 22:49:37下载
    积分:1
  • DIYWAP手机微网站系统PHP版 v3.1.2
    DIYWAP手机微网站系统,基于PHP+MYSQL,内置邮件提醒功能、多主题自由切换、后台模板编辑功能、Sitemap生成、模板设置、URL模式设置、友情链接管理、单页管理、广告管理等功能。用来搭建一个手机网站不在话下。   DIYWAP手机微网站内容管理系统 v3.1.2更新说明   1、修改手机版翻页为下一页,上一页方便操作;   2、修复后台无法生成微信自定义菜单问题;
    2023-03-10 03:30:05下载
    积分:1
  • retinex_mccann99
    Matlab通过函数imread读取RGB图像,并通过维数m*n*3的矩阵来表示。其中,维数mn表示图像的行数列数信息,维数3表示图像的RGB三层通道数据。因此,全局直方图处理通过对RGB图像的RGB三通道分别进行直方图均衡化,再整合到新的图像的方式进行。(Matlab reads the RGB image through the function imread and is represented by the matrix of the dimension m*n*3. Among them, the dimension mn represents the row sequence information of the image, and the dimension 3 represents the RGB three-layer channel data of the image. Therefore, the global histogram processing is carried out by equalizing the RGB three channels of the RGB image and integrating them into the new image.)
    2019-03-28 16:26:16下载
    积分:1
  • 无线传感器网络仿真+基于Omnet++
    说明:  主用用于通信中的MAC层协议的仿真,模拟节点发包、丢包过程(For the simulation of communicate system)
    2020-03-25 23:34:55下载
    积分:1
  • 一个用DELPHI编的酒店管理系统。 中数据库:SQL Server2000, 只需恢复 My database文件夹中 My database_Data.M...
    一个用DELPHI编的酒店管理系统。 其中数据库:SQL Server2000, 只需恢复 My database文件夹中 My database_Data.MDF和 My database_Log.LDF到SQL中即可使用, 不错的,试一试有很多功能-DELPHI series with a hotel management system. These databases : SQL Server 2000, only to resume My database file folders and My My database_Data.MDF database_Log.LDF to SQL can be used well, to test the many functional
    2022-12-28 12:00:03下载
    积分:1
  • 浮点单元
    floating point unit double
    2022-08-17 12:02:39下载
    积分:1
  • 扫地机器人的路径规划问题
    说明:  电子科技大学,数学学院,本科二年级,数学实验课程作业:扫地机器人的路径规划问题 实验是内容是规划并利用MATLAB模拟扫地机器人的清扫路径,并与随机游走的清扫方式做对比 编程思路: 规定扫地机器人的尺寸为1×1的网格,地图尺寸为20×15(参数可修改),在利用矩阵Tag储存障碍物信息(障碍物标1,非障碍物标0),barrier_generate函数随即生成障碍物 路径规划考虑采用深度优先搜索算法,根据标记矩阵Tag的信息,找到网格之间可达性关系,建立图的邻接压缩表,深度优先搜索求出路径(深度优先所搜算法是在别人的代码上进行修改) 可视化过程中首先建立起地图网格,利用网格着色体现扫地机器人的运动过程,白色表示未清扫过,黑色表示障碍物,蓝色表示清扫过一次,红色表示反复清扫过。 随机游走采用向上下左右四个方向等可能地游走,可视化过程和路径规划的一样 主函数返回的是路径规划和随机游走所花的总步数(Simulation of Robot Sweeper)
    2020-07-08 23:18:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载