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

搜索资源列表

  1. ant

    1下载:
  2. 蚁群算法的C语言实验,如有不足,还请大家多多改正-Ant colony algorithm C-language test and, if inadequate, but also please correct lot
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4059
    • 提供者:徐军
  1. PSO

    1下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:5280
    • 提供者:stephen
  1. threeAlgo

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:14281
    • 提供者:stephen
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法,用于进行聚类分析,或者进行故障模式识别-ACO
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1076
    • 提供者:刘小龙
  1. w01770

    0下载:
  2. 一种改进的机器人路径规划蚁群算法 ,拥有人工智能的-robot for the path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:139282
    • 提供者:liaolinwei
  1. ant

    0下载:
  2. 蚁群算法最短路径通用Matlab程序。蚁群算法动态寻路算法。-Ant colony algorithm for the shortest path generic Matlab program. Ant colony algorithm for dynamic pathfinding algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2112
    • 提供者:strong-bear
  1. DDAC

    0下载:
  2. 蚁群算法解决tsp问题,antsystem为核心运算类,窗体为接口程序,先生成邻接矩阵再运算-Tsp ant colony algorithm to solve the problem, this is the core classes, must have interface program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:59358
    • 提供者:like
  1. ant

    2下载:
  2. 在matlab环境中用蚁群算法寻优潜水器的三维路径,效果很好-In the matlab environment, using ant colony optimization algorithm for three-dimensional underwater vehicle path, good results
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:24290
    • 提供者:史峰
  1. ant

    2下载:
  2. 该算法应用蚁群算法,在蚁群算法的基础上应用于有约束条件的最优化问题。-The algorithm is applied ant colony algorithm, the ant colony algorithm based on the conditions applied to the most constrained optimization problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1567
    • 提供者:xiaoyingzi
  1. Ant

    0下载:
  2. 蚁群算法实例,使用C#开发-C# CAO NI MAANtAAAAAADDDDDDDDDDDDDDDDDDD
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:108983
    • 提供者:000000
  1. ACO

    0下载:
  2. 蚁群算法源代码,无须修改便可以直接编译执行-Ant colony algorithm source code, no need to change the implementation can be directly translated
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:178050
    • 提供者:
  1. ACO

    0下载:
  2. 蚁群算法解决0-1背包问题,是一个比较小的程序,运行过,没有问题的。-the solving method of zero to one backage with ACO.It is a small programe for the zero to one problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:95563
    • 提供者:茉雨
  1. ACOTSP[1].V1.0

    0下载:
  2. 路径规划 路径规划的实例,主要运用蚁群算法,算法简洁明了,不懂的可联系本人-Examples of path planning, the main use of ant colony algorithm, the algorithm of concise, do not know I can contact
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:95208
    • 提供者:yang
  1. matlab

    0下载:
  2. 蚁群算法的matlab实现程序,简单易懂,对于学习者来说,不错-Ant colony algorithm matlab implementation process, easy to understand, for a student perspective, it is true
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5582
    • 提供者:nong
  1. Genetic_ACO

    0下载:
  2. 蚁群算法和遗传算法解决TSP问题,C++编写,可以改进应用于其他方面。-It is very useful for student who study ant algoritym optimization.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-02
    • 文件大小:81933
    • 提供者:刘杰
  1. Ant_clusting

    1下载:
  2. 蚁群聚类算法及其源码。是蚁群算法跟聚类算法的结合,启发式搜索社团结构。-Ant colony clustering algorithm and its source code. Ant colony algorithm with the clustering algorithm is a combination of heuristic search community structure.
  3. 所属分类:matlab

    • 发布日期:2015-04-23
    • 文件大小:2848
    • 提供者:刘长棕
  1. MATLABLibrary

    2下载:
  2. 我的matlab库.由于上次疏忽,上传的蚁群算法只是传了一个代码,忘了有几个小函数是在我的库中.由于时间久了我也忘了哪个函数。所以有需要的各位请直接下载这个库.-My matlab library
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:112435
    • 提供者:batilei
  1. AntAlgorithm

    0下载:
  2. 一个蚁群算法求解邮递员路由问题(TSP)具体实现,本人在传统蚁群算法基础上进行改进,达到较高的效率-An ant colony algorithm for routing problem postman (TSP) concrete implementation, I am in the traditional ant colony algorithm based on the improvements to achieve higher efficiency
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:292311
    • 提供者:wangrenbiao
  1. SmartAnt

    1下载:
  2. 蚁群算法(又称蚂蚁算法,ACO)的演示。我的人工智能实验课大作业。-Ant colony optimization algorithm demonstration.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:47800
    • 提供者:张旭初
  1. myTSP

    0下载:
  2. 关于TSP问题的蚁群算法,加入局部更新和基于最大信息熵的优化,并有美观的显示界面,是关于蚁群算法很好学习模板,可以作为算法模块加入到你自己的程序中.-On the ant colony algorithm for TSP problem by adding partial update and optimization based on maximum entropy, and a beautiful display interface, a very good study on the ant
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-13
    • 文件大小:3558678
    • 提供者:chenshu
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com