CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - robot genetic algorithm

搜索资源列表

  1. robot_motion_planning

    0下载:
  2. This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum pre-define
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1364992
    • 提供者:guigui
  1. GA

    3下载:
  2. 这个一个遗传算法的实例,可以解决机器人轨迹规划的问题-This example of a genetic algorithm, can solve the problem of robot path planning
  3. 所属分类:matlab

    • 发布日期:2015-04-21
    • 文件大小:40972
    • 提供者:kevin
  1. Geneticalgorithmpathplanningsimulationprogram

    3下载:
  2. 遗传算法路径规划仿真,运用遗传算法仿真机器人路径规划问题,属于静态规划-Genetic algorithm path planning simulation, using genetic algorithms simulation robot path planning problem, belongs to the static planning
  3. 所属分类:matlab

    • 发布日期:2015-08-23
    • 文件大小:4248
    • 提供者:yangjin
  1. robot

    1下载:
  2. 改进的免疫遗传算法在多机器人协作中的应用-Immune genetic algorithm improved collaboration in the application of multi-robot
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:283186
    • 提供者:qu
  1. bp

    2下载:
  2. 将遗传算法的改进协同进化遗传算法应用于机器人路径的规划中-Improved genetic algorithm co-evolution genetic algorithm in robot path planning
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1231
    • 提供者:liujinying
  1. robotGA

    1下载:
  2. 机器人遗传算法,可以算出6自由度机器手的逆解,比传统方法快-Robots genetic algorithm, can calculate the inverse of 6-DOF robot solutions faster than traditional methods
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:34356
    • 提供者:姜立
  1. New-Fuzzy-nNetwork-design-using-Genetic-Algorithm

    0下载:
  2. In this paper a Conventional PD Controller and Fuzzy Neural Controller for trajectory tracking of mobile robot platform is presented. Using computed torque method is given input- torque on mobile robot wheels. The locomotion control structure is
  3. 所属分类:matlab

  1. SingleBOT

    1下载:
  2. 基于改进的遗传算法的matlab机器人最优路径选择-Select the improved genetic algorithm based on the optimal path matlab robot
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:11325
    • 提供者:孙跃
  1. dastebandi

    1下载:
  2. Design a feedforward network is u dehaze algorithms review path planning using GA and ACO... The neural network adaboost stron TS neural network m files, fast c bp neural network, written with C Bayes net and memory based learni
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:90765
    • 提供者:mohsen
  1. estekhraj-vijegi

    1下载:
  2. Design a feedforward network is u dehaze algorithms review path planning using GA and ACO... The neural network adaboost stron TS neural network m files, fast c bp neural network, written with C Bayes net and memory based learni
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:13821
    • 提供者:mohsen
  1. matlab-path-planning

    0下载:
  2. 机器人路径规划遗传算法matlab仿真源代码-Robot path planning simulation matlab genetic algorithm source code
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:8238
    • 提供者:zhengyang
  1. GA_Path_Planning

    0下载:
  2. 使用遗传算法(genetic algorithm)进行路径规划,得出移动机器人的最优运动路径,,欢迎大家下载,并互相交流,共同学习,共同进步-path planning based genetic algorithm(GA) can get the optimal path of mobile robot
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:67689
    • 提供者:ljw
  1. robot

    0下载:
  2. 基于遗传算法Genetic algorithm 的机器人路径规划C++源码-Genetic algorithm based on the robot path planning C++ source code
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:418154
    • 提供者:邹宜然
  1. 11

    2下载:
  2. 基于改进遗传算法的机器人路径规划,主要从P1到达Pn点,越过中间的障碍物-Robot Path Planning Based on Improved Genetic Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:68608
    • 提供者:姜海诚
  1. 空间机器人动力学正逆解及遗传算法路径规划

    5下载:
  2. 1.求解机器人的正逆解 2.采用遗传算法对机器人进行路径规划(1. positive and inverse solutions for solving robot 2. genetic algorithm for robot path planning)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-10
    • 文件大小:12288
    • 提供者:Mrone123
  1. GAforPathPlaning

    3下载:
  2. 采用栅格对机器人的工作空间进行划分,再利用优化算法对机器人路径优化,是采用智能算法求最优路径的一个经典问题。目前,采用蚁群算法在栅格地图上进行路径优化取得比较好的效果,而利用遗传算法在栅格地图上进行路径优化在算法显得更加难以实现。 利用遗传算法处理栅格地图的机器人路径规划的难点主要包括:1保证路径不间断,2保证路径不穿过障碍。 用遗传算法解决优化问题时的步骤是固定的,就是种群初始化,选择,交叉,变异,适应度计算这样,那么下面我就说一下遗传算法求栅格地图中机器人路径规划在每个步骤的问题
  3. 所属分类:matlab例程

    • 发布日期:2019-06-05
    • 文件大小:5120
    • 提供者:adkuhd8wy
  1. matlab code

    8下载:
  2. 机器人避障航路规划蚁群算法MATLAB仿真代码合集,里面有17个关于机器人自动避障的算法,和无人机航路规划代码,还有蚁群遗传因子算法的具体MATLAB仿真代码,A*算法,RTT算法等很适合做数学建模比赛使用。(There are 17 algorithms of robot automatic obstacle avoidance, UAV route planning code, and the specific matlab simulation code of ant colony gen
  3. 所属分类:matlab例程

    • 发布日期:2020-08-24
    • 文件大小:38912
    • 提供者:aylife
搜珍网 www.dssz.com