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

搜索资源列表

  1. SA

    0下载:
  2. 蚁群算法的基本工作原理,建立了数学模型,并将其应用于经典的TSP问题-The basic principle of ant colony algorithm, a mathematical model and applied classical TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3157
    • 提供者:王哥
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法的源代码,可有效解决旅行商问题(TSP)。-Ant colony algorithm source code, which can effectively solve the traveling salesman problem (TSP).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2941
    • 提供者:丁淼淼
  1. ACO

    0下载:
  2. TSP问题的人工蚁群算法中,假设m只蚂蚁在图的相邻节点间移动,从而协作异步地得到问题的解。每只蚂蚁的一步转移概率由图中的每条边上的两类参数决定:1、信息素质,也称信息素痕迹。2、可见度,即先验值。-Artificial ant colony algorithm TSP problem, assume that m ants move between adjacent nodes in the graph, which asynchronously collaborate get problem
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2826
    • 提供者:王哥
  1. aco1

    0下载:
  2. 蚁群算法的MATLAB实现,蚁群算法是解决TSP问题的一个很好的算法-Ant colony algorithm MATLAB realize, ant colony algorithm to solve the TSP problem is a good algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1810
    • 提供者:zhangli
  1. TSP_ACO

    1下载:
  2. 该代码利用蚁群算法解决TSP问题,使用python编程,分为四个类,anttsp类中使用了citiesAndDistances.pickled这个文件(这是一个二维数组,其中第一行为城市名,其余行为两城市之间的距离)-TSP Ant Colony
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:4829
    • 提供者:helene
  1. an_first

    0下载:
  2. 蚁群算法源代码,解决TSP路径规划问题,可运行-Ant Colony Optimization
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3575
    • 提供者:谢亚
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法解决TSP问题。通过蚁群算法解决一个城市的结合以及城市之间的旅行代价,寻找经过每个城市一次且仅一次而最终返回的旅行最小代价,及寻找最短路径。-Ant colony algorithm to solve TSP problem. Through the combination of ant colony algorithm to solve a city and cost of travel between cities, seeking after each city once and
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:380281
    • 提供者:高小英
  1. yiqunsuanfa

    0下载:
  2. 利用蚁群算法解决30个城市的TSP旅行商问题,是一种智能优化方法。-Using ant colony algorithm to solve the problem of TSP traveling salesman problem in 30 cities, is a kind of intelligent optimization method.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2426
    • 提供者:冯晨
  1. ACO_slove_TSP

    0下载:
  2. 根据最基本的蚁群算法条件编写的蚁群算法,用来解决TSP问题-According to the most basic conditions of ant colony algorithm written ant colony algorithm, used to solve the TSP problem
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:12974
    • 提供者:zyx
  1. antfortsp

    0下载:
  2. 一个用matlab编写的解决TSP问题的蚁群算法源代码。-A matlab source code prepared by the ant colony algorithm to solve the problem of the TSP.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:6003
    • 提供者:Yana
  1. aco

    0下载:
  2. 蚁群算法是现代优化算法,这个是直接可以编译通过的蚁群算法求解51城市的TSP问题的MATLAB源代码 -Ant colony algorithm is a modern optimization algorithm, which is directly compiled by the ant colony algorithm to solve the 51 cities of the TSP problem MATLAB source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:10415
    • 提供者:xulin
  1. 51example

    0下载:
  2. matlab代码 基于蚁群算法求解tsp问题-Matlab code based on ant colony algorithm to solve the TSP problem
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:86153
    • 提供者:沙沙
  1. AntTsp

    0下载:
  2. 蚁群算法的实现并且通过蚁群算法来解决TSP问题,程序中包含了实验数据,可以直接运行。-And realize ant colony algorithm to solve the problem by ant colony algorithm TSP program contains experimental data, it can be run directly.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:12288
    • 提供者:孔德庆
  1. P9-1

    0下载:
  2. matlab蚁群算法求解TSP问题,源代码-Matlab ant colony algorithm to solve TSP problem, source code
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:9216
    • 提供者:姚攀登
  1. gaijinyiqunsuanfa

    3下载:
  2. 使用蚁群算法matlab代码,并在其基础上进行改进,进而得以优化蚁群算法。解决全国所有城市的TSP问题-ACA TSP
  3. 所属分类:software engineering

    • 发布日期:2017-12-13
    • 文件大小:258390
    • 提供者:张先森
  1. 38763043

    0下载:
  2. 此蚁群算法专门用于求解tsp问题,优化效率和鲁棒性都非常好-The ant colony algorithm is dedicated to solving TSP problem, optimization efficiency and robustness is very good,,
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:2048
    • 提供者:AJBSpmzgo&11247
  1. algopkthm

    0下载:
  2. 此蚁群算法专门用于求解tsp问题,优化效率和鲁棒性都非常好-The ant colony algorithm is dedicated to solving TSP problem, optimization efficiency and robustness is very good,,
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:evolwate
  1. hource

    0下载:
  2. 简单蚁群算法求解TSP的matlab源程序 不错的源码 很好-A simple ant colony algorithm to solve TSP matlab source good source is very good
  3. 所属分类:Graph program

    • 发布日期:2017-12-20
    • 文件大小:4096
    • 提供者:omcuey
  1. cozkny-source

    0下载:
  2. 简单蚁群算法求解TSP的matlab源程序 不错的源码 很好-A simple ant colony algorithm to solve TSP matlab source good source is very good
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:nhz@493900
  1. ant

    0下载:
  2. 基于蚁群算法解决tsp问题,通过蚁群算法解决简单的tsp问题,进行matlab仿真。-Based on ant colony algorithm, the problem of TSP is solved by using ant colony algorithm to solve simple TSP problems and matlab simulation.
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:5120
    • 提供者:豆浩江
« 1 2 ... 29 30 31 32 33 3435 36 »
搜珍网 www.dssz.com