-
RandPSO
随机权重的粒子群算法,优化过程中权重随机变化(RandWPSO)
- 2010-09-02 16:26:30下载
- 积分:1
-
Intelligent_Control(Liu_jinkun)
北航刘金锟老师的《智能控制》附带的完整matlab源程序!(Source codes (matlab)for the book "Intelligent Control" by Jinkun LIU in Beihang University!)
- 2009-04-17 06:46:47下载
- 积分:1
-
psoToolbox
Help psoToolbox V1.0
psoToolbox provides an interective GUI based Toolbox to solve
optimization problems using particle swarm optimization.
Creat a fitness function in M-file.
Inputs:
Function : Function handle of fitness function.
Nvars : Number of variable to be optimized.
LB : Lower Bound of Nvars (1 X Nvars)
UB : Upper Bound of Nvars (1 X Nvars)
Parameters:
C1 : Cognative Attraction
C2 : Social Attraction
W : Inertial
Population Size : Number of Swarms
Max Iterations : Maximum number of epochs.
Click on " RUN PSO " button to start PSO search. You will get the out put
at Edit box below the axes.
- 2013-11-24 04:13:20下载
- 积分:1
-
PDE_Based_Image_Denoising_ROF
基于偏微分框架的快速算法,用于图像去噪声(Fast algorithm based on partial framework for image to noise)
- 2010-10-07 04:38:23下载
- 积分:1
-
Bpnetworkshili
基于人工神经网络的信号预测在Matlab中的研究与实现,有具体的例题,同时包含详细的m文件代码(Signals based on artificial neural network prediction in Matlab, research and implementation, with specific examples, while m-file code contains detailed)
- 2010-10-13 12:32:02下载
- 积分:1
-
region_grow1
区域增长法的Matlab实现,区域增长法的Matlab实现(Matlab to achieve regional growth law)
- 2011-04-28 15:42:56下载
- 积分:1
-
chuli
处理由采集卡采到的加速度传感器测得的信号,并分析其在0-1000Hz的频谱幅值并绘制频谱图(Processed by the acquisition card taken to the measured acceleration sensor signal, and to analyze the spectrum of the 0-1000Hz and draw the amplitude spectrum)
- 2013-07-31 15:58:17下载
- 积分:1
-
NSGAII
通过Matlab,实现NEGAⅡ,对于多目标优化,并对研究问题SCH,进行了相关实验,效果不错,可以通过增加种群数、个体长度、以及迭代次数,来提高解的质量(The Matlab, the NEGA II, for the multi-objective optimization, and research questions SCH, the relevant experiments, good results, by increasing the number of population, individual length, and number of iterations to improve the quality of the solution)
- 2012-05-27 15:14:02下载
- 积分:1
-
SoftGNSS-master
GPS 软件接收机,非常适合GNSS接收机开发的初学者(GNSS SDR , very useful for beginner)
- 2014-11-05 23:21:11下载
- 积分:1
-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1