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

搜索资源列表

  1. gaandpsoandacoforTSP

    0下载:
  2. 各种优化算法解决TSP问题 包括蚂蚁群算法 ,粒子群算法 ,遗传算法等等
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10514
    • 提供者:博击长空
  1. 1

    0下载:
  2. 蚂蚁TSP算法--用蚁群算法解决旅行商问题
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1506
    • 提供者:王晶
  1. genetic-algorithm

    1下载:
  2. 基于matlab的遗传算法。包括遗传神经网络,蚂蚁tsp问题等。源代码较详尽。-Matlab-based genetic algorithm. Including genetic neural networks, ant tsp issues. More detailed source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-01
    • 文件大小:268288
    • 提供者:ivy
  1. acs_for_tsp

    1下载:
  2. 蚂蚁群算法解决tsp问题,很经典,非常实用-Tsp ant colony algorithm to solve the problem, very classic, very useful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:246503
    • 提供者:陈君
  1. UsedHybridantcolonyalgorithmforTSPproblem

    0下载:
  2. 介绍了求解TSP混合型蚁群算法,并以美国532为例给出了计算实验结果,说明了混合型蚂蚁群算法能改进标准蚂蚁群算法的计算效率和计算结果的质量。-Introduced the hybrid ant colony algorithm for solving TSP and 532 as an example the United States gives the calculation results shows that the hybrid ant colony algorithm can imp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:228477
    • 提供者:lifei
  1. TtspprarS

    0下载:
  2. TSP的智能算法,里面包含最大大最小蚁群算法,蚂蚁系统,蚁群系统 -TSP smart algorithm, which contains the maximum size of the smallest ant colony algorithm, ant system and ant colony system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:49482
    • 提供者:hjmhjm11
  1. CPP--ACO_TSP

    0下载:
  2. 面向对象编程,利用C++语言实现的蚁群算法,解决TSP等寻优问题,建立了完成的蚂蚁类,可以灵活解决30、50、70个城市的TSP问题。注释完整,非常容易看懂。-C++ source code for sloving TSP optimization problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-20
    • 文件大小:5120
    • 提供者:雷士
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法解决TSP问题的MATLAB实现 出动m只蚂蚁,每只蚂蚁各随机选择一条路径,记为I=[1 2 3···m],长度记为long(I) 计算出每条路径的信息素浓度,记为P(I)=1/long(I),并进行归一化处理 重新出动m只蚂蚁,按如下规则选择路径: 每只蚂蚁都以一个概率p1选择新路径(路径随机); 未选择新路径的蚂蚁以概率P(I)选择路径I; 所有蚂蚁都以一个小概率p2对自己的路径进行局部变化; 更新所有路径,计算出每条路径的信息素浓度; 重复上述步
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:6067
    • 提供者:水上飘
  1. AntSystem-WithPlay

    0下载:
  2. 利用蚂蚁系统算法解决对称和非对称TSP问题的代码。-AntSystem-WithPlay(Solving Symmetrical and DisSymmetrical TSP base on Ant Colony Algorithm).
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:28245
    • 提供者:zangtianlei
  1. ants-colony-Ver2

    0下载:
  2. 蚂蚁群系统优化算法代码,适用于解决中国邮递员、路径优化等问题-(solving tsp with ant colony system)ants colony 2.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:2528
    • 提供者:zangtianlei
  1. MAX-MIN-Ant-System

    0下载:
  2. 最大最小蚂蚁系统优化算法求解TSP问题,最优化遍历所有城市。-Max Min ant system optimization algorithm for TSP, optimization through all cities.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:43430
    • 提供者:zangtianlei
  1. NewAntProject

    0下载:
  2. 该程序是以蚁群系统为模型写的蚁群算法程序(强调:非蚂蚁周模型),以三个著名的TSP问题为测试对象 //通过微调参数,都可以获得较好的解-A New Ant Project: the program is based on ant colony system model of ant colony algorithm program (emphasize: the ants weeks model), with three famous TSP problem for the test obj
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:965726
    • 提供者:德静
  1. GACOTSP

    0下载:
  2. 广义蚁群算法在TSP问题中的实现,得出蚂蚁寻找到的最优路径和收敛过程。-Generalized ant colony algorithm in TSP problems, draw ants to find the optimal path and the convergence process.
  3. 所属分类:matlab

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

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

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

    0下载:
  2. 蚁群算法是一种分布式内在并行算法。单个蚂蚁的搜索过程是彼此独 立的,易于局部最优,通过个体间不断的信息交流和传递有利于发现较好解;并且该算法是一种正反馈算法。路径上的信息素浓度较高,将吸引更多的蚂蚁沿这条路径运动,又使得信息素浓度增加,加快了算法的进化过程。本文通过求解TSP问题,通过在特定情况下对路径进行逐步遍历比较来降低陷入局部最优解的可能性, 找出最优解。-Ant colony algorithm is an inherent distributed parallel algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2088
    • 提供者:和数天
  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. ihlskvw407

    0下载:
  2. 各种优化算法解决TSP问题 包括蚂蚁群算法 ,粒子群算法 ,遗传算法等等()
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:6144
    • 提供者:rmns!691400
  1. exit

    0下载:
  2. 各种优化算法解决TSP问题 包括蚂蚁群算法 ,粒子群算法 ,遗传算法等等()
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-21
    • 文件大小:6144
    • 提供者:Danzdgyt
« 1 2 3 4 5»
搜珍网 www.dssz.com