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

搜索资源列表

  1. tspant_CSharp

    1下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,tsp用C#编程-Ant colony algorithm (ant colony optimization, ACO), also known as the ant algorithm, tsp Programming with C#
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:14575
    • 提供者:yanqingxin
  1. Ant-colony-algorithm

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

    • 发布日期:2017-04-26
    • 文件大小:19718
    • 提供者:张海洋
  1. 图论算法的matlab程序实现

    1下载:
  2. 本资源涵盖了几乎所有matlab图论领域里的算法代码,最短路问题、TSP、最大流、深度优先搜索、广度优先、蚁群算法等等,可为功能强大。
  3. 所属分类:matlab例程

  1. ACO_AIA_PSO

    1下载:
  2. 综合粒子群和蚁群算法,再利用免疫算法中交叉变异算子;形成ACO-AIA-PSO混合算法,求解TSP问题-Integrated particle swarm and ant colony algorithm, and then use the crossover operator and mutation operator of immune algorithm the formation of ACO-AIA-PSO hybrid algorithm, for solving the TSP
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:13093
    • 提供者:张海俊
  1. ACO---Code-

    1下载:
  2. 蚁群算法和遗传算法的源码,性能比较,有搜索过程的界面显示,MFC框架-Ant colony optimization and Genetic Algorithm for TSP,developed in MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-02
    • 文件大小:13912058
    • 提供者:neargdd
  1. City

    0下载:
  2. 一个用C++写的基本的蚁群ACO算法,用于解决旅行商TSP问题-ACO TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:10126
    • 提供者:charlie
  1. sas

    0下载:
  2. 一段用C++写的排序蚁群算法,用于求解旅行商TSP问题-ACO TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:12108
    • 提供者:charlie
  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
    • 文件大小:2645
    • 提供者:丁晓晨
  1. ACS-31TSP

    0下载:
  2. 自己改进的蚁群算法求解31城市tsp问题的程序-Own improved ant colony algorithm program 31 cities tsp problem
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4623
    • 提供者:Milly
  1. ant_TSP

    0下载:
  2. 蚁群算法解决TSP问题,采用C++编写,简单易懂,-ANT algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3408
    • 提供者:秋风
  1. ACATSP

    0下载:
  2. 蚁群算法用于解决TSP问题,算法收敛性好,能够得到满意解-Ant colony algorithm for solving TSP problem, convergence is good, can be satisfied with the solution
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2584
    • 提供者:王松
  1. ant11

    0下载:
  2. TSP解答。是智能优化算法的重要问题,采用了蚁群优化算法。-TSP solution. It is an important problem of intelligent optimization algorithm, the ant colony optimization algorithm
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2461
    • 提供者:ww
  1. ACS

    0下载:
  2. 蚁群算法求解TSP 假设条件: 1、非对称桥上的信息量与过去一个时间段内经过该桥的蚂蚁数目成正比; 2、某一时刻蚂蚁按照桥上残留的信息量多少来选择其中某座桥 3、经过该桥的蚂蚁数目越多则桥上的残留信息量就越大 -ACS for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:11466
    • 提供者:metropoliszxy
  1. AC_TSP

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

    • 发布日期:2017-04-12
    • 文件大小:1465
    • 提供者:pan dazhi
  1. ACA

    0下载:
  2. matlab实现的蚁群算法(ACA)例程,解决TSP旅行商问题,可以在图中进行动态显示-ant colony algorithm matlab realized (ACA) routines to solve the traveling salesman problem TSP, can be dynamically shown in the figure
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4342
    • 提供者:frank
  1. ycsf

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 -matlab genetic algorithm GA, particle swarm optimization PSO, some time ago on the ant colony algorithm intelligent
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:
  1. ACO---pso-MTSP-

    2下载:
  2. 基于蚁群—粒子群的TSP求解,可以解决蚁群算法陷入局部最优解的问题,更好求出TSP问题-Based on ACO- pso MTSP solving the problem can be solved ant colony algorithm into local optimal solution, obtaining better TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:8031
    • 提供者:tong
  1. 51

    0下载:
  2. 蚁群算法,使用matlab语言,解决TSP问题,此例解决的51个城市的TSP问题-Colony algorithm, using matlab language, solve TSP, in this case solved 51 cities TSP problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7143
    • 提供者:selly
  1. TSP_ACO_MMAS

    0下载:
  2. 用蚁群算法求解旅行商问题,城市数量为50,迭代500次-to solve tsp with ant
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1498
    • 提供者:余淼
  1. ANT_TSP

    0下载:
  2. 基本蚁群算法,介绍了种群产生,信息素的更新以及启发式信息的定义。测试例子为TSP问题。-Ant colony algorithm, introduced populations produce, update, and define the heuristic information pheromone. Test case for the TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1928
    • 提供者:xuqi
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 »
搜珍网 www.dssz.com