模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。
标签: 模拟
上传时间: 2016-01-21
上传用户:playboys0
大家好,这是一个基于粒子群优化算法的函数优化问题的MATLAB源码,希望能给大家提供帮助
标签: 家
上传时间: 2014-09-06
上传用户:pkkkkp
基于多线程机制的,利用Matlab编写,粒子群优化算法。目标变量采用归一化处理,适用于所有的优化函数。优化函数自定义为fitness(x)。
上传时间: 2013-12-30
上传用户:banyou
这是多目标进化算法包,这个集成包包含了近期的流行的,常用的多目标进化算法,包括NSGA2,SPEA2,PEAS2,以及多目标粒子群算法,另外还集成了单目标进化算法。
上传时间: 2013-12-22
上传用户:gtf1207
一个简单的只需定义函数,参数范围即能求解的粒子群优化算法
上传时间: 2014-11-26
上传用户:coeus
POS算法,MATLAB的粒子群优化算法程序设计.
上传时间: 2016-07-31
上传用户:sy_jiadeyi
pos算法,MATLAB的粒子群优化算法程序设计
上传时间: 2016-07-31
上传用户:小草123
修改自wiley的书中的各种遗传算法(GA)matlab代码,还包括其他一些算法如粒子群优化,蚁群优化等,均已修改好用!
上传时间: 2013-12-21
上传用户:onewq
非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的matlab工具箱,讲了理论和应用给出了工具箱的下载地址。 Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions.
标签: 优化算法
上传时间: 2014-01-26
上传用户:zgu489
一个集合遗传算法,蚁群算法,粒子群算法的混合算法解决TSP问题的MATLAB程序
标签: 算法
上传时间: 2016-09-25
上传用户:zhangliming420