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

搜索资源列表

  1. PathPlanningofMobileRobot

    0下载:
  2. 基于粒子群算法的移动机器人路径规划,值得一看那-based PSO mobile robot path planning, it is worth looking at
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:147460
    • 提供者:邵巍
  1. pso

    0下载:
  2. 粒子群算法 使用该算法可以求解最短路径问题-PSo we can use this solving the VRP problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4978
    • 提供者:
  1. PSO

    0下载:
  2. 蚁群算法 用java语言编写的配送物品最优路径-Ant colony algorithm using java language Distribution optimal path items
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:3164
    • 提供者:小时
  1. pso-for-shenjingwangluo

    0下载:
  2. 神经网络蚁群算法,主要可用于搜索最优路径 即求某一个函数的最值问题-Neural Networks ant colony algorithm, can mainly be used to search for the optimal path that is seeking a particular function' s value problems
  3. 所属分类:Other systems

    • 发布日期:2017-11-04
    • 文件大小:3227
    • 提供者:leo mao
  1. pso

    3下载:
  2. 配送中心选址-路径的微粒群算法代码、包括粒子的编码、适应值计算、粒子更新-Distribution center location- the path of particle swarm algorithm code, including particle coding, adaptation values, the particle updates
  3. 所属分类:matlab

    • 发布日期:2015-12-26
    • 文件大小:16384
    • 提供者:布希奇
  1. pso-2wei

    1下载:
  2. 二维路径规划,蚁群算法实现,程序注释清楚详细,运行顺畅-Two-dimensional path planning, ant colony algorithm, clear and detailed program notes, running smoothly
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2053
    • 提供者:
  1. pso

    0下载:
  2. 粒子群算法计算最短路径方案 matlab 源码 -PSO algorithm to calculate the shortest path to the program matlab source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:11433
    • 提供者:wj
  1. PSO

    0下载:
  2. pso 算法 实现路径寻优 粒子动态效果运动-pso algorithm to find the path of dynamic effects superior particle motion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:12368
    • 提供者:沈佳仪
  1. pso

    2下载:
  2. 经典的粒子群优化算法,可用于路径规划中的寻优-pso suanfa
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1779
    • 提供者:李清照
  1. PSO-matlab

    0下载:
  2. PSO MATLAb 最短路径问题的程序源码,详细讲解,希望有帮助。-Program source shortest path problem, explain in detail, hoping to help.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:34619
    • 提供者:汤妍
  1. pso

    0下载:
  2. pso又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。本例是基于蚁群算法的三维路径规划算法,-The three dimensional path planning algorithm based on ant colony algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5615
    • 提供者:兰雨雁
  1. pso-path-plan

    2下载:
  2. 基于莱维飞行粒子群算法的点焊机器人路径规划-Spot welding robot Levy flight path planning based on particle swarm algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:26306
    • 提供者:路婷
  1. PSO-of-Robot-Path-planning

    3下载:
  2. PSO粒子群算法,用于机器人路径规划,有GUI界面,可随机产生障碍物-PSO Path planning ,using in robot system
  3. 所属分类:matlab

    • 发布日期:2017-04-19
    • 文件大小:124928
    • 提供者:
  1. PSO

    0下载:
  2. 基于matlab的蚁群算法,寻找路径,初学者可看看,本人课程设计调试出来的,可用-Based on ant colony algorithm matlab, find the path, beginners can see, curriculum design debugging out available
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:二先生
  1. PSO-TSP

    1下载:
  2. 利用粒子群优化算法求解100个城市的路径优化问题(Particle swarm optimization algorithm is used to solve the routing problem of 100 cities)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:SHSFforever
  1. 粒子群算法

    0下载:
  2. SO算法就是模拟一群鸟寻找食物的过程,每个鸟就是PSO中的粒子,也就是我们需要求解问题的可能解,这些鸟在寻找食物的过程中,不停改变自己在空中飞行的位置与速度。大家也可以观察一下,鸟群在寻找食物的过程中,开始鸟群比较分散,逐渐这些鸟就会聚成一群,这个群忽高忽低、忽左忽右,直到最后找到食物。这个过程我们转化为一个数学问题。寻找函数  y=1-cos(3*x)*exp(-x)的在[0,4]最大值。(SO algorithm is the simulation of a flock of birds f
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:栗平
  1. ypap115-path-planning

    1下载:
  2. 粒子群算法路径规划,可以直接运行,可以在此基础上继续改进嗯嗯嗯嗯(Particle swarm algorithm for path planning, can be directly run, can be the basis to continue to improve, huh)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:7168
    • 提供者:yan雨
  1. PathplanningUsingPSO

    2下载:
  2. 通过约束设计,采用元启发算法PSO来实现无人机路径规划,(Program of the UAV path planning)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-08-24
    • 文件大小:6144
    • 提供者:chaixuzhao
  1. 粒子群车辆路径

    1下载:
  2. 粒子群车辆路径规划,在二维环境下进行车辆的路径规划。(Particle swarm optimization (PSO) vehicle path planning is used for vehicle path planning in two-dimensional environment.)
  3. 所属分类:图形图像处理

    • 发布日期:2020-02-04
    • 文件大小:3072
    • 提供者:果儿2
  1. PSO_pathplanning

    1下载:
  2. 以PSO与三次样条插值结合的移动机器人路径规划算法,主函数为pso.m(Mobile robot path planning algorithm combining PSO and cubic spline interpolation, the main function is pso.m)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-30
    • 文件大小:16384
    • 提供者:深井冰01
« 1 23 4 »
搜珍网 www.dssz.com