-
pso_vcpp
粒子群算法
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有
Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究PSO同遗传算法类
似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优
值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在
解空间追随最优的粒子进行搜索。(pso
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有
Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究PSO同遗传算法类
似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优
值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在
解空间追随最优的粒子进行搜索。)
- 2009-07-15 14:07:42下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1
-
CNC_Viewer_src
g代码 viewer 原代码. 很有用.(g_code viewer source code. very usefully.)
- 2013-02-23 14:18:35下载
- 积分:1
-
Matlab_NR
电力系统稳态潮流程序,极坐标和直角坐标程序(Power system steady trend procedures, polar and rectangular coordinates program)
- 2012-10-28 20:17:26下载
- 积分:1
-
Vg101_lecture_of_UM
matlab 编程基础 C语言入门和C++基础 源自
美国密西根大学(Matlab Programming Fundamentals C language entry and C++ basis from the University of Michigan)
- 2012-05-24 19:10:13下载
- 积分:1
-
tsp
模拟退火算法的解决 具体在mATlab实现算法 (matlab)
- 2009-07-12 10:20:39下载
- 积分:1
-
Market_Invoicing_System
一个SQL数据库的使用例子,比较完整的会员制商场进销存系统源码(Example of the use of a SQL database, complete membership malls Invoicing System source code)
- 2013-01-25 21:55:50下载
- 积分:1
-
Drifter
this .rar contain source code in basic for avr microcontroller for making drifter device to measure water velocity on the sea surface
- 2015-02-01 14:59:11下载
- 积分:1
-
analyzeFunc
自己vb.net写的从define文件生成函数和头文件的开发辅助工具,获取文件夹中test.h文件,生成C++程序.(Development aid, vb.net write their own generating functions and header files define file to get the the folder the the document in test.h to generate C++ program.)
- 2012-09-28 14:21:17下载
- 积分:1
-
jibingzhengduan
利用VB开发工具开发一个疾病诊断系统,可以查询各种疾病的病症。(using)
- 2010-05-10 08:52:08下载
- 积分:1