CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 群 路径

搜索资源列表

  1. ACO_Knight_3

    2下载:
  2. 三维广义骑士巡游问题的蚁群算法的程序,能够很好的生成骑士巡游路径
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.12kb
    • 提供者:姜德雷
  1. antscolony

    0下载:
  2. 一群算法求解多路径难题算法,觉得还可以特此分享-A group of multi-path problem algorithm algorithm, that can be shared hereby
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5kb
    • 提供者:hou
  1. ant-colony-algorithm-

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法-ant colony algorithm : survey and prospect
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3.6kb
    • 提供者:juanjuan0724
  1. MOPSOwang

    0下载:
  2. 关于模糊车辆路径问题的多目标粒子群算法,里面有作者提出的实数编码方式,在经典的MOPSO基础上完成的。模糊包括模糊需求、模糊旅行时间和模糊服务时间多重模糊特性。-Fuzzy vehicle routing problem with multi-objective particle swarm algorithm, which has the real number encoding, proposed by the authors in classic MOPSO based on. Fuzzy
  3. 所属分类:Algorithm

    • 发布日期:2016-09-14
    • 文件大小:216kb
    • 提供者:张波
  1. Ant-Algorithm--CPP

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

    • 发布日期:2014-03-11
    • 文件大小:29.52kb
    • 提供者:张俊丰
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法优化计算。多个路径中选择最优路径,来确定最优计算顺序-Ant colony optimization algorithm. Multiple paths, select the optimal path to determine the optimal calculation sequence
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:1.51kb
    • 提供者:詹东文
  1. ant

    0下载:
  2. 蚁群算法是经典的优化智能算法,能找到的最短路径。-The ant colony optimization algorithm is the classic intelligent algorithm can find the shortest path.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:1.51kb
    • 提供者:张勇
  1. ant_tsp

    0下载:
  2. 蚁群算法解决tsp问题,输出目前为止找到的最优路径的长度和运算结果-Ant colony algorithm to solve TSP problem, the length of the output so far to find the optimal path and operation result
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.35kb
    • 提供者:殷燃
  1. Dijkstra-algorithm

    0下载:
  2. Dijkstra算法用于求解包含必经点K短路径问题,算法采用分段拼接逐一替换方式求解,是求解必经点K短路径问题的精确求解算法,用于和群智能算法进行对比。该算法时间复杂度为阶乘级别,耗时较长。算法内建了26个节点和80节点两个网络拓扑用于监测算法性能。-Dijkstra Algorithm for Designated point K shortest path Problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1.44mb
    • 提供者:王二
  1. MOACO

    2下载:
  2. 多目标蚁群算法,蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。-MOACO,Multi-objective ant colony algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:kurt
  1. wurenjiguiji

    2下载:
  2. 基于蚁群算法的无人机航迹规划,航迹规划是无人机的关键智能技术,在地理环境信息已知的条件下,如何综合考虑威胁和油耗,给出一条最优的自动航行路径,是无人机航迹规划要解决的问题。-Unmanned aerial vehicle (uav) flight path planning based on ant colony algorithm, path planning is the key to the uav intelligence technology, under the condition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.08kb
    • 提供者:陈孝君
  1. pos

    2下载:
  2. 改进后的粒子群算法,可用于求解规划问题,路径问题和相关多目标组合优化问题-The improved particle swarm optimization (pso) algorithm, can be used to solve the planning problem, the routing problem and the relevant multi-objective combinatorial optimization problem
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:46.37kb
    • 提供者:小六
  1. gemdhrogrammingcode

    0下载:
  2. 机器人路径规划中的蚁群算法小程序自己编程的 不错的源码-Robot path planning in the ant colony algorithm is a small program good programming source code
  3. 所属分类:Algorithm

    • 发布日期:2017-12-16
    • 文件大小:37kb
    • 提供者:Olbirn
  1. 35460349yiqun-tuxing

    0下载:
  2. 蚂蚁算法,路径寻优的一种算法,已经实现了运行。可以一试。(Ant algorithm, a path optimization algorithm, has been implemented. Yes, you can.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-24
    • 文件大小:1kb
    • 提供者:半樽酒
搜珍网 www.dssz.com