LM-CMA: an Alternative to L-BFGS for Large Scale Black-box Optimization
Ilya Loshchilov

TL;DR
This paper introduces LM-CMA, a stochastic derivative-free optimization algorithm as an efficient alternative to L-BFGS for large-scale black-box problems, demonstrating competitive performance and scalability.
Contribution
The paper presents LM-CMA, a new covariance matrix adaptation strategy that reduces memory and computational complexity, suitable for large-scale black-box optimization.
Findings
LM-CMA outperforms CMA-ES on ill-conditioned problems.
LM-CMA is comparable to L-BFGS on large-scale smooth problems.
The algorithm scales efficiently with problem dimension.
Abstract
The limited memory BFGS method (L-BFGS) of Liu and Nocedal (1989) is often considered to be the method of choice for continuous optimization when first- and/or second- order information is available. However, the use of L-BFGS can be complicated in a black-box scenario where gradient information is not available and therefore should be numerically estimated. The accuracy of this estimation, obtained by finite difference methods, is often problem-dependent that may lead to premature convergence of the algorithm. In this paper, we demonstrate an alternative to L-BFGS, the limited memory Covariance Matrix Adaptation Evolution Strategy (LM-CMA) proposed by Loshchilov (2014). The LM-CMA is a stochastic derivative-free algorithm for numerical optimization of non-linear, non-convex optimization problems. Inspired by the L-BFGS, the LM-CMA samples candidate solutions according to a covariance…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
