登录
首页 » matlab » ACO

ACO

于 2020-05-26 发布
0 220
下载积分: 1 下载次数: 5

代码说明:

说明:  蚁群算法是模拟蚁群觅食行为的一种优化算法。在整个觅食过程中蚂蚁散播信息素,蚂蚁通过感知到的信息素多少,来决定所要选择的下一个栅格。蚁群算法的核心部分在于模拟了蚁群的转移概率选择行为,通过使用信息素和启发式函数值进行转移概率计算。粒子群算法可以用于机器人运动轨迹规划,求得最短路径(Ant colony algorithm is an optimization algorithm to simulate foraging behavior of ant colony.The ant disperses pheromones throughout the foraging process. The ant senses how many pheromones it has to choose the next grid.The core part of ant colony algorithm is to simulate the transfer probability selection behavior of ant colony and calculate the transfer probability by using pheromones and heuristic function values.Particle swarm optimization (pso) can be used for robot trajectory planning to obtain the shortest path)

文件列表:

ACO.m, 6521 , 2020-05-26

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

发表评论

0 个回复

  • wind-power-generation-system
    说明:  有关风力发电系统的文章,包含发电机的设计,整流逆变电路等等(Articles on wind power generation system, including the design of the generator, rectifier inverter circuit, etc.)
    2011-02-18 17:42:50下载
    积分:1
  • GUI
    重叠相加法及重叠保留法的matlab实现(Overlap-add method and overlap retained law matlab achieve)
    2012-08-30 12:03:19下载
    积分:1
  • MM1
    解决M/M/1排队论问题,服务时间服从指数分布,队列为泊松流。系统输出为每个个体的到达时间,离开时间,等待时间,逗留时间(M/M/1 queuing theory to solve the problem, the service time is exponentially distributed, the queue is Poisson. System output for each individual arrival time, departure time, waiting time, length of stay)
    2013-12-29 16:06:32下载
    积分:1
  • C++Builder_with_Matlab7_1
    C++Builder与Matlab7_1混合编程环境设置.(C++ Builder programming environment with mixed Matlab7_1 settings.)
    2008-08-02 11:46:50下载
    积分:1
  • gafmax
    % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 % Trace----------最佳染色体所对应的目标函数值 % FUN------------目标函数 % LB-------------自变量下限 % UB-------------自变量上限 % eranum---------种群的代数,取100--1000(默认1000) % popsize--------每一代种群的规模;此可取50--100(默认50) % pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8) % pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1) % options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)( [BestPop, Trace] = fmaxga (FUN, LB, UB, eranum, popsize, pcross, pmutation) Finds a maximum of a function of several variables. Fmaxga solves problems of the form: max F (X) subject to : LB <= X <= UB BestPop-------- optimal chromosome groups is the best group Trace---------- chromosome corresponding to the best objective function value FUN------------ objective function LB------------- variable lower limit since the UB------------- variable upper limit eranum--------- populations algebra, take 100- 1000 (default 1000) popsize-------- population size of each generation this desirable 50- 100 (default 50) pcross--------- crossover probability, the probability of a general check 0.5- 0.85 between the better (default 0.8) pmutation------ mutation probability, the probability of 0.05 general admission better about-0.2 (default 0.1) options-------- 1 × 2 matrix, options (1) = 0 binary code (default 0), option (1) ~ = 0 decimal coding, option (2 ) set accuracy (default 1e-4))
    2006-10-18 16:07:48下载
    积分:1
  • msim
    matlab仿真模拟退火算法的简单搜索过程,随机数用数组实现(Matlab simulation annealing simple search process, with a few random arrays to achieve)
    2007-03-27 10:51:02下载
    积分:1
  • image-blur
    A basic matlab code for image blurring this code can be used to blur the given image and the blurred image can be used for comparing restoration algorithms
    2013-01-13 16:12:53下载
    积分:1
  • MIMO_ALLOCTION
    该文档描述了MIMO-OFDM系统中关于资源分配算法的具体仿真方法,对于初学者有很大作用。(This document describes the specific MIMO-OFDM system simulation method for resource allocation algorithm plays a significant role for beginners .)
    2014-02-22 20:16:59下载
    积分:1
  • MATLAB4PSKGUI
    用MATLAB模拟仿真数字调制4PSK求误码率,误信率并配有GUI(MATLAB simulation with digital modulation 4PSK seek error rate, error rate and is equipped with GUI letter)
    2009-09-13 11:59:58下载
    积分:1
  • PCMclusteringforMATLAB
    FCM聚类算法的MATLAB实现,还有一些聚类算法的matlab其他实现方法。(FCM clustering algorithm of MATLAB realize, there are some clustering algorithm matlab realize other methods.)
    2008-03-26 14:09:35下载
    积分:1
  • 696516资源总数
  • 106450会员总数
  • 5今日下载