登录
首页 » matlab » 人工鱼群求解TSP问题matlab代码

人工鱼群求解TSP问题matlab代码

于 2020-05-25 发布
0 213
下载积分: 1 下载次数: 8

代码说明:

说明:  2002李晓磊论文代码复现,人工鱼群算法全代码求解TSP问题 可自行修改参数!(2002 Li Xiaolei paper code reproduction)

文件列表:

人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地), 0 , 2020-05-25
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\AF_follow.m, 1516 , 2020-02-26
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\AF_foodconsistence.m, 435 , 2020-02-26
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\AF_init.m, 317 , 2020-05-25
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\AF_movestrategy.m, 1392 , 2020-02-26
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\AF_prey.m, 1539 , 2020-02-26
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\AF_randmove.m, 274 , 2020-02-26
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\AF_swarm.m, 1296 , 2020-05-25
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\Center.m, 924 , 2020-05-25
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\FISH_TSP.m, 2034 , 2020-05-25
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\PathLength.m, 288 , 2020-05-25
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\ReadTSPFile.m, 944 , 2020-02-26
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\att48.tsp, 793 , 2011-12-09
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\distance.m, 493 , 2020-05-25
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\k_neighborhood.m, 754 , 2020-02-26
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\reverse.m, 898 , 2020-02-26
人工鱼群求解TSP问题matlab代码(微信公众号:优化算法交流地)\ulysses22.tsp, 545 , 2011-12-12

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

发表评论

0 个回复

  • 小波
    此程序可以对信号进行小波分解和重构,并且分解的频率按从高到低排序(This program can decompose and reconstruct the signal by wavelet transform, and the decomposition frequency is sorted from high to low.)
    2020-06-20 14:20:01下载
    积分:1
  • vrp_verison3
    说明:  vrp车辆路径问题的解决方案 里面包含了一个vrp车辆路径问题的一个简单算法(The solution of VRP vehicle routing problem includes a simple algorithm of VRP vehicle routing problem)
    2020-06-02 14:29:48下载
    积分:1
  • MimeMessageTest
    This is a series of unit tests for the MimeMessage class. These tests must be locally complete - no server(s) required.
    2013-11-28 12:34:27下载
    积分:1
  • g723CodeAndDocument
    g723语音压缩格式。里面包含了最新的说明文档和代码,可以使用VC来编译。对视频会议或者作VOIP的朋友很有帮助。(voice compression format. The latest of which contains the documentation and code can be used to compile VC. Right for video conferencing or VOIP helpful friends.)
    2006-07-17 14:02:04下载
    积分:1
  • (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:
    (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX spe
    2022-05-19 18:52:33下载
    积分:1
  • demoddd
    在一个Windows应用程序,模拟发送和接收字符串,该字符串将被编码为一个字节数组,16进制字节数组的形式展示。解码后恢复字符串的字节数组收件人。(In an Windows application, imitate the sending and receiving the string, the string will be encoded into a byte array, display form of 16 hexadecimal byte array. The recipient of an array of bytes after decoding to restore the string.)
    2013-12-24 22:49:05下载
    积分:1
  • PSKuniformFading
    PSK Uniform Fading using SNR and BER
    2009-10-18 18:57:24下载
    积分:1
  • hangji
    运用Dijkstra算法的航迹规划,可以避障,对学习很有用(Track planning using Dijkstra algorithm can avoid obstacles and is very useful for learning.)
    2020-10-24 18:10:02下载
    积分:1
  • DrawMySlider
    一个自绘的slider按钮 , 实现定制的slider外观。(A custom slider button that implements a custom slider look.)
    2017-09-14 12:02:12下载
    积分:1
  • Signal-capture
    信号的捕获(直接序列扩频系统的matlab仿真实现,包括M,GOLD序列生成,信道建模,噪声,扩频,解扩)(Signal capture (direct sequence spread spectrum system simulation matlab implementation, including M, GOLD sequence generation, channel modeling, noise, spreading, despreading))
    2020-11-20 14:19:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载