文件名称:PSO_Cpp
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [MacOS] [Windows] [Visual C] [源码]
- 上传时间:
- 2013-06-28
- 文件大小:
- 318kb
- 下载次数:
- 0次
- 提 供 者:
- 清**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
程序介绍: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。
-Program Descr iption: a flock of birds of prey simulation scenarios, so as to achieve the purpose of optimizing the objective function, which is the PSO! Initially feasible space group of particles generated randomly, and then let each particle in the virtual space began to fly in all directions, and each particle flying down their fitness value (which is the objective optimization function) the highest point , and the whole swarm has a maximum value of individual adaptation, so that particles flying time he had flown as far as possible toward the best point and collective best point. Finally converge to achieve the advantages similar purposes.
-Program Descr iption: a flock of birds of prey simulation scenarios, so as to achieve the purpose of optimizing the objective function, which is the PSO! Initially feasible space group of particles generated randomly, and then let each particle in the virtual space began to fly in all directions, and each particle flying down their fitness value (which is the objective optimization function) the highest point , and the whole swarm has a maximum value of individual adaptation, so that particles flying time he had flown as far as possible toward the best point and collective best point. Finally converge to achieve the advantages similar purposes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PSO_Cpp
.......\粒子群算法
.......\..........\pso
.......\..........\...\Src
.......\..........\...\...\pso.cpp
.......\..........\...\...\pso.h
.......\..........\...\例子
.......\..........\...\....\Debug
.......\..........\...\....\.....\pso.exe
.......\..........\...\....\.....\pso.ilk
.......\..........\...\....\.....\pso.obj
.......\..........\...\....\.....\pso.pch
.......\..........\...\....\.....\pso.pdb
.......\..........\...\....\.....\StdAfx.obj
.......\..........\...\....\.....\vc60.idb
.......\..........\...\....\.....\vc60.pdb
.......\..........\...\....\pso.cpp
.......\..........\...\....\pso.dsp
.......\..........\...\....\pso.dsw
.......\..........\...\....\pso.h
.......\..........\...\....\pso.ncb
.......\..........\...\....\pso.opt
.......\..........\...\....\pso.plg
.......\..........\...\....\ReadMe.txt
.......\..........\...\....\StdAfx.cpp
.......\..........\...\....\StdAfx.h
.......\..........\说明.txt