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

搜索资源列表

  1. ACO-TSP

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

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

    0下载:
  2. aco求解TSP问题解决代码,是个比较基本的原理实验,大家可以参考下-aco solving TSP problem-solving code, is a relatively basic principle experiment, we can refer to the following
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1882
    • 提供者:sam
  1. aco

    0下载:
  2. 蚁群算法的c++实现程序,是一个求解tsp的简单的例子-Ant colony algorithm implementation c++ program is a simple example of solving tsp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2262
    • 提供者:nong
  1. 4

    0下载:
  2. 介绍了一种高效的改进型PSO算法,北理教授发表,国内著名核心期刊收录。-Introduces an efficient improved PSO algorithm, the North Professor published in famous journals included the core.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:534738
    • 提供者:asdwe
  1. aco

    0下载:
  2. matlab编的蚁群算法解TSP问题(att48),调整参数可解决多类问题。-matlab code of ant colony algorithm for solving TSP problems (att48), adjust the parameters to resolve multi-class problems.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:3210
    • 提供者:li qingshan
  1. AntSystem-WithPlay

    0下载:
  2. matlab,蚁群算法解TSP,M文件,最优解-matlab, ACO for TSP, M files, the optimal solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:27456
    • 提供者:小刚
  1. ACO-PSO

    15下载:
  2. 蚁群算法(ACO)和粒子群算法(PSO)的混合算法解决旅行商问题(TSP)的matlab代码-Ant colony optimization (ACO) and particle swarm optimization (PSO) of the hybrid algorithm to solve traveling salesman problem (TSP) in matlab code
  3. 所属分类:matlab例程

    • 发布日期:2013-09-04
    • 文件大小:4273
    • 提供者:薛栋
  1. aco

    0下载:
  2. 蚁群算法实现tsp问题的解,适合初学者使用-Ant colony optimization tsp solution of the problem, for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:9425
    • 提供者:cy
  1. TSP

    0下载:
  2. 蚁群算法求解TSP问题,附详细说明,适合初学者使用,此程序100 可用-ACO Ant Colony Optimization Artificial Intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:8175
    • 提供者:张衡
  1. Multi-ACO-for-TSP

    0下载:
  2. 多种群蚁群算法解决pst问题的matlab代码,很有借鉴意义-Multiple ant colony system optimization algorithm for sovling TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:12580
    • 提供者:zongxinlu
  1. ACO-TSP

    0下载:
  2. 运用ACO解决tsp问题,运用城市坐标可以检测tsp问题的正确性。-Use ACO to solve tsp problem, the use of the city coordinates can detect the the tsp problem of correctness.
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:38826
    • 提供者:黄鸣鞑
  1. TSP问题代码

    0下载:
  2. 本文是以旅行商问题为研究点,利用蚂蚁算法优化求解最短路径,平台工具是具有绘图功能的matlab软件。(This paper takes traveling salesman problem as the research point, and uses ant algorithm to optimize the shortest path. The platform tool is matlab software with drawing function.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:12288
    • 提供者:lm521
  1. ACO-TSP

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

    • 发布日期:2017-12-25
    • 文件大小:912384
    • 提供者:陌丶
  1. ACO算法

    0下载:
  2. 蚁群优化算法,可用于解决一人旅行商等问题。(Ant colony optimization algorithm can be used for TSP and other issues)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-31
    • 文件大小:80896
    • 提供者:小李子子
  1. TPS ANT

    0下载:
  2. 使用蚁群算法解决TSP问题,python2.7(solve TSP with ACO algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:3072
    • 提供者:
  1. ACO

    0下载:
  2. 蚁群算法是一种新型的模拟进化算法,鉴于目前国内尚缺乏这一方面的研究,其研究刚刚开始,远未像遗传算法、模拟退火算法等算法那样行程系统的分析方法和坚实的数学基础,有许多问题有待进一步研究,如算法的收敛性、理论依据等更多细致的工作还有待于进一步展开。(The ant colony algorithm is a novel simulated evolutionary algorithm, given the current lack of the research on this aspect, th
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:184320
    • 提供者:lyhing
  1. ACO for TSP

    0下载:
  2. 蚁群算法解决旅行商问题,能够成功运行并且有结果(Ant colony algorithm can solve the traveling salesman problem and run successfully.)
  3. 所属分类:人工智能/神经网络/深度学习

  1. TSP

    4下载:
  2. 基本蚁群算法求解TSP,还有一种改进的最大最小蚁群算法求解,包括绘图函数(The basic ant colony algorithm for TSP, and an improved maximum and minimum ant colony algorithm, including the drawing function.)
  3. 所属分类:matlab例程

    • 发布日期:2018-06-19
    • 文件大小:2048
    • 提供者:更给你123456
  1. code

    1下载:
  2. 基于蚁群算法的 TSP 求解,分别采用蚁群算法和蚁群算法-粒子群混合算法进行优化求解,使用不同的交叉和变异适应度函数更新粒子,从而实现 TSP问题的优化求解,更加逼近实际问题。(Based on the TSP solution of ant colony algorithm, ant colony algorithm and hybrid algorithm of ant colony algorithm particle swarm optimization are used to solv
  3. 所属分类:其他

    • 发布日期:2021-04-08
    • 文件大小:5120
    • 提供者:Fantasy1017
  1. 蚁群算法解决TSP问题

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

« 12 3 4 5 »
搜珍网 www.dssz.com