EvoGrad: Evolutionary-Weighted Gradient and Hessian Learning for Black-Box Optimization
Yedidya Kfir, Elad Sarafian, Yoram Louzoun, Sarit Kraus
Abstract
Black-box algorithms aim to optimize functions without access to their analytical structure or gradient information, making them essential when gradients are unavailable or computationally expensive to obtain. Traditional methods for black-box optimization (BBO) primarily utilize non-parametric models, but these approaches often struggle to scale effectively in large input spaces. Conversely, parametric approaches, which rely on neural estimators and gradient signals via backpropagation, frequently encounter substantial gradient estimation errors, limiting their reliability. Explicit Gradient Learning (EGL), a recent advancement, directly learns gradients using a first-order Taylor approximation and has demonstrated superior performance compared to both parametric and non-parametric methods. However, EGL inherently remains local and myopic, often faltering on highly non-convex optimization landscapes. In this work, we address this limitation by integrating global statistical insights from the evolutionary algorithm CMA-ES into the gradient learning framework, effectively biasing gradient estimates towards regions with higher optimization potential. Moreover, we enhance the gradient learning process by estimating the Hessian matrix, allowing us to correct the second-order residual of the Taylor series approximation. Our proposed algorithm, EvoGrad2 (Evolutionary Gradient Learning with second-order approximation), achieves state-of-the-art results on the synthetic COCO test suite, exhibiting significant advantages in high-dimensional optimization problems. We further demonstrate EvoGrad2
BibTeX
@inproceedings{aaai2026_evogradevolution,
title = {EvoGrad: Evolutionary-Weighted Gradient and Hessian Learning for Black-Box Optimization},
author = {Yedidya Kfir and Elad Sarafian and Yoram Louzoun and Sarit Kraus},
booktitle = {AAAI 2026},
year = {2026}
}