搜索资源列表
DeMat
- 差分进化算法Matlab程序,包括多种进化策略
DGPSO.rar
- 用于求解约束优化问题的算法,算法为差分进化/遗传算法/微粒群算法的融合。对于“[7] T. P. Runarsson and X. Yao, Stochastic ranking for constrained evolutionary optimization, IEEE Trans. Evol. Comput., vol. 4, no. 3, pp. 284-294, Sep. 2000”中给出的13个标准测试函数,均能得到问题最优解。如有任何疑问,请于http://2shi.phphube
Difference-Algorithm
- 用Matlab编程的差分算法实例,包含差分进化算法程序的基本程序,以及变异和竞争等操作-Difference algorithm in Matlab programming examples
Robotswarm
- 用差分方法,进行机器人路径规划仿真的程序-Robot swarm simulation in discrete time. Builds on simulation of robot path planning problem for obstacle avoidance problem
EELM
- 利用差分演化优化极限学习机神经网络的MATLAB源代码-Differential evolution+ Extreme learning machine, MATLAB
DEELMNN
- 利用差分演化优化极限学习机神经网络的matlab源代码,涉及2个matlab程序-evolutionary extreme learning machine, differential evolution
DeMat
- 国外的一个大牛主页上差分进化的源代码,很有参考价值,有需要的可以- Differential Evolution source code which was downloaded from a foreigner’s home page , useful and necessary to look
matlab(DEA)
- 用Matlab写的差分进化算法程序,基本差分算法的思想很简单,初学者可以自己写完后进行对比。-A differential evolutionary algorithm program
LMS2dim3s
- 神经网络,最小方差3类可分问题的研究。matlab实现,注释很详细。-Neural network, the minimum variance separable problem. matlab realize, very detailed notes.
Differential-Evolution-Algorithm
- 差分进化算法,性能很好、很热的算法。这里有C、C++、Matlab的实现,希望对大家有帮助-Differential evolution algorithm, the performance is very good, very hot algorithms. Here are C, C++, Matlab implementation, we hope to help
10dim
- sade算法的matlab程序,在13年发布的标准测试函数上进行实验,改进的差分进化算法。-the matlab code of SADE, an improved differential evolution algorithm, which are tested on the benchmarks in 2013.
diffEA
- matlab环境下编写的差分进化算法的m语言代码,方便好用-Matlab environment prepared by the differential evolution algorithm c language code, easy to use
mou_mf86
- 利用matlab针对图像进行马氏距离计算 ,这是一个好用的频偏估计算法的matlab仿真程序,抑制载波型差分相位调制。- Using matlab to calculate the Mahalanobis distance for the image, This is a useful frequency estimation algorithm matlab simulation program, Suppressed carrier type differential phase modul
5326
- DC-DC部分采用定功率单环控制,非归零型差分相位调制信号建模与仿真分析 ,这是一个好用的频偏估计算法的matlab仿真程序。- DC-DC power single-part set-loop control, NRZ type differential phase modulation signal modeling and simulation analysis, This is a useful frequency estimation algorithm matlab simulati
vntip
- 在matlab环境中自动识别连通区域的大小,非归零型差分相位调制信号建模与仿真分析 ,线性调频脉冲压缩的Matlab程序。- Automatic identification in the matlab environment the size of the connected area, NRZ type differential phase modulation signal modeling and simulation analysis, LFM pulse compression of
nan_qd28
- cordic算法的matlab仿真,感应双馈发电机系统的仿真,非归零型差分相位调制信号建模与仿真分析 。- cordic matlab simulation algorithm, Simulation of doubly fed induction generator system, NRZ type differential phase modulation signal modeling and simulation analysis.
mno-differential-grouping-7cf5110a1fab
- 利用差分分组的多目标优化算法,MATLAB编写。(differential grouping)
DE
- 差分进化算法 可以通过该算法进行参数的寻优化,并结合其他建模算法对参数进行拟合(The differential evolution algorithm can be used to optimize the parameters and to fit the parameters with other modeling algorithms)
MatalbDE算法代码
- 本资源是差分进化算法(DE)的matlab代码,差分进化算法的原理介绍网上有很多,这里放些代码供参考,如有错误,希望大家指正。