登录
首页 » matlab » 关于差分进化的改进的代码 OXDE

关于差分进化的改进的代码 OXDE

于 2014-11-21 发布 文件大小:2513KB
0 190
下载积分: 1 下载次数: 38

代码说明:

  文档是关于差分进化的改进的代码,使用正交设计,提高了算法的性能,内有测试函数和测试数据,可直接运行。(Documentation is improved code on differential evolution using orthogonal design and improve the performance of the algorithm, there are test functions and test data, can be run directly.)

文件列表:

OXDE
....\ackley_func_data.mat,984,2005-02-18
....\ackley_M_D10.mat,984,2005-02-15
....\ackley_M_D2.mat,216,2005-02-15
....\ackley_M_D30.mat,7384,2005-02-15
....\ackley_M_D50.mat,20184,2005-02-15
....\EF8F2_func_data.mat,984,2005-02-18
....\elliptic_M_D10.mat,984,2005-02-18
....\elliptic_M_D2.mat,216,2005-02-18
....\elliptic_M_D30.mat,7384,2005-02-18
....\elliptic_M_D50.mat,20184,2005-02-18
....\E_ScafferF6_func_data.mat,984,2005-02-18
....\E_ScafferF6_M_D10.mat,984,2005-02-16
....\E_ScafferF6_M_D2.mat,216,2005-02-16
....\E_ScafferF6_M_D30.mat,7384,2005-02-16
....\E_ScafferF6_M_D50.mat,20184,2005-02-16
....\fbias_data.mat,248,2005-02-17
....\fitness.m,5631,2010-10-06
....\getindex.m,487,2010-10-05
....\global_optima.mat,20184,2005-02-18
....\griewank_func_data.mat,984,2005-02-18
....\griewank_M_D10.mat,984,2005-02-18
....\griewank_M_D2.mat,216,2005-02-18
....\griewank_M_D30.mat,7384,2005-02-18
....\griewank_M_D50.mat,20184,2005-02-18
....\high_cond_elliptic_rot_data.mat,984,2005-02-18
....\hybrid_func1_data.mat,8184,2005-02-18
....\hybrid_func1_M_D10.mat,8792,2005-02-14
....\hybrid_func1_M_D2.mat,7592,2005-02-18
....\hybrid_func1_M_D30.mat,72792,2005-02-14
....\hybrid_func1_M_D50.mat,200792,2005-02-14
....\hybrid_func2_data.mat,8184,2005-02-18
....\hybrid_func2_M_D10.mat,8792,2005-02-14
....\hybrid_func2_M_D2.mat,1112,2005-02-14
....\hybrid_func2_M_D30.mat,72792,2005-02-14
....\hybrid_func2_M_D50.mat,200792,2005-02-14
....\hybrid_func3_data.mat,8184,2005-02-18
....\hybrid_func3_HM_D10.mat,8792,2005-02-15
....\hybrid_func3_HM_D2.mat,1112,2005-02-15
....\hybrid_func3_HM_D30.mat,72792,2005-02-15
....\hybrid_func3_HM_D50.mat,200792,2005-02-15
....\hybrid_func3_M_D10.mat,8792,2005-03-07
....\hybrid_func3_M_D2.mat,1112,2005-03-07
....\hybrid_func3_M_D30.mat,72792,2005-03-07
....\hybrid_func3_M_D50.mat,200792,2005-03-07
....\hybrid_func4_data.mat,8184,2005-02-18
....\hybrid_func4_M_D10.mat,8792,2005-02-16
....\hybrid_func4_M_D2.mat,1112,2005-02-16
....\hybrid_func4_M_D30.mat,72792,2005-02-16
....\hybrid_func4_M_D50.mat,200792,2005-02-16
....\matlab.mat,922265,2010-02-04
....\orthogonal_array.m,861,2010-10-05
....\orth_crossover.m,1445,2010-10-06
....\OXDE.m,8016,2011-08-13
....\rastrigin_func_data.mat,984,2005-02-18
....\rastrigin_M_D10.mat,984,2005-02-16
....\rastrigin_M_D2.mat,216,2005-02-16
....\rastrigin_M_D30.mat,7384,2005-02-16
....\rastrigin_M_D50.mat,20184,2005-02-16
....\repair.m,460,2010-10-05
....\rosenbrock_func_data.mat,984,2005-02-18
....\schwefel_102_data.mat,984,2005-02-18
....\schwefel_206_data.mat,21040,2005-02-18
....\schwefel_213_data.mat,41104,2005-03-07
....\sphere_func_data.mat,984,2005-02-18
....\test_data.mat,104928,2005-03-09
....\weierstrass_data.mat,984,2005-02-18
....\weierstrass_M_D10.mat,984,2005-02-16
....\weierstrass_M_D2.mat,216,2005-02-16
....\weierstrass_M_D30.mat,7384,2005-02-16
....\weierstrass_M_D50.mat,20184,2005-02-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • wavelet-mallat
    小波谱分析mallat算法经典程序,对原始信号进行低高频的信号分解以及重构,并且进行对比分析。(Algorithm for spectral analysis mallat small classic procedure, the original signal with low frequency signal decomposition and reconstruction, and compared.)
    2010-07-03 11:30:36下载
    积分:1
  • matlab(GA)2
    matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内,求解 f(x1,x2)=-20*exp(-0.2*sqrt(0.5*(x1.^2+x2.^2)))-exp(0.5*(cos(2*pi*x1)+cos(2*pi*x2)))+22.71282的最小值。 (matlab genetic algorithm toolbox function and examples to explain the problem [2] in-5 )
    2008-03-18 09:38:55下载
    积分:1
  • MatlABjieti
    自己编的MATLAB线性规划小程序,分享一下。(Own small linear programming of MATLAB procedures, to share.)
    2009-05-12 23:33:52下载
    积分:1
  • fft
    说明:  窗函数法的FIR数字滤波器设计 matlab(Window function method of FIR digital filter design matlab)
    2010-03-23 22:01:27下载
    积分:1
  • GAmain
    说明:  该算法主要是基因遗传优化算法,非常实用,能有效解决权值确定。(The algorithm is mainly genetic optimization algorithm is very practical, can effectively solve the right to determine the value.)
    2008-10-06 10:26:04下载
    积分:1
  • SPLLL
    使用matlab/simulink对锁相环进行了仿真研究(Matlab/simulink simulation study of phase-locked loop)
    2013-02-02 15:10:36下载
    积分:1
  • Bootstrap-matlab2
    Many source code for bootstrap technics developped in matlab are presented in attached files.
    2011-09-23 04:30:10下载
    积分:1
  • GM
    输入一组振动数据,灰色预测算法会预测其后的振动趋势(input vibration data,and this algorithm will predict the vibration trend)
    2012-11-27 12:42:53下载
    积分:1
  • xishaoxing
    模仿人眼的视觉注意机制,以图像中的稀少点和对比度为特征,求出视觉注意点。(Mimic the human eye visual attention mechanism to image point and a contrast ratio of rare characteristics, find the point of visual attention.)
    2010-06-07 16:42:51下载
    积分:1
  • MATLAB仿真及其在光学课中的应用-第二版 源
    说明:  MATLAB仿真及其在光学课程中的应用-第二版 源程序(MATLAB Simulation and Its Application in Optics Course - Second Edition Source Program)
    2020-06-23 18:20:02下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载