-
PSO
标准粒子群算法的实现思想基本按照粒子群算法(2) 标准的粒子群算法的讲述实现。主要分为3个函数。第一个函数为粒子群初始化函数
InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,并设定粒子的速度、位置在一定的范围内。本函数所采用的数据结构如下所示:
表ParSwarm记录的是粒子的位置、速度与当前的适应度值,我们用W来表示位置,用V来代表速度,用F来代表当前的适应度值。在这里我们假设粒子个数为N,每个粒子的维数为D。(His thought of the implementation of the standard particle swarm algorithm according to the particle swarm algorithm (2)- the standard particle swarm algorithm about implementation. Mainly divided into three functions. The first function of particle swarm initialization function InitSwarm (SwarmSize... AdaptFunc), its main function is to initialize particle swarm particle, and set the particle s velocity, position in a certain range. The function of data structure is as follows: ParSwarm record table is the particle s position, speed and the current fitness value, we use W to represent the position, represented speed with a V, to represent the current fitness value with F. Here we assume that the number of particles N, each particle dimension for D.)
- 2015-01-09 18:40:08下载
- 积分:1
-
MLalgorithm
先得到一个定位初始估计值,再利用建立最大似然方程对这个定位初始估计值进行修正,从而得到更优定位结果值,方法更接近于最大似然方法。(Get the a position initial estimate, re-use to establish the maximum likelihood equations corrected for positioning the initial estimates, resulting in better positioning the resulting value is closer to the maximum likelihood method.)
- 2013-05-17 16:21:02下载
- 积分:1
-
Seismic wave response spectrum converter
说明: 采用matlab针对地震波反应谱进行转换(Seismic wave response spectrum converter)
- 2020-06-23 04:00:01下载
- 积分:1
-
sharks_1.0
从mathswork上下的关于语音识别的完整程序,有GUI实现,相当的全面(Down from mathswork complete on speech recognition procedures, GUI implementation, very comprehensive)
- 2010-09-09 01:20:27下载
- 积分:1
-
RandWPSO_LinWPSO_LnCPSO
用MATLAB实现RandWPSO、LinWPSO、LnCPSO算法,程序没错误,可以直接运行,非常适合刚学PSO者(Implementation of RandWPSO, LinWPSO, LnCPSO algorithm with MATLAB, the program no error, can be directly run, very suitable for just learning PSO
)
- 2013-08-04 12:13:51下载
- 积分:1
-
ooDACE-1.4
克里金matlab工具箱,可实现基于克里金的近似建模。(matlab Toolbox for Kriging)
- 2017-06-24 09:26:36下载
- 积分:1
-
Factor-analysis
对数据进行因子分析matlab完整代码。(Factor analysis of the data integrity matlab code.)
- 2013-08-25 10:51:26下载
- 积分:1
-
HuffmanTree
HUFFMAN TREE的编码源代码 实测可用 适合初学者使用(HUFFMAN TREE actual source code is available for beginners)
- 2013-12-04 16:28:15下载
- 积分:1
-
simplexivan
Metodo simplex en matlab
- 2010-07-28 01:34:25下载
- 积分:1
-
second-order-ABC
second-order Engquist-Majda ABC in an FDTD program for 2D-TMz.
- 2013-12-04 22:04:52下载
- 积分:1