Generative Evolutionary Strategy For Black-Box Optimizations
Changhwi Park
TL;DR
This work addresses black-box optimization in high-dimensional spaces, where traditional methods struggle with non-convexity, stochasticity, and multi-objective demands. It introduces Generative Evolutionary Optimization (GEO), a hybrid that tightly couples Evolutionary Strategy (ES) with Generative Surrogate Neural networks (GSN) to maintain $O(N)$ time complexity while stabilizing surrogate training and enabling multi-objective optimization. The core contributions include a training-instability mitigation strategy that concentrates data near the first Pareto front via non-dominated sorting and separate critics per objective, plus a detailed operation protocol for iterative mutation, evaluation, and selection. Empirical results on high-dimensional non-convex benchmarks demonstrate that GEO scales to thousands of dimensions and often outperforms baselines like ES and L-GSO, suggesting significant practical value for scalable, robust black-box optimization and potential applications in reinforcement learning and beyond.
Abstract
Many scientific and technological problems are related to optimization. Among them, black-box optimization in high-dimensional space is particularly challenging. Recent neural network-based black-box optimization studies have shown noteworthy achievements. However, their capability in high-dimensional search space is still limited. This study proposes a black-box optimization method based on the evolution strategy (ES) and the generative neural network (GNN) model. We designed the algorithm so that the ES and the GNN model work cooperatively. This hybrid model enables reliable training of surrogate networks; it optimizes multi-objective, high-dimensional, and stochastic black-box functions. Our method outperforms baseline optimization methods in this experiment, including ES, and Bayesian optimization.
