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

搜索资源列表

  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旅行商问题,解决城市旅行距离最短的问题,基于蚁群算法求解。-TSP traveling salesman problem, solve the problem of urban travel the shortest distance, based on ant colony algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1871515
    • 提供者:彭博超
  1. chapter22

    0下载:
  2. 蚁群算法的优化设计-旅行商问题(TSP)优化-Design Optimization Ant Colony Algorithm- Traveling Salesman Problem (TSP) optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2929
    • 提供者:爱雪娇
  1. ACO3

    0下载:
  2. 融合蚁群算法和模拟退火算法的C++程序,解决TSP-Fusion ant colony algorithm and simulated annealing algorithm C++ program to solve TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4918684
    • 提供者:程俊涛
  1. TSP2

    0下载:
  2. 旅行推销商问题(TSP)是组合优化中的一个热点问题,它有着广泛的应用背景。应用蚁群算法求解TSP问题。-Traveling salesman problem (TSP) is a combinatorial optimization problem in a hotspot, it has a wide application background. Application of ant colony algorithm for TSP.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3881
    • 提供者:翁美丽
  1. yiqun

    0下载:
  2. 蚁群算法的优化计算――旅行商问题(TSP)优化 -Ant colony optimization algorithm- traveling salesman problem (TSP) optimization
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2917
    • 提供者:snjuntin
  1. ANT

    0下载:
  2. 蚁群算法,很好的解决了TSP的问题,简单,通俗易懂-Colony algorithm, a good solution to the problem of TSP, simple, easy to understand
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:91380
    • 提供者:朱信帅
  1. Ant-Colony-Algorithm-matlab

    0下载:
  2. 利用蚁群算法寻找以下10个城市的TSP最短路径。输出最短路径顺序及其长度,以及蚁群算法迭代过程中的最短路径长度进化曲线-Ant colony algorithm to find the following 10 cities TSP shortest path. Output sequence and the shortest path length, and the ant colony algorithm is an iterative process of evolution of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1855
    • 提供者:wang
  1. aco

    0下载:
  2. 描述蚁群算法的功能及应用,及其在TSP中的实现-Function and Application of ant colony algorithm is described, and its implementation in the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1833489
    • 提供者:小七
  1. daimayasuo

    1下载:
  2. 包含:基于蚁群算法求解对称非对称旅行商问题 粒子群优化算法演示(PSO) 基于遗传算法(GA)的多变量旅行商问题(TSP) 遗传算法优化BP 神经网络在数据预测方面的应用 金融数量分析相关代码-Comprising: Solving Symmetric Asymmetric Traveling Salesman Problem Based on Ant Colony Algorithm Particle Swarm Optimization Demo (PSO) Mult
  3. 所属分类:Maple

    • 发布日期:2017-04-29
    • 文件大小:365675
    • 提供者:woailou11
  1. ANT-conony-system

    0下载:
  2. 一个简单实用的使用c语言进行蚁群算法的实现解决tsp问题- A simple and practical using c language for the realization of the ant colony algorithm to solve TSP problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2011
    • 提供者:谭成浩
  1. ant

    0下载:
  2. 蚁群算法 解决TSP问题 程序对20个城市 数据进行计算 通过蚁群算法 计算最短路径 城市数据保存在当前目录下的 1173.txt 文件中-Ant colony algorithm to solve the TSP program for the calculation of 20 urban data through the ant colony algorithm to calculate the shortest path of urban data stored in the curre
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:634331
    • 提供者:封昊
  1. ant

    0下载:
  2. matlab实现蚁群算法解决旅行商(TSP)问题-Matlab ant colony algorithm to solve the traveling salesman problem (TSP)
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1518
    • 提供者:周原成
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,此程序由GreenSim团队于2006年初完成,最初公开发表于研学论坛,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。-Ant colony algorithm is currently very hot research an intelligent algorithm, the following special procedures ant colony algorithm for solving
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1772
    • 提供者:刘传管
  1. AS-matlab-source

    0下载:
  2. 基本蚁群算法的matlab程序,以旅行商问题(TSP)为求解模型。-The basic ant colony algorithm matlab procedures to the traveling salesman problem (TSP) to solve the model.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2147
    • 提供者:胡聪
  1. yiqunyouhuasuanfa

    0下载:
  2. 蚁群算法的优化,以改善传统的蚁群算法不适用欲大规划的TSP问题的解决,缩短搜索的时间。-Ant colony optimization algorithm to improve the traditional ant colony algorithm NA For big plan to solve TSP problem, shorten the time of the search.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1291
    • 提供者:邓燕
  1. ACforTSP

    0下载:
  2. 蚁群算法是一种新型群智能算法,为求解旅行商问题提供新的方法-ANT CLONY algorithm is a new method to solve tsp.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:45823
    • 提供者:shiguangcheng
  1. C-ant

    0下载:
  2. 运用蚁群算法求解TSP问题,蚁群算法十几年来研究比较热门的人工智能算法,应用在很多领域,如TSP、JSP等。-The use of ant colony algorithm to solve the TSP problem, ant colony algorithm for more than ten years of research and more popular artificial intelligence algorithms, applications in many fields
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:9551
    • 提供者:percy
  1. Ant_algorithm(matlab)

    0下载:
  2. 蚁群算法程序,用以解决TSP问题,引用自解放军信息工程大学的资料。-Ant colony algorithm program to solve the TSP, quoted the PLA Information Engineering University information.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2292
    • 提供者:Nathan
  1. 25ab6e2dcc02

    0下载:
  2. 智能蚂蚁算法――蚁群算法的改进 求解VRP问题 求解TSP问题-Intelligence ant algorithm, improved ant colony algorithm to solve VRP problem solving TSP problem,Intelligence ant algorithm, improved ant colony algorithm to solve VRP problem solving TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:9787
    • 提供者:
« 1 2 ... 28 29 30 31 32 3334 35 36 »
搜珍网 www.dssz.com