paper-with-me

Papers

Covariance Matrix Adaptation Evolution Strategy Assisted by Principal Component Analysis

2021-05-08 · Yangjie Mei, Hao Wang

Over the past decades, more and more methods gain a giant development due to the development of technology. Evolutionary Algorithms are widely used as a heuristic method. However, the budget of computation increases exponentially when the dimensions increase. In this paper, we will use the dimensionality reduction method Principal component analysis (PCA) to reduce the dimension during the iteration of Covariance Matrix Adaptation Evolution Strategy (CMA-ES), which is a good Evolutionary Algorithm that is presented as the numeric type and useful for different kinds of problems. We assess the performance of our new methods in terms of convergence rate on multi-modal problems from the Black-Box Optimization Benchmarking (BBOB) problem set and we also use the framework COmparing Continuous Optimizers (COCO) to see how the new method going and compare it to the other algorithms.

📄 PDF Abstract BibTeX arXiv:2105.03687

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingDimensionality ReductionEvolutionary Algorithms

Similar Papers 제목 키워드 기반

On-line Search History-assisted Restart Strategy for Covariance Matrix Adaptation Evolution Strategy

2019-03-16 · Yang Lou, Shiu Yin Yuen, Guanrong Chen, Xin Zhang

Restart strategy helps the covariance matrix adaptation evolution strategy (CMA-ES) to increase the probability of finding the global optimum in optimization, while a single run CMA-ES is easy to be trapped in local opti…

The Hessian Estimation Evolution Strategy

2020-03-30 · Tobias Glasmachers, Oswin Krause

We present a novel black box optimization algorithm called Hessian Estimation Evolution Strategy. The algorithm updates the covariance matrix of its sampling distribution by directly estimating the curvature of the objec…

A Simple Yet Efficient Rank One Update for Covariance Matrix Adaptation

2017-10-11 · Zhenhua Li, Qingfu Zhang

In this paper, we propose an efficient approximated rank one update for covariance matrix adaptation evolution strategy (CMA-ES). It makes use of two evolution paths as simple as that of CMA-ES, while avoiding the comput…

Limited-Memory Matrix Adaptation for Large Scale Black-box Optimization

2017-05-18 · Ilya Loshchilov, Tobias Glasmachers, Hans-Georg Beyer

The Covariance Matrix Adaptation Evolution Strategy (CMA-ES) is a popular method to deal with nonconvex and/or stochastic optimization problems when the gradient information is not available. Being based on the CMA-ES, t…

Stochastic Optimization

Covariance Matrix Adaptation Evolution Strategy without a matrix

2025-12-31 · Jarosław Arabas, Adam Stelmaszczyk, Eryk Warchulski, Dariusz Jagodziński 외 arxiv

Covariance Matrix Adaptation Evolution Strategy (CMA-ES) is a highly effective optimization technique. A primary challenge when applying CMA-ES in high dimensionality is sampling from a multivariate normal distribution w…