登录
首页 » matlab » CMA-ES

CMA-ES

于 2020-12-14 发布 文件大小:1647KB
0 153
下载积分: 1 下载次数: 50

代码说明:

  一种继续概率学习矩阵的优化算法,优化精度和计算时间都很不错,是目前基本最好的启发式算法,里面有测试函数(A continuing study probability matrix optimization algorithm to optimize the accuracy and computational time is very good, the best is the basic heuristic algorithm, which has test function)

文件列表:

CMA-ES
......\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
......\benchmark_func.m,22913,2012-07-24
......\CMAES.m,14817,2012-07-24
......\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
......\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,29460,2010-03-01
......\myfun.m,4204,2012-07-24
......\myPCAPSO.asv,11264,2012-07-24
......\myPCAPSO.m,11264,2012-07-24
......\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
......\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 个回复

  • dit_fft
    本程序包括:DFT(离散傅里叶变换),FFT(快速傅里叶变换),IFFT(快速傅里叶逆变换),conv(卷积:圆周卷积、线性卷积),主要应用于信号处理,既可以对实序列做上述操作,也可以对复序列。(This process includes: DFT (Discrete Fourier Transform), FFT (fast Fourier transform), IFFT (inverse fast Fourier transform), conv (convolution: circular convolution, linear convolution), mainly used signal processing, either on the actual sequence to do the operation, can also be complex sequence.)
    2010-09-22 21:30:23下载
    积分:1
  • CCmethod2
    说明:  应用改进的CC法求取时间延迟和嵌入维数,效果不错(The modified CC method to strike a time delay and embedding dimension, good results)
    2009-08-27 12:29:13下载
    积分:1
  • 第19章 离散相模型 - 副本
    FLUENT中离散相粒子追踪设置及相关计算,设计用户自定义相关内容(Discrete phase particle tracking in FLUENT)
    2020-06-20 19:40:02下载
    积分:1
  • OOPFEM
    面向对象的有限元程序设计 ——空间8结点等参元的分析计算(Object-oriented finite element program design- space 8 node isoparametric element analysis calculation)
    2009-03-02 18:47:05下载
    积分:1
  • 1D-Euler
    用于求解一维气体动力学的欧拉方程代码,采用戈东诺夫格式,显式推进,可仿真非定常激波管(For solving one-dimensional Euler equations of gas dynamics code, using Godunov format, explicit advance, can simulate unsteady shock tube)
    2013-08-11 04:55:06下载
    积分:1
  • CSAMT_1D_forword
    一维CSAMT正演程序,对学地球物理的有帮助(CSAMT)
    2021-04-16 17:58:54下载
    积分:1
  • Random-Forest-for-Image-Annotation
    随机森林算法,适合初学者阅读,包括公式,资料,调试(Random forests algorithm, suitable for beginners to read, including formulas, data, commissioning)
    2020-06-29 22:40:02下载
    积分:1
  • Deep-Learning
    文章简述了一位大牛研究深度学习(Deep Learning)后的心得及见解(Article outlines a large cattle study deep learning (Deep Learning) after experiences and insights)
    2013-07-08 10:15:49下载
    积分:1
  • my_windows_timer
    windows计时器工具,能够精确到毫(0.001),说明文档请用office2010打开。(windows timer tools, technology is accurate to the mm (0.001), documentation office2010 open.)
    2012-05-11 01:42:23下载
    积分:1
  • CPPsimplex
    单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。 (Simplex method for the minimum)
    2011-09-18 22:57:30下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载