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

搜索资源列表

  1. yolony

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

    • 发布日期:2017-12-28
    • 文件大小:36864
    • 提供者:thxead
  1. 《MATLAB 神经网络30个案例分析》程序和数据

    1下载:
  2. MATLAB代码,蚁群算法采用matlab开发的仿真平台:算法实现,路径显示,人机交互控制等(MATLAB code,Ant colony algorithm using matlab simulation platform developed: algorithm, path shows that human-computer interaction control)
  3. 所属分类:其他

  1. D_yiqunmain

    0下载:
  2. 用来寻找优化路径的概率型算法蚁群算法,解决源点到所有结点最短路径计算的问题(Ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:chilamchen
  1. Ant Colony Algorithm

    0下载:
  2. 基于蚁群算法的机器人路径规划,使用网格离散化的方法对带有障碍物的环境建模,使用邻接矩阵存储该环境,使得问题转化为蚁群算法寻找最短路径。(Based on the ant colony algorithm, the path of the robot with the obstacle is modeled by the method of grid discretization, and the environment is stored by the adjacency matrix, so
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-30
    • 文件大小:40960
    • 提供者:三叶半夏
  1. 2D Ant Colony Algorithm

    0下载:
  2. 用MATLAB将二维蚁群算法编程并仿真出机器人的路径规划得出最短路径(Using MATLAB to program the two-dimensional ant colony algorithm and simulate the path of the robot to draw the shortest path)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:12288
    • 提供者:三叶半夏
  1. yiqunerweilujing

    0下载:
  2. 《Matlab智能算法30个案例分析》基于蚁群算法的二维路径规划算法(Two dimensional path planning algorithm based on ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:maoxiongwang
  1. yiqunsanweilujing

    1下载:
  2. 《Matlab智能算法30个案例分析》基于蚁群算法的三维路径规划算法(Three dimensional path planning algorithm based on ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:6144
    • 提供者:maoxiongwang
  1. 706344

    0下载:
  2. 基于蚁群算法的WSN 移动信标路径获取研究 根据ROI( Region of Interest) 面积给出了等距三重优化覆盖()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:385024
    • 提供者:elhshbs
  1. 8274273

    0下载:
  2. 应用matlab解决tsp问题,通过蚁群算法和最短路径算法实现()
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:13312
    • 提供者:Colstance
  1. pewdynamiarrow

    0下载:
  2. 用VB实现的蚁群算法,提供了多个经典的TSP路径()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:49152
    • 提供者:uugene
  1. pritcxple

    0下载:
  2. 蚁群算法解决车辆最优路径问题,供大家学习交流用了!这个是很不错的代码,功能齐全!()
  3. 所属分类:图形图象

    • 发布日期:2018-01-11
    • 文件大小:100352
    • 提供者:breyke
  1. vrp

    1下载:
  2. 应用蚁群算法,求解路径规划、路径选择、最优路径的VRP等问题。(Ant colony algorithm to solve VRP problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:Grace-M
  1. 基于蚁群算法的三维路径规划算法

    0下载:
  2. Ant Colony Optimization11
  3. 所属分类:文章/文档

    • 发布日期:2018-04-21
    • 文件大小:6144
    • 提供者:tobie
  1. 262325

    0下载:
  2. 蚁群算法解决车辆最优路径问题,供大家学习交流用了!这个是很不错的代码,功能齐全!()
  3. 所属分类:图形图象

    • 发布日期:2018-04-21
    • 文件大小:100352
    • 提供者:lrrberv
  1. 基于蚁群算法的二维路径规划算法

    0下载:
  2. 而一个种群则由经过基因(gene)编码的一定数目的个体(individual)组成。每个个体实际上是染色体(chromosome)带有特征的实体。染色体作为遗传物质的主要载体,即多个基因的集合,其内部表现(即基因型)是某种基因组合,它决定了个体的形状的外部表现,如黑头发的特征是由染色体中控制这一特征的某种基因组合决定的。(A population consists of a certain number of individuals encoded by a gene. Each individ
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:3072
    • 提供者:鲁小胖1
  1. 避障

    0下载:
  2. 采用粒子群算法解决tsp问题,其中避障部分采用蚁群算法,找出每两个城市之间的避障路径 空间:三维(The particle swarm optimization (PSO) algorithm is used to solve the TSP problem, in which the obstacle avoidance part uses ant colony algorithm to find out the obstacle avoidance path between every t
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:2220032
    • 提供者:lulu@tingting
  1. CRXAHQ773

    0下载:
  2. 应用matlab解决tsp问题,通过蚁群算法和最短路径算法实现()
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:13312
    • 提供者:Ewaard
  1. xsyry

    0下载:
  2. 用VB实现的蚁群算法,提供了多个经典的TSP路径()
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-01
    • 文件大小:55296
    • 提供者:Terxence
  1. ACS

    2下载:
  2. 最大最小蚁群算法寻优优化,对路径的距离进行优化。(The algorithm optimizes and optimizes the maximum and minimum ant colony algorithm, and optimizes the distance of the path.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-05
    • 文件大小:3072
    • 提供者:绉乐乐
  1. vrp

    1下载:
  2. 假设在一个供求关系系统中,车辆从货源取货,配送到对应的若干配送点。车辆存在最大载货量,且配送可能有时间限制。需要合理安排取货时间,组织适当的行车路线,使用户需求得到满足,同时使某个代价函数最小,比如总工作时间最少、路径最短等。 可以看出TSP问题是VRP问题的一种简单特殊形式。因此,VRP也是一种NP hard 问题。 目前解决此种问题的办法有多种,主要以启发式算法为主。包括退火算法、遗传算法、蚁群算法、禁忌算法等,本文介绍两种比较简单算法:C-W节约算法和遗传算法。(Assume that
  3. 所属分类:matlab例程

    • 发布日期:2019-10-19
    • 文件大小:4096
    • 提供者:HappyppaH
« 1 2 ... 21 22 23 24 25 2627 »
搜珍网 www.dssz.com