pso_clinton

所属分类:其他
开发工具:Visual C++
文件大小:15KB
下载次数:30
上传日期:2009-10-13 20:06:27
上 传 者clintonjiang
说明:  模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。
(a example of particle swarm optimization )

文件列表:
pso\pso.cpp (1344, 2003-07-08)
pso\pso.h (8308, 2003-07-08)
pso\vc_pso\pso.cpp (1344, 2003-07-08)
pso\vc_pso\pso.dsp (4558, 2003-07-08)
pso\vc_pso\pso.dsw (531, 2003-07-08)
pso\vc_pso\pso.h (8308, 2003-07-08)
pso\vc_pso\pso.ncb (50176, 2003-07-08)
pso\vc_pso\pso.opt (48640, 2003-07-08)
pso\vc_pso\pso.plg (1256, 2003-07-08)
pso\vc_pso\StdAfx.cpp (290, 2003-07-08)
pso\vc_pso\StdAfx.h (769, 2003-07-08)
pso\vc_pso (0, 2003-07-08)
pso (0, 2003-07-08)

======================================================================== CONSOLE APPLICATION : pso ======================================================================== AppWizard has created this pso application for you. This file contains a summary of what you will find in each of the files that make up your pso application. pso.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. pso.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named pso.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者