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

搜索资源列表

  1. 001

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。-Ant colony algorithm (ant Colony optimization, ACO), also known as the ant algorithm is used to find the probability-based algorithm for optimal path in the graph.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2073
    • 提供者:何傻子
  1. VC

    1下载:
  2. 蚁群算法(ant colonyoptimization,ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型技术。它由MarcoDorigo于1992年在他的博士论文中引入,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。-Ant colony algorithm (ant colonyoptimization, ACO), also known as the ant algorithm is used to figure the probability of technology to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:29597
    • 提供者:白官军
  1. TSPPPSOPACOPHOPFIELD

    0下载:
  2. 分别用遗传算法 ,蚁群算法和hopfield算法实现的TSP算法,有界面,能把路径用不同颜色表示-TSP algorithm using genetic algorithm, ant colony algorithm and hopfield algorithm, interface, can path with different colors
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:9916
    • 提供者:苏苏
  1. The-maximum-minimum--

    0下载:
  2. 旅行商最短路径问题近似算法最大最小蚁群算法,使用vc2008版本-Maximum and minimum ant colony algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:298681
    • 提供者:星尘
  1. ant-colony-optimization

    0下载:
  2. matlab编写的蚁群算法,即在图中寻找优化路径的机率型算法,结合遗传算法进行了改进。-ant colony algorithm matlab prepared in the graph to find the probability-based algorithm for optimal path, combined with genetic algorithm is improved.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1969
    • 提供者:renxueshi
  1. VRP

    1下载:
  2. 该程序是用C++编写的蚁群算法程序,专门用来求解车辆路径问题(VRP)。-The program is in C++ ant colony algorithm written procedures, designed to solve the vehicle routing problem (VRP).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3085553
    • 提供者:chao
  1. ant-solution

    0下载:
  2. 寻找最短路径的蚁群算法来源于蚂蚁寻食的行为.蚁群寻找食物时会派出一些蚂蚁分头在四周游荡, 如果一只蚂蚁找到食物, 它就返回巢中通知同伴并沿途留... -Ant colony algorithm for finding the shortest path from ant foraging behavior. Ant colony to find food, will send some of the ants separately wandering around an ant finds
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:5369
    • 提供者:马文强
  1. VVRPe

    1下载:
  2. 车辆路径问题的蚁群算法VRPP-2opt-vrp -Ant colony algorithm for vehicle routing problem VRPP-2opt-vrp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2356
    • 提供者:recruitparade
  1. ACASP

    0下载:
  2. 蚁群算法动态寻路算法 输入参数列表 G 地形图为01矩阵,如果为1表示障碍物 Tau 初始信息素矩阵(认为前面的觅食活动中有残留的信息素) K 迭代次数(指蚂蚁出动多少波) M 蚂蚁个数(每一波蚂蚁有多少个) S 起始点(最短路径的起始点) E 终止点(最短路径的目的点)-Ant colony algorithm for dynamic pathfinding algorithm input parameter list G topographic ma
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2425
    • 提供者:王志兵
  1. antc

    0下载:
  2. 一个蚁群算法的例子,用于求解车辆路径问题-Examples of an ant colony algorithm for solving the vehicle routing problem
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3541
    • 提供者:罗韬
  1. yiqunsuanfa

    0下载:
  2. 这是蚁群算法,自己写的,希望能用,用来计算最有路径的-Ant Colony Algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2420
    • 提供者:ljb
  1. matlab-ants-produre

    0下载:
  2. matlab 蚁群算法,用于计算遍历所有节点的最优路径,学生弄的,大家莫喷-matlab ant colony algorithm for calculating the optimal path to traverse all nodes, the students get, Mo spray. . .
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:2128
    • 提供者:姜昆武
  1. Ant-colony-algorithm-based-on-MATLAB

    0下载:
  2. 通过matlab仿真和验证蚁群算法在PCB板检测时路径的优化问题。附带蚁群算法代码以及仿真结果。-Through MATLAB simulation and validation of ant colony algorithm in PCB plate detection route optimization problem.thisfile include ant colony algorithm codes and simulation results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:112759
    • 提供者:姜伟
  1. ant

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。-The ant colony algorithm (ant colony optimization, ACO), also known as ant algorithm the the probability type algorithm is a method for finding the optimal path in the graph.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-21
    • 文件大小:18781
    • 提供者:xx
  1. ant

    0下载:
  2. 蚁群算法的matlab实例源代码。基于蚁群算法的路径规划-Ant Colony Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:1945
    • 提供者:harry potter
  1. 123

    0下载:
  2. 基于AE的蚁群算法最短路径。C#-Shortest Path
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:294492
    • 提供者:lqq
  1. tsp

    0下载:
  2. 使用Dijkstra进行初步路径规划,然后使用蚁群算法实现路径规划问题-Ant colony algorithm path planning problem
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:5820
    • 提供者:肖作林
  1. antinface

    0下载:
  2. 在基本蚁群算法基础上,进行优化改进,实现最短路径搜寻-Optimized to improve the basic ant colony algorithm based on shortest path search
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:5675
    • 提供者:雷垒
  1. tinyos-antbasic-algorithm

    0下载:
  2. tinyos 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质.针对PID控制器参数优化设计问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比较,数值仿真结果表明,蚁群算法具有一种新的模拟进化优化方法的有效性和应用价值-The tinyos
  3. 所属分类:Linux Network

    • 发布日期:2014-06-03
    • 文件大小:495616
    • 提供者:Sofunzhao
  1. ACA_robot_path

    0下载:
  2. 基于蚁群算法的机器人路径规划matlab代码-Robot path planning based on ant colony algorithm matlab code
  3. 所属分类:AI-NN-PR

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