标准微粒群算法 用Visual c实现的 希望大家能够有所用
上传时间: 2016-07-13
上传用户:bruce
一种改进的人工免疫算法
上传时间: 2014-03-04
上传用户:
VB环境下得粒子群优化算法 粒子群算法得发展是狠有前途得
上传时间: 2016-07-18
上传用户:jing911003
改进单亲遗传算法在TSP中的应用源码,内有详细中文注释。
上传时间: 2013-12-10
上传用户:dancnc
蚂蚁群算法用于旅行商问题,采用c++编写,付上数据。
上传时间: 2016-07-26
上传用户:bjgaofei
用C++编写的一个粒子群算法,供大家分享,希望能给你帮助。
上传时间: 2016-07-26
上传用户:libenshu01
智能蚂蚁算法演示软件源程序,很难得的宝贵资料 非常适合蚁群算法学习者
上传时间: 2016-08-01
上传用户:wlcaption
一种混沌粒子群算法源程序。并附带几个测试函数。非常实用!
上传时间: 2014-01-10
上传用户:TF2015
非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的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