非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的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
粒子群算法(PSO)源代码工具箱。该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好有关参数,即可自行优化。
上传时间: 2014-01-05
上传用户:fanboynet
微粒群算法电子图书,内附微粒群算法源程序。
上传时间: 2016-08-07
上传用户:qiao8960
粒子群算法PSO的C源码,可放在C环境中直接使用
上传时间: 2016-08-07
上传用户:zhenyushaw
一个很优秀的改进BP神经网络算法, 希望搞人工智能的朋友有用!
上传时间: 2016-08-09
上传用户:奇奇奔奔
最基本的粒子群算法实现的数据聚类,超简单,觉得对初学者有用
上传时间: 2016-08-12
上传用户:无聊来刷下
繁殖粒子群算法,内含测试函数,参数采用随着跌代的逐步进行而逐步变化的策略.
上传时间: 2016-08-24
上传用户:zhuoying119
用Eratosthenes筛选算法,在1000000中求质数,分别用了串行算法,改进的串行算法,并行算法(openmp)实现,比较了执行时间
标签: Eratosthenes 1000000 openmp 串行
上传时间: 2014-01-15
上传用户:xsnjzljj
量子粒子群算法 mathlab,专门使用量子理论来提高粒子群算法的效率,经实验表明,运算准确性和效率有很大提升
上传时间: 2013-12-26
上传用户:lili123
在理解粒子群算法(PSO)前提下,在VC++6.0开发环境下编写PSO程序。这对PSO的初学者加深PSO算法理解,对需要PSO作优化问题的可以在源码基础上加以修改,从而加速程序开发
上传时间: 2014-01-04
上传用户:as275944189