CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tsp ant colony matlab

搜索资源列表

  1. Ant-colony-algorithm-TSP-matlab-

    0下载:
  2. matlab开发的蚁群算法。希望对你有用。-Matlab development ant colony algorithm. Hope to be useful to you.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:7059
    • 提供者:program_c
  1. ant-colony-algotithm

    0下载:
  2. 蚁群算法解决tsp问题的matlab代码-Matlab code ant colony algorithm to solve tsp problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1460
    • 提供者:lina
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法解决TSP问题的MATLAB实现 出动m只蚂蚁,每只蚂蚁各随机选择一条路径,记为I=[1 2 3···m],长度记为long(I) 计算出每条路径的信息素浓度,记为P(I)=1/long(I),并进行归一化处理 重新出动m只蚂蚁,按如下规则选择路径: 每只蚂蚁都以一个概率p1选择新路径(路径随机); 未选择新路径的蚂蚁以概率P(I)选择路径I; 所有蚂蚁都以一个小概率p2对自己的路径进行局部变化; 更新所有路径,计算出每条路径的信息素浓度; 重复上述步
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:6067
    • 提供者:水上飘
  1. ant-colony-optimization

    0下载:
  2. 用matlab 实现的经典蚁群算法,用蚁群算法来实现TSP问题。-Using matlab realize the classical ant colony algorithm, ant colony algorithm to achieve the TSP.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:10059
    • 提供者:李荣龙
  1. TSP-based-on-ant-colony-system

    0下载:
  2. 基于蚁群算法实现TSP最短路程的matlab例程-TSP based on ant colony system
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:54606
    • 提供者:潘彬
  1. ant-colony-algorithm

    0下载:
  2. 用matlab实现蚁群算法,求解TSP以及两地最优问题,在原始的基础上改进,效果良好。-use Matlab to realize ant colony algorithm to solve TSP and optimal problem, on the basis of the original improvement, the result is good.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1691
    • 提供者:陈浩
  1. Ant-colony-algorithm

    0下载:
  2. 主要用蚁群算法用matlab实现,解决城市之间最短路径问题-Ant colony algorithm to achieve the TSP
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:19718
    • 提供者:张海洋
  1. Ant-Colony-Optimization-for-TSP

    0下载:
  2. 本资源为自己编写的蚁群算法求解TSP问题和Matlab程序,共大家共同学习和研究。-This resource is to write your own ant colony algorithm for TSP and Matlab programs were common learning and research.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3706
    • 提供者:王彭
  1. ant-colony-algorithm(ACO)

    0下载:
  2. 蚁群算法实现TSP问题,代码由MATLAB编写,可直接运行,直接修改初始城市数据即可-Ant colony algorithm TSP problem, the code is written in MATLAB can be directly run, the data can directly modify the initial cities
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2171
    • 提供者:王宇蒙
  1. Ant-Colony-Algorithm-matlab

    0下载:
  2. 利用蚁群算法寻找以下10个城市的TSP最短路径。输出最短路径顺序及其长度,以及蚁群算法迭代过程中的最短路径长度进化曲线-Ant colony algorithm to find the following 10 cities TSP shortest path. Output sequence and the shortest path length, and the ant colony algorithm is an iterative process of evolution of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1855
    • 提供者:wang
  1. TSP(AA)

    0下载:
  2. 从北京出发经过全部省会回到北京的TSP问题,蚁群算法求解(Starting from Beijing, the TSP problem is solved by ant colony algorithm after all the provincial capitals return to Beijing)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:915456
    • 提供者:沈柁孜
  1. ACO-TSP

    1下载:
  2. 蚁群算法求解TSP问题,注释较全,非常适合新手学习。(Ant colony algorithm for TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:912384
    • 提供者:陌丶
  1. ant colony algorithms

    0下载:
  2. 关于旅行商问题的蚁群算法实现,matlab源代码(Solving the TSP question with ant colony algorithms.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:LEES_k
  1. TSP Matlab程序

    0下载:
  2. 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,此程序由GreenSim团队于2006年初完成,最初公开发表于研学论坛,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。(Ant colony algorithm is an intelligent algorithm very hot current research, the special program of ant colony algorithm for solving the TSP pro
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:3072
    • 提供者:Victor_Z
  1. AA—TSP

    0下载:
  2. 本算法是在MATLAB下,用蚁群算法求解tsp问题(The algorithm is based on MATLAB, ant colony algorithm to solve the TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:亚亚亚
  1. TSP

    0下载:
  2. 这是一个基于蚁群算法的matlab程序,可运行,也可以修改运行(This is an ant colony algorithm based matlab program, can run, and can be modified to run)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:4096
    • 提供者:786061956
  1. 蚁群算法求解TSP问题

    0下载:
  2. 将蚁群算法有效应用到TSP问题,并使用Matlab求解(Ant colony algorithm for solving TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:18432
    • 提供者:c_pcy
  1. 蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 蚁群算法的优化计算——旅行商问题(TSP)优化(Optimization calculation of ant colony algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:qiu@qiu
  1. matlab解决tsp

    0下载:
  2. matlab中解决tsp问题经典蚁群算法(Classical ant colony algorithm for solving TSP problem in MATLAB)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-01
    • 文件大小:15360
    • 提供者:YQzzz
  1. ACA_2opt

    0下载:
  2. 将蚁群算法与2交换邻域搜索算法结合,用MATLAB编程实现(The ant colony algorithm and 2 - exchange neighborhood search algorithm were combined and realized by MATLAB programming)
  3. 所属分类:Windows编程

    • 发布日期:2020-09-25
    • 文件大小:18432
    • 提供者:星月之都
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com