CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Ant colony TSP

搜索资源列表

  1. ACO-TSP

    0下载:
  2. 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:72.38kb
    • 提供者:波波
  1. AntTSP

    0下载:
  2. TSP问题关于蚁群最优化算法的MATLAB程序-Ant colony optimization about TSP algorithm of MATLAB
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:14.91kb
    • 提供者:江奇
  1. AntColonyAlgorithmTsp

    0下载:
  2. 用蚁群算法求解TSP(旅行商问题)。附上实验报告-ant colony algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:4.98mb
    • 提供者:龚汉杰
  1. tsp

    0下载:
  2. 用VB写的利用蚁群优化算法解决的20个点的TSP问题,给出了路径以及经过每个点的顺序。-Using VB to write the use of ant colony optimization algorithm to solve the 20 points of TSP problem, given the path and through each point order.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:241.05kb
    • 提供者:孙斌
  1. AntColonyAlgorithm

    0下载:
  2. Ant colony Algorithm for Tsp
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.85kb
    • 提供者:zahra
  1. ACA

    0下载:
  2. C++蚁群算法解决TSP问题,内有详细的说明。改进了信息素更新方式,使得olive30城市的TSP例子能达到416的最小值。-C++ ant colony algorithm to solve TSP problems, with detailed instructions. Improved pheromone update methods, making olive30 city TSP example to achieve the minimum 416.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3.26kb
    • 提供者:arrow
  1. ant-colony-algotithm

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

    • 发布日期:2017-11-15
    • 文件大小:1.43kb
    • 提供者:lina
  1. TSP

    0下载:
  2. TSP问题是经典的寻优问题 也是人工智能里一个重要的问题 我编写的程序主要是用蚁群算法来解决这个问题。蚁群算法是人工智能里用来寻优的重要算法 由于蚁群算法的优点使得TSP问题能够实现。 -The TSP problem is a classical optimization problem is also an important problem in artificial intelligence programs written in my main is to use ant colo
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:1.18kb
    • 提供者:zhouxiaoke
  1. Codes-for-TSP-with-ant-colony

    0下载:
  2. this code is for TSP problem solving with ant colony.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:35.95kb
    • 提供者:afroozi
  1. tsp

    0下载:
  2. This a matlab code which deals with TSP problem. This done using ant colony algorithm. In this problem each city gets visited once and a shortest path is obtained.-This is a matlab code which deals with TSP problem. This is done using ant colony algo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:28.33kb
    • 提供者:minikkn
  1. ACA-TSP

    0下载:
  2. 将蚁群算法应用于解决中国旅行商问题(TSP) MATLAB 编程的-The ant colony algorithm is applied to solve the traveling salesman problem China (TSP) MATLAB Programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.3kb
    • 提供者:ztc
  1. TSP

    0下载:
  2. matlab利用蚁群算法处理TSP问题,迭代时间较短 -matlab ant colony algorithm processing TSP, shorter iterations
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:77.91kb
    • 提供者:陈强
  1. Ant-colony-algorithm

    0下载:
  2. 根据最大最小蚁群算法 解决TSP问题 解决TSP问题 -According to the max min ant colony algorithm to solve the TSP problem
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2.17mb
    • 提供者:
  1. Ant-TSP

    0下载:
  2. 利用改进的蚁群算法,寻找最优路径,优化了算法运行时间-The use of improved ant colony algorithm to find the optimal path optimization algorithm running time
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:19.89kb
    • 提供者:yangwanli
  1. tsp

    2下载:
  2. 蚁群算法和遗传算法相融合,将遗传算法和蚁群算法相结合,在寻优过程中发挥各自的优势,克服各自的不足。-Ant colony algorithm and genetic algorithm integration, the genetic algorithm and ant colony algorithm combined to play their respective advantages in the optimization process, to overcome their defic
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:8.67kb
    • 提供者:gujun
  1. ant-aco

    1下载:
  2. 改进的蚁群算法,并不是单纯的解决TSP问题,可以实现源节点到目的节点的协作通信。-Improved ant colony algorithm to solve the TSP is not a simple problem, you can achieve collaborative communication source node to the destination node.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.58kb
    • 提供者:丁晓晨
  1. Tsp

    0下载:
  2. 蚁群算法的实现TSP最短路径,实现了48个城市之间的最短路径的实现-TSP ant colony algorithm to achieve the shortest path to achieve the shortest path between the city' s 48
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9.05kb
    • 提供者:只晓沉默
  1. Solve TSP using Ant Colony Optimization

    0下载:
  2. Solve Travelling Salesman Problem Using Ant Colony Optimization
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3kb
    • 提供者:Pane
  1. ant

    0下载:
  2. 使用蚁群算法解决TSP问题的算法,主要利用蚁群算法特性。(Using ant colony algorithm to solve TSP algorithm.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:3.73mb
    • 提供者:adolf123
  1. Python-Ant-Colony-TSP-Solver-master

    1下载:
  2. 用于路径规划的蚁群算法,蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。(Ant colony algorithm for path planning)
  3. 所属分类:其他

    • 发布日期:2021-04-15
    • 文件大小:5kb
    • 提供者:乃木坂道
« 12 3 4 »
搜珍网 www.dssz.com