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

搜索资源列表

  1. yiqunsuanfa

    0下载:
  2. 在matlab环境下用人工智能算法--蚁群算法求TSP问题的matlab程序-In the matlab environment using artificial intelligence algorithm- ant colony algorithm for TSP problem matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:4087
    • 提供者:一顺
  1. func_ant_colony_image_edge_detection

    1下载:
  2. 用蚁群算法做图像边缘检测,过程中采用四种核函数用来做分割,最后产生不同结果用来比较。-Using ant colony algorithm to do image edge detection, the course of four kernel function used for partitioning, and finally used to compare different results.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3821
    • 提供者:mao xin yan
  1. pso_NEW_1

    1下载:
  2. 运用多目标蚁群算法求解旅行商问题,很好的一个程序。-The use of multi-objective Ant Colony Algorithm for Solving Traveling Salesman Problem, a good one.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2306
    • 提供者:刘洋
  1. ant_colony_optimization.tar

    1下载:
  2. 蚁群算法学习包,其中包括最全的发表在中外核心期刊的有关蚁群算法的Paper和研究发展。-Ant colony algorithm learning package, which includes most of the core were published in foreign journals on ant colony algorithm and Paper Research and Development.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-17
    • 文件大小:26211538
    • 提供者:liu
  1. ACA

    0下载:
  2. 蚁群算法代码,调试后已实现,希望与对此算法感兴趣的朋友共享-Ant colony algorithm code, debugging has been achieved, look forward to working with this algorithm are interested in sharing a friend
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2200
    • 提供者:佳佳
  1. yiquansuafa

    0下载:
  2. 有关蚁群算法的matlab源码,共有十二个源代码文件,希望对大家有所帮助-On the ant colony algorithm matlab source, a total of 12 source code files, I hope all of you to help
  3. 所属分类:matlab

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

    0下载:
  2. 一种可运行的最优路径蚁群算法,可以用于机器人路径寻优等方向-An optimal path running ant colony algorithm, robot path can be used to find the direction of Excellence
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1714
    • 提供者:bigzzg
  1. AntColonyAlgorithmMatlabSource

    0下载:
  2. 蚁群算法的matlab源码,对matlab初学者有一定帮助,对了解蚁群算法也有易处-Ant colony algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1728
    • 提供者:林华
  1. ant_plane

    7下载:
  2. 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:11067
    • 提供者:batilei
  1. ACA

    0下载:
  2. matlab 写的蚁群算法,用于计算tsp问题,感觉效果不错的。-matlab aca for tsp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2126
    • 提供者:祁彬彬
  1. Ant-Circle

    0下载:
  2. 经典的蚁群算法蚁周模型的实现,论文:《Distributed Optimization by Ant Colonies》-ant colony system, ant circle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:156233
    • 提供者:nxliliang
  1. matlab12

    0下载:
  2. 蚁群算法的matlab源码,写在word里,请大家分享。-Ant colony algorithm matlab source code, written on the word, please share with you all.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6560
    • 提供者:王阵雨
  1. Antcolonyalgorithm

    0下载:
  2. 蚁群算法用于TSP问题的matlab程序源代码-Ant colony algorithm for TSP problem of matlab source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:3037
    • 提供者:陈丹丹
  1. ACO-TSP

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

    • 发布日期:2017-04-01
    • 文件大小:74112
    • 提供者:波波
  1. antColonyAlgorith1.4

    0下载:
  2. 双蚁群算法实现机器人路径规划,采用面向对象的方法编写,蚂蚁数量和起始点可以设置,障碍率可以设置,障碍可以自动生成也可以手工使用鼠标设置。 已发表相关论文。 有兴趣的朋友可以检索“孙纯哲 凹形障碍全局路径规划的双蚁群完全交叉算法”-Ant colony algorithm to achieve dual-robot path planning, object-oriented method to prepare, ants can set the number and the starti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:241247
    • 提供者:sunchunzhe
  1. ACATSP

    0下载:
  2. 蚁群算法解决旅行商问题,matlab源码-Ant colony algorithm to solve traveling salesman problem, matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2072
    • 提供者:阿陶
  1. ACO

    0下载:
  2. 帮助大家认识蚁群算法 附上典型TSP的dat文件供大家测试-Ant colony algorithm to help you understand the typical TSP attached dat file for all the test
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:3204
    • 提供者:李伟
  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. ACTSP

    0下载:
  2. 实现了蚁群算法求解TSP问题。注释详细 function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) ------------------------------------------------------------------------- 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max最大迭代次数 m蚂蚁个数
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1863
    • 提供者:王晶
  1. AntColonyAlgorithmForMatlab

    0下载:
  2. 蚁群算法在最短路中的matlab代码 用于机器人路径规划-Ant colony algorithm in the matlab code in short-circuit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:5711
    • 提供者:yueliangzhu
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 49 »
搜珍网 www.dssz.com