科学网

 找回密码
  注册

tag 标签: CMA-ES

相关帖子

版块 作者 回复/查看 最后发表

没有相关内容

相关日志

[网络资源]The CMA Evolution Strategy
fswdong 2009-9-14 11:04
The CMA Evolution Strategy The CMA-ES ( C ovariance M atrix A daptation E volution S trategy) is an evolutionary algorithm for difficult non-linear non-convex optimization problems in continuous domain. The CMA-ES is typically applied to unconstrained or bounded constraint optimization problems, and search space dimensions between three and a hundred. The method should be applied, if derivative based methods, e.g. quasi-Newton BFGS or conjugate gradient, (supposedly) fail due to a rugged search landscape (e.g. discontinuities, sharp bends or ridges, noise, local optima, outliers). If second order derivative based methods are successful, they are usually faster than the CMA-ES: on purely convex-quadratic functions, f(x)=x T Hx, BFGS (Matlabs function fminunc) is typically faster by a factor of about ten (in terms of number of objective function evaluations needed to reach a target function value, assuming that gradients are not available). On the most simple quadratic function f(x)=||x|| 2 =x T x BFGS is faster by a factor of about 30. 更详细内容请至: http://www.bionik.tu-berlin.de/user/niko/cmaesintro.html
个人分类: 科研资源|6871 次阅读|0 个评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-6-3 17:25

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部