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

搜索资源列表

  1. ant_clustring

    0下载:
  2. 蚁群算法用于已知数目的聚类问题,解决任务分配等问题-Ant colony algorithm for clustering已知数purpose of solving the task allocation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2681
    • 提供者:阿焦
  1. LF

    0下载:
  2. 基于MATLAB蚁群算法LF解决聚类问题源程序代码,包括文档与论文-MATLAB-based ant colony algorithm to solve clustering problem LF source code, including documents and papers
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:334753
    • 提供者:zangtianlei
  1. ant

    1下载:
  2. 蚁群算法结合2-opt技术解决旅行商问题(TSP)-Ant colony algorithm with 2-opt technology to solve the traveling salesman problem (TSP)
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3737922
    • 提供者:newshowing
  1. antcolonyalgorithm

    1下载:
  2. 蚁群算法LF解决聚类问题,程序文章比较全面,已测试-LF ant colony algorithm to solve clustering problems, the article is more comprehensive program has been tested! ! !
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:334139
    • 提供者:xzhy
  1. ACO

    2下载:
  2. 用改进的蚁群算法来解决旅行商问题,以寻求最优解!-Improved ant colony algorithm used to solve the traveling salesman problem, to find the optimal solution!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2988
    • 提供者:金亮冰
  1. ant

    0下载:
  2. 蚁群的matlab程序,可以进行修改,从而解决多种问题(Ant colony matlab program, you can modify, and thus solve a variety of problems)
  3. 所属分类:matlab例程

  1. 蚂蚁算法

    0下载:
  2. 蚁群算法又叫蚂蚁算法,借助蚂蚁的一些生活方式进行问题的解决,最著名的就是TSP问题(Ant colony algorithm, also called ant colony algorithm, solves the problem by means of some way of life of ants. The most famous problem is the TSP problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:10240
    • 提供者:春1
  1. 22

    0下载:
  2. 解决多个点之间的简易连接问题,里面都有注释,方便初学者分步骤操作(for solving the shortest way in multiple points)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:灰灰44
  1. PSO_TSP(混合粒子群:较优)

    1下载:
  2. 解决环球旅行问题的一种精确度比较高的算法,相较于蚁群算法和遗传算法都有较大的改进;(A high precision algorithm for solving global travel problems has a greater improvement than the ant colony algorithm and the genetic algorith)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:倚楼天狼啸
  1. GA_TSP yiqun

    0下载:
  2. 蚁群算法解决vrp问题,主函数和各个子程序,全部,可运行。(The ant colony algorithm solves the VRP Problem, the main function and the various subroutines, all of which can be run)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:wxzh0322
  1. ASO

    0下载:
  2. 遗传算法解决TSP; 含有图形化界面;(The TSP problem solved by genetic algorithm; Including a graphical interface.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:6144
    • 提供者:肖巍肖巍
  1. 双蚁群路径规划

    1下载:
  2. 这是双蚁群机器人路径规划算法,很好的解决了蚁群算法收敛慢的缺点,C++语言(This is a dual ant colony robot path planning algorithm that solves the shortcomings of the slow convergence of the ant colony algorithm and uses the C++ language.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:240640
    • 提供者:三明治
  1. matlab解决tsp

    0下载:
  2. matlab中解决tsp问题经典蚁群算法(Classical ant colony algorithm for solving TSP problem in MATLAB)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-01
    • 文件大小:15360
    • 提供者:YQzzz
  1. 各种算法解决TSP问题

    1下载:
  2. 禁忌算法、遗传算法、模拟退火算法、蚁群算法等等解决TSP问题。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 蚁群算法

    0下载:
  2. 蚁群算法,用于解决TSP问题,可以避免过早收敛且时间复杂度低,是一种信而有效的启发式算法
  3. 所属分类:matlab例程

  1. antcolony蚁群算法客户时间窗车辆路径问题

    4下载:
  2. 蚁群算法求解带时间窗的车辆路径问题,所用软件:Matlab。结果有:路径图和配送路线以及迭代次数图,能解决带时间窗的车辆路径问题VRPTW。MAC系统可用。
  3. 所属分类:MacOS编程

  1. 代码

    1下载:
  2. python,利用改进蚁群算法解决蚁群算法时间窗路径规划的问题(Time window path planning of ant colony algorithm)
  3. 所属分类:网络编程

    • 发布日期:2021-04-20
    • 文件大小:4096
    • 提供者:呆鸟12
  1. TSP

    4下载:
  2. 利用蚁群算法、遗传算法还有改进的蚁群算法来解决TSP问题,根据需要可以选择TSP的规模,分别有31个城市的和48个城市的。(Using ants colony algorithm, genetic algorithm and improved ant colony algorithm to solve the TSP problem, we can choose the scale of TSP according to the needs, there are 31 cities and 48
  3. 所属分类:仿真建模

  1. 代码

    2下载:
  2. 用蚁群算法原理解决多任务多车间车间调度问题(Solving the multi task and multi workshop scheduling problem with the principle of ant colony algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2021-04-18
    • 文件大小:2048
    • 提供者:萌幻龙
  1. 蚁群算法实现

    1下载:
  2. 这是蚁群算法实现的一个例程,用于解决0——1背包问题,对初始者有帮助,能够运行。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2020-10-14
    • 文件大小:1784253
    • 提供者:gksw123
« 1 2 3 4 5 67 8 9 10 11 ... 30 »
搜珍网 www.dssz.com