CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 蚁群算法 旅行商

搜索资源列表

  1. ACO-TSP

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

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

    0下载:
  2. 蚁群算法用c++语言实现的,可以用于求旅行商问题的解-Ant colony algorithm using c++ language and can be used to seek the solution of traveling salesman problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.52kb
    • 提供者:刘勇
  1. AntColonyAlgorithmTsp

    0下载:
  2. 用蚁群算法求解TSP(旅行商问题)。附上实验报告-ant colony algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:4.98mb
    • 提供者:龚汉杰
  1. antcolonyalgorithm

    0下载:
  2. 用matlab解释蚁群算法,基于旅行商的问题的介绍-Ant colony algorithm using matlab to explain, based on descr iption of the traveling salesman problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4.71kb
    • 提供者:nansy
  1. dataset_602132

    0下载:
  2. 经典问题TSP(旅行商算法) 蚁群算法训练集-Classic problem TSP (traveling salesman algorithm) ant colony algorithm training set
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1010.19kb
    • 提供者:cyy
  1. ACO

    0下载:
  2. 基于蚁群算法的机器人的路径规划问题蚁群算法,一种与传统的数学规划原理截然不同的,模拟自然生态系统以求解复杂优化问题(如NPC(NP Complete)类问题,典型的有TSP(Traveling Saleman Problem)问题)的仿生优化算法,因其较强分布式计算机制、鲁棒性、易于与其他方法相结合等优点,使得蚁群算法具有较广泛应用领域,为那些最优化技术难以解决的组合优化问题提供了一类新的切实可行的解决方案。从最初的一维的静态优化问题扩展到多维的动态组合优化问题,包括车辆路径规划,工程设计,电力
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1.05mb
    • 提供者:lin
  1. cSharp

    0下载:
  2. 蚁群算法解决TSP旅行商问题 C#( 蚁群算法解决TSP旅行商问题 C#( 蚁群算法解决TSP旅行商问题 C#( 蚁群算法解决TSP旅行商问题 C#(-ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony al
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3.42kb
    • 提供者:qinwenmin
  1. TSPACO

    1下载:
  2. 这是一个在VC++ MFC环境下编写的蚁群算法,以51个城市为例实现了旅行商问题的路径规划,每代求出的解以VC++可视化的界面动态显示出来。-This is a prepared environment in VC++ MFC ant colony algorithm to 51 cities traveling salesman problem as an example to achieve a path planning, each generation of the solution o
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.87mb
    • 提供者:liyuan
  1. ACATSP

    0下载:
  2. 蚁群算法求解旅行商问题的实例,结果直观,值得学习,亲测可用,参数已经修改至最优。-Ant colony algorithm for traveling salesman problem instances, result intuitive, it is worth learning, pro-test is available, the parameters have been modified to the optimum.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.07kb
    • 提供者:sbd
  1. MMAS

    0下载:
  2. 改进的蚁群算法并应用与旅行商问题,相比于没有改进的蚁群算法来说,这个算法能更好的对旅行商寻优问题,寻优结果也挺满意,希望感兴趣的可以借鉴一下。-Improved ant colony algorithm and application of the traveling salesman problem, compared to no improvement ant colony algorithm, this algorithm can better optimization of the tr
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.45kb
    • 提供者:孙雅青
  1. chapter22

    0下载:
  2. 用MATLAB语言编程蚁群算法求解旅行商问题-Ant colony algorithm for traveling salesman problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.61kb
    • 提供者:yanshen
  1. TSP_ACO_MMAS

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

    • 发布日期:2017-04-12
    • 文件大小:1.46kb
    • 提供者:余淼
  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
    • 文件大小:1.78mb
    • 提供者:彭博超
  1. ant1

    0下载:
  2. 使用著名的蚁群算法来求解城市旅行商的问题-Use well-known ant colony algorithm to solve the traveling salesman problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.15kb
    • 提供者:chenhongyang
  1. acoa

    0下载:
  2. 使用著名的蚁群算法来求解城市旅行商的问题-Use well-known ant colony algorithm to solve the traveling salesman problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.38kb
    • 提供者:chenhongyang
  1. chapter22

    0下载:
  2. 蚁群算法的优化计算——旅行商问题(TSP)优化(Optimization of ant colony algorithm -- traveling salesman problem (TSP) optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:2kb
    • 提供者:木易yj
  1. TSP_Ant

    0下载:
  2. 通过蚁群算法,建立数学模型,从而解决旅行商问题(Through the ant colony algorithm, a mathematical model is established to solve the traveling salesman problem)
  3. 所属分类:其他

  1. 8593ec8fa2e2

    1下载:
  2. 有效解决旅行商问题,与遗传算法相互结合。优化路线(Solve the traveling salesman problem effectively)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:12kb
    • 提供者:lzc123
  1. 蚁群算法实例

    1下载:
  2. 旅行商TSP问题蚁群算法在matlab平台的实现(TSP problem Ant Colony Algorithm)
  3. 所属分类:其他

    • 发布日期:2020-01-12
    • 文件大小:2kb
    • 提供者:yukis
  1. 智能优化算法及其matlab实例code

    0下载:
  2. 遗传算法 粒子群 蚁群等7种算法,可解决求极值问题以及旅行商问题(Genetic algorithm, particle swarm optimization and ant colony algorithm can solve extreme value problem and traveling salesman problem. 7 algorithms are used to solve extreme value problem and traveling salesman probl
  3. 所属分类:其他

    • 发布日期:2020-06-10
    • 文件大小:122kb
    • 提供者:侯锐志
« 12 »
搜珍网 www.dssz.com