登录
首页 » MATLAB » 路径规划人工鱼群算法

路径规划人工鱼群算法

于 2021-05-07 发布
0 460
下载积分: 1 下载次数: 10

代码说明:

对于传统人工鱼群算法,在栅格环境中的优化.本程序优化,为了解决传统算法,每次执行都选取最优解的行为,从而因为栅格障碍,使得局部最优解,干扰全局最优解,导致路径规划不合理主要处理方式为,去除传统算法每一步都选取最优解的行为,当存在鱼群找到目标点时,就记录下找到目标点的鱼群轨迹,形成路径规划的可行解

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 相控阵天线方向图的不同画法3(Beam_F2.m)
    相控阵天线方向图的不同画法3(Beam_F2.m)
    2021-05-06下载
    积分:1
  • 递归最小二乘法.mdl
    递归最小二乘法.mdl
    2021-05-06下载
    积分:1
  • 聚类和分类算法代码
    【实例简介】
    2021-09-28 00:30:53下载
    积分:1
  • Matlab使用Xilinx FPGA系统生成器system generator实现数字调制仿真
    Matlab使用Xilinx FPGA系统生成器system generator实现数字调制仿真(ASK, BPSK, FSK, OOK, QPSK)
    2019-05-24下载
    积分:1
  • 于蚁群算法的最短路径优化
    【实例简介】基于蚁群算法的最短路径优化
    2021-05-18 10:32:46下载
    积分:1
  • 先进PID控制MATLAB仿真程序实例第四版
    先进PID控制MATLAB仿真程序实例第四版
    2020-06-05下载
    积分:1
  • IMM-SUMULATION(交互式多模型算法)
    IMM-交互式多模型算法imm-simulationCV, CT, CA IMM model data generation 
    2020-12-03下载
    积分:1
  • vector fitting(适量拟合)
    适量拟合代码 
    2020-06-15下载
    积分:1
  • 信号分解CEEMDAN算法(ceemdan.m)
    function [modes its]=ceemdan(x,Nstd,NR,MaxIter)% WARNING: for this code works it is necessary to include in the same%directoy the file emd.m developed by Rilling and Flandrin.%This file is available at %http://perso.ens-lyon.fr/patrick.flandrin/emd.html%We use the default stopping criterion.%We use the last modification: 3.2007% % This version was run on Matlab 7.10.0 (R2010a)%----------------------------------------------------------------------% INPUTs% x: signal to decompose% Nstd: noise standard deviation% NR: number of realizations% MaxIter: maximum number of sifting iterations allowed.%% OUTPUTs% modes: contain the obtained modes in a matrix with the rows being the modes % its: contain the sifting iterations needed for each mode for each realization (one row for each realization)% -------------------------------------------------------------------------% Syntax%% modes=ceemdan(x,Nstd,NR,MaxIter)% [modes its]=ceemdan(x,Nstd,NR,MaxIter)%%--------------------------------------------------------------------------% This algorithm was presented at ICASSP 2011, Prague, Czech Republic% Plese, if you use this code in your work, please cite the paper where the% algorithm was first presented.
    2021-05-06下载
    积分:1
  • 求最速、牛顿方向的matlab源码
    求最速、牛顿方向的matlab源码,定义函数、初始点,能够得到函数的梯度,海森矩阵,最速下降方向和牛顿方向。
    2020-12-03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载