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

搜索资源列表

  1. optimTipsWebinar

    0下载:
  2. 基于蚁群算法求解对称非对称旅行商问题 -Solving Symmetrical and DisSymmetrical TSP base on Ant Colony Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1799024
    • 提供者:spf
  1. c-tsp

    0下载:
  2. 实现旅行商问题的解决(微粒群算法或者蚁群算法)-To achieve resolution of the traveling salesman problem (or ant colony optimization Particle swarm optimization)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:3054
    • 提供者:吴明
  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. antcolony

    0下载:
  2. 利用蚁群算法解决旅行商问题,可以自主写入城市坐标,返回最佳路径和平均路径。-with the help of ant colony algorithm to solve the TSP problem. And the best route and the average length of routes will be returned.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:4191
    • 提供者:weifan
  1. ACO_TSP

    1下载:
  2. 利用蚁群算法求解旅行商问题,求解100个城市的最短路程(Using Ant Colony Optimization to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:6144
    • 提供者:SHSFforever
  1. 蚁群算法

    0下载:
  2. 蚁群算法求解旅行商问题,一个经典程序,可以求出较优解(ant colony algorithm)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:8192
    • 提供者:samyu0304
  1. chapter22

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

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:木易yj
  1. ant colony algorithms

    0下载:
  2. 关于旅行商问题的蚁群算法实现,matlab源代码(Solving the TSP question with ant colony algorithms.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:LEES_k
  1. yiqunsuanfa

    0下载:
  2. 利用蚁群算法实现优化旅行商问题,一定可以运行(The use of ant colony algorithm to optimize the traveling salesman problem, will be able to run)
  3. 所属分类:仿真建模

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:文文儿
  1. 蚁群算法

    0下载:
  2. 求解单旅行商问题的智能算法,蚁群算法。 输入城市间赋权向量(城市间路程),即可输出经过所有城市且总路程最短的最小哈密顿环。(telligent algorithm for solving single traveling salesman problem, ant colony algorithm. By inputting the weight vector between cities (the distance between cities), the minimum Hamilton
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:9216
    • 提供者:王文轩
  1. ACO

    0下载:
  2. 利用蚁群算法优化,解决组合优化问题,如旅行商问题,得到最优路径(use the optimization of ant colony algorithm to get d the optimal path.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:周周周周
  1. ant_TSP

    0下载:
  2. 蚁群算法的旅行商问题,一个比较好的例子理解蚁群算法(Ant colony algorithm for traveling salesman problem, a better example to understand ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:jackie_lee
  1. TSP

    0下载:
  2. MATLAB蚁群算法解决TSP旅行商问题(Ant colony algorithm for solving TSP traveling salesman problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:53248
    • 提供者:Steveabc
  1. TSP_aco

    0下载:
  2. 利用蚁群算法解决10、30、75城市的旅行商问题(Solve the traveling salesman problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:61440
    • 提供者:翊森三思斋
  1. acs

    0下载:
  2. MATLAB建立蚁群算法,优化最短路程求解旅行商问题(Ant colony algorithm ,to solve traveling salesman problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:静默瞳
  1. acatsp

    0下载:
  2. 利用蚁群算法仿真解决旅行商问题,找出最短路径(Ant colony algorithm to solve traveling salesman)
  3. 所属分类:网络编程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:xiaomingwen
  1. 22蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 这是完整的基于MATLAB的遗传算法的程序,是关于旅行商问题的求解(This is a complete procedure of genetic algorithm based on MATLAB, which is about solving traveling salesman problem.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:晗宝宝
  1. 蚁群优化算法原理及Matlab编程实现

    0下载:
  2. 蚁群优化算法原理及其在旅行商问题中的应用的Matlab代码。(Principle of ant colony optimization algorithm and implementation of Matlab programming)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-06
    • 文件大小:342016
    • 提供者:XIAOXIAGEGE
  1. 新建文件夹 (3)

    1下载:
  2. 完整版蚁群算法,旅行商路径优化问题代码+完整注释(Full Version Ant Colony Algorithm, Traveler Path Optimization Code + Full Comment)
  3. 所属分类:进化算法

    • 发布日期:2019-10-12
    • 文件大小:3072
    • 提供者:陈旭11223
  1. ACOTSPtw

    4下载:
  2. 使用蚁群算法解决带时间窗的旅行商问题,注释详细(Ant colony algorithm is used to solve traveling salesman problem with time windows. Detailed annotations are given.)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-11
    • 文件大小:2048
    • 提供者:Up235
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com