-
STDPSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。(For each particle
____Initialize particle
END
Do
____For each particle
________Calculate fitness value
________If the fitness value is better than the best fitness value (pBest) in history
____________set current value as the new pBest
____End
____Choose the particle with the best fitness value of all the particles as the gBest
____For each particle
________Calculate particle velocity according equation (a)
________Update particle position according equation (b)
____End)
- 2015-03-13 09:28:14下载
- 积分:1
-
youxianchafen
一个有限差分法的应用文章,包括MATLAB程序,(The application of a finite difference method the article, including the MATLAB program,)
- 2010-10-29 15:23:10下载
- 积分:1
-
eemdfenjie
一个eemd的程序,对于初学者非常的适用,程序只需要输入实验数据就可以调试出来,可以下下来看看(A eemd program for beginners, very applicable, can debug program only need to input experimental data, can be down and have a look)
- 2013-09-24 10:17:16下载
- 积分:1
-
SER_compare
ser的比较实现基于mmse_mse和LS_mse
(SER compare)
- 2009-09-19 11:04:36下载
- 积分:1
-
fish1
说明: 调光测试算法实现,实现对相机自动调光函数的模拟实现(tiaoguang)
- 2010-03-18 20:36:24下载
- 积分:1
-
christiansen.ps
MATLAB FILE USED FOR CODING FOR MPC AND PID CONTROLLER IN A GIVEN PROCESS
- 2012-05-24 17:18:46下载
- 积分:1
-
matlab
matlab 实用图形应用程序 帮助:1-32: graphics application papers
(matlab practical graphics applications help :1-32: graphics application papers)
- 2013-01-30 23:09:07下载
- 积分:1
-
ctexproblems
这是一个LATEX的常见问题集,希望可以给大家一点帮助(failed to translate)
- 2010-11-08 03:41:30下载
- 积分:1
-
fig7x40
基于MATLAB中simulink下的电机的加减速仿真与实现,具有较为详细的电路设计(Based on simulink in MATLAB simulation and implementation, the deceleration of the motor has the detailed circuit design)
- 2015-03-18 18:38:59下载
- 积分:1
-
ccr-as-rows-are-DMU-in-p-model
计算数据包络分析中的ccr和bcc模型决策单元的效率值松弛变量的值等(calculate the efficiency and slack of ccr and bcc model in matlab )
- 2016-03-11 20:38:48下载
- 积分:1