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

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

于 2014-11-21 发布 文件大小:2513KB
0 250
下载积分: 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 个回复

  • OFDM-MIMO
    MIMO-OFDM系统的各个过程的程序代码,可以直接用(The program code of each process of MIMO-OFDM system can be directly used.)
    2021-04-25 12:28:46下载
    积分:1
  • LASSOaLARSa-SPCA
    Abstract There are a number of interesting variable selection methods available beside the regular forward selection and stepwise selection methods. Such approaches include LASSO (Least Absolute Shrinkage and Selection Operator), least angle regression (LARS) and elastic net (LARS-EN) regression. There also exists a method for calculating principal components with sparse loadings. This software package contains Matlab implementations of these functions. The standard implementations of these functions are available as add-on packages in S-Plus and R. Keywords LASSO, LARS, SPCA, Matlab, Elastic Net, Sparse, Sparsity, Variable selection
    2013-10-28 22:36:21下载
    积分:1
  • RB_Tree
    Implementation of basic insertion, deletion and search algorithms in a red-black tree in C++.
    2015-02-02 21:07:18下载
    积分:1
  • ExtractBackground
    he files in this package comprise the Matlab implementation of a foreground segmentation algorithm based upon graph cuts, described in: Better Foreground Segmentation Through Graph Cuts, N. Howe & A. Deschamps. Tech report, http://arxiv.org/abs/cs.CV/0401017. The file extractForeground.m contains a sample function that will perform a complete foreground segmentation for static camera video. It uses a number of parameters, which are described in the documentation. An attempt was made to choose sensible default values, but they may need to be adjusted for some videos. More generally, the implementation in extractForeground.m is only a suggestion of how the graph-based segmentation might be used. The same approach can be applied with other (perhaps time-adaptive) background models. The key step is at line 113 of the code, once the deviation array has been created. The graph-cut segmentation can be applied similarly to a deviation matrix computed in any other way.
    2013-11-19 23:41:02下载
    积分:1
  • musicbasic
    music algorith easy to algorithm
    2015-02-16 23:47:34下载
    积分:1
  • mbdgui
    盲去卷积的算法实现,以色列人的科研论文的相关代码(Blind Deconvolution algorithm, Israel' s scientific research papers related to the code)
    2010-07-13 11:38:40下载
    积分:1
  • chap2
    《智能控制》第二版(刘金琨著)程序源码第二章(" Intelligent control" , Second Edition (Liu Jinkun a) program source code Chapter)
    2011-04-26 09:42:14下载
    积分:1
  • performance_nalysis_of_a_link-16_compatible
    JTIDS是16号数据链的通道系统,本文主要是对在脉冲干扰的情况下16号链的波形性能分析!(The Link-16 is the tactical data link utilized by the Joint Tactical Information Distribution Syste (JTIDS). The JTIDS system is important due to its wide use by U.S. armed forces, NATO, and other allied militaries. Link-16 is a hybrid frequency-hopped/direct sequence spread spectrum system that utilizes minimum-shift keying (MSK) to modulate the chips, cyclical code-shift keying (CCSK) to modulate the 32-chip symbols, and a (31, 15) Reed Solomon (RS) code with hard decision decoding (UDD) for forward error correction (FEC).)
    2010-12-08 21:20:05下载
    积分:1
  • abrupt_transition_detection
    video shot boundary detection
    2013-09-02 11:11:15下载
    积分:1
  • numerical_differentiation
    采用MATLAB语言编译的数值微分函数,希望对大家有用(numerical differentiation)
    2015-01-15 17:36:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载