CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蚁群算法 ,TSP

搜索资源列表

  1. 蚁群算法求解TSP问题的matlab程序

    0下载:
  2. %蚁群算法求解TSP问题的matlab程序 clear all close all clc %初始化蚁群 m=31;%蚁群中蚂蚁的数量,当m接近或等于城市个数n时,本算法可以在最少的迭代次数内找到最优解 C=[1304 2312;3639 1315;4177 2244;3712 1399;3488 1535;3326 1556;3238 1229;4196 1004; 4312 790;4386 570;3007 1970;2562 1756;2788 1491;2381 1
  3. 所属分类:matlab例程

  1. TSPACO.V1.0.tar

    0下载:
  2. 蚁群算法解决TSP问题的源代码,希望站长能采用,但愿对大家有点启发!-Ant Algorithm for the Traveling Salesman Problem source code, can be used station, we hope to inspire a bit!
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:92379
    • 提供者:张艳伟
  1. an-for-tsp

    3下载:
  2. 利用蚁群算法解决tsp问题,适合初学者。-Tsp using ant colony algorithm to solve the problem, suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3409
    • 提供者:dayong
  1. TSP(matlab)

    0下载:
  2. matlab蚁群算法,要使用城市坐标的版本-ant colony algorithm matlab, it is necessary to coordinate the use of the version of the City
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5606
    • 提供者:黄杨
  1. ant_colony_system-Solve-the-TSP-problem

    1下载:
  2. 基于蚁群算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Ant colony algorithm based on the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1421
    • 提供者:孙岩
  1. TSP

    0下载:
  2. 介绍求解TSP 问题的蚁群算法,是解决旅行售货员问题的一种比较好的方法-Introduced to solve the ant colony algorithm for TSP problem is to solve the traveling salesman problem of a better way to
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:67810
    • 提供者:vumeng
  1. yiqunTSP

    0下载:
  2. 蚁群算法解决TSP问题,C语言写的,程序有注释~-Ant colony algorithm to solve TSP problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:138164
    • 提供者:huangqiulan
  1. aritificial-ant-algorithms-for-TSP

    0下载:
  2. 应用双种群蚁群算法解决TSP问题,计算速度快,准确率高-Application of ant colony algorithm to solve TSP double population problem, computational speed, high accuracy
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:12578
    • 提供者:apple
  1. TSP双蚁群算法

    0下载:
  2. 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为(The ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the wa
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:16384
    • 提供者:春天里的
  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. 最基本的蚁群算法+2opt邻域搜索_求解TSP

    0下载:
  2. 蚁群算法,蚁群优化算法(ant colony optimization,ACO)就是一种特别成功的元启发式算法,在20年前诞生于意大利的一所最负盛名的大学——米兰理工大学。其灵感来源于真实蚂蚁的行为。(We list below 25 TSP instances taken from the World TSP. For these instances, the cost of travel between cities is specified by the Eulidean distance
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:76800
    • 提供者:7号咯
  1. 蚁群算法

    0下载:
  2. 蚁群算法,包括蚁群算法解决TSP问题,蚁群算法寻找最优解等问题还包括蚁群算法的c语言程序,希望能帮助大家!(Ant colony algorithm, including ant colony algorithm to solve the TSP problem, ant colony algorithm to find the optimal solution and other issues, including the C language program of ant colony al
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:23076864
    • 提供者:linmi
  1. 蚁群算法实验文件

    0下载:
  2. 蚁群算法TSP解决物流问题,Matlab编程仿真(Solving logistics problems by ant colony algorithm TSP)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-18
    • 文件大小:133120
    • 提供者:livvvvv
  1. 蚁群

    0下载:
  2. 用蚁群算法来解决TSP问题的matlab代码,用的蚁周模型,参数为实验选择的最优参数(Ant arithmetic and TSP problem)
  3. 所属分类:进化算法

  1. 蚁群算法(路径规划程序)

    2下载:
  2. 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,
  3. 所属分类:matlab例程

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

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

    • 发布日期:2018-04-23
    • 文件大小:18432
    • 提供者:c_pcy
  1. 对于蚁群优化算法的研究

    0下载:
  2. 解决tsp问题中的一种策略——蚁群算法,含蚁群算法过程,原理,及程序范例。(One of the strategies to solve the TSP problem is ant colony algorithm, including ant colony algorithm process, principle and program paradigm.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:11264
    • 提供者:吃鸡的鸭
  1. 蚁群算法的TSP优化

    1下载:
  2. 基于基础蚁群算法的TSP寻优,包括信息素更新方法,禁忌表使用更新(TSP optimization based on basic ant colony algorithm, including pheromone updating method, tabu table updating)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-13
    • 文件大小:3072
    • 提供者:苏打饼
  1. 蚁群算法

    1下载:
  2. 利用蚁群算法解决典型tsp问题,算法中数据可参数化,31个城市(Using ant colony algorithm to solve typical TSP problems)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-25
    • 文件大小:4096
    • 提供者:d2xter
  1. 蚁群算法解决TSP问题

    1下载:
  2. 利用蚁群算法解决旅行商问题,文件中包含TSP标准库各个测试如,bier127,ch130,chn31,rand50,rat99,pr107.
  3. 所属分类:源码下载

« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com