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

搜索资源列表

  1. 基于遗传算法的多移动机器人协调路径规划

    1下载:
  2. 基于遗传算法的多移动机器人协调路径规划,这是国内的专家篆写的文章。我觉得写得不错,推荐给大家看看。-based on genetic algorithms more mobile robot path planning coordination, which is the domestic experts Fragrance write articles. I think well-written and recommend it to see.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:122099
    • 提供者:石锋
  1. 机器人路径规划 遗传算法

    3下载:
  2. 用遗传算法做的一个机器人路径规划,在机器人实验平台上已经测试过的,好使的。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 机器人路径规划-遗传算法

    8下载:
  2. 遗传算法解决避障机器人路径规划 程序运行环境 Windows XP , Pentium4.3.0 CPU 2.93GHz , 512MB , Matlab 6.5
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-01-10
    • 文件大小:18043
    • 提供者:112211q
  1. 遗传算法的机器人路径规划

    1下载:
  2. 遗传算法和Hopfield网络的机器人路径规划两种算法,都有了
  3. 所属分类:数值算法/人工智能

    • 发布日期:2011-05-17
    • 文件大小:6462
    • 提供者:t330481@163.com
  1. gatbx.Matlab遗传算法工具箱源码

    0下载:
  2. Matlab遗传算法工具箱源码,添加路径后可直接调用遗传算法函数,Matlab GA Tools source code
  3. 所属分类:matlab例程

    • 发布日期:2017-03-24
    • 文件大小:681686
    • 提供者:袁安峰
  1. ycsf_zdlj.rar

    0下载:
  2. 基于遗传算法的最短路径计算 程序简洁 速度很快 界面不是很完善,Based on genetic algorithms calculate the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:239959
    • 提供者:mingming
  1. GeneticAlgorithm

    2下载:
  2. 一个遗传算法求解两点最短路径问题的具体实现,采用C++编写,经测试当求解路径较复杂时,其算法执行效率高于dijstra算法-A genetic algorithm for two concrete realization of the shortest path problem, using C++ written in the path have been tested when solving more complex, its algorithm is more efficient tha
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-08-07
    • 文件大小:466125
    • 提供者:wangrenbiao
  1. 33

    0下载:
  2. 有界面的遗传算法程序 最小路径的运输路线选择。总体而言很不错的-A genetic algorithm program interface minimum path choice of transport routes. Overall, very good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:72139
    • 提供者:vera zhang
  1. tsp

    0下载:
  2. 用遗传算法解决最短路径优化TSP 问题(附matlab源程序.txt)-The solvelution of the shortest path optimization problem TSP by using genetic algorithms (matlab source. Txt)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:3810
    • 提供者:zyh
  1. robot2

    1下载:
  2. 机器人路径规划,运用的是遗传算法,在试验平台上已经验证过。-Robot path planning, using the genetic algorithm, the test platform has been verified.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1958713
    • 提供者:玉林
  1. Genetic-Algorithm-for-Path-Planning-

    0下载:
  2. 遗传算法用于路径规划,利用遗传算法进行机器人路径规划-Genetic Algorithm for Path Planning
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:137863
    • 提供者:jack
  1. GA

    1下载:
  2. 利用GA遗传算法进行动态路径规划,完成最优轨迹的生成,适合新手入门学习。(Using GA genetic algorithm for dynamic path planning, the completion of the optimal trajectory generation, suitable for beginners to learn.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:smile2816
  1. 谢菲尔德遗传工具箱

    0下载:
  2. 遗传算法开发工具箱,适应于一切matlab版本,优化rep,直接解压设置路径(Genetic algorithm development toolbox, which directly unzip the setting path)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:238592
    • 提供者:marec
  1. 遗传算法VRP

    5下载:
  2. 本资料解决带有时间窗的车辆路径问题,希望与大家进行分享与交流。(The problem of vehicle routing with time windows is solved.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:lxpshidameinv
  1. 算法

    1下载:
  2. floyd算法又称为插点法,是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法,模拟退火算法是局部最优解能概率性地跳出并最终趋于全局最优,遗传算法是一种通过模拟自然进化过程搜索最优解的方法。(The Floyd algorithm is also known as the insertion point method, which is a multi weighted graph using the idea of dynamic programming for the giv
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:108544
    • 提供者:咯吧嘞
  1. MATLAB智能算法30个案例分析 源代码

    0下载:
  2. 遗传算法的路径优化问题简单案例教程,及智能算法相关30个案例(A simple case course for path optimization of genetic algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:4575232
    • 提供者:学习小渣渣
  1. 22蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 这是完整的基于MATLAB的遗传算法的程序,是关于旅行商问题的求解(This is a complete procedure of genetic algorithm based on MATLAB, which is about solving traveling salesman problem.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:晗宝宝
  1. path-master

    0下载:
  2. 实现了基于遗传算法的航路规划,单无人机路径规划(path planning genetic alg)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-11-14
    • 文件大小:6605
    • 提供者:Jpycj
  1. 遗传

    1下载:
  2. 求解最优路径的MATLAB遗传算法,求解无人机在100个城市之间的最优路径(MATLAB genetic algorithm for solving optimal path)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-23
    • 文件大小:1024
    • 提供者:heiwang5
  1. 遗传算法求解VRP问题.gz

    2下载:
  2. 为了达到提升公路运输的效益,降低货运成本的目的,我们提出带时间窗的基于货物运输共享的路径优化模型(In order to improve the efficiency of highway transportation and reduce the freight cost, we propose a path optimization model based on cargo transportation sharing with time window)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-01
    • 文件大小:8192
    • 提供者:huahua-baby
« 1 23 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com