ES-ENAS: Efficient Evolutionary Optimization for Large Hybrid Search Spaces
Xingyou Song, Krzysztof Choromanski, Jack Parker-Holder, Yunhao Tang,, Qiuyi Zhang, Daiyi Peng, Deepali Jain, Wenbo Gao, Aldo Pacchiano, Tamas, Sarlos, Yuxiang Yang

TL;DR
This paper introduces ES-ENAS, a scalable hybrid optimization method combining evolutionary strategies and combinatorial optimizers, significantly improving sample efficiency for large hybrid search spaces in architecture search and benchmark tasks.
Contribution
We propose ES-ENAS, a novel modular optimization framework that effectively combines ES with combinatorial methods to address the curse of dimensionality in hybrid search spaces.
Findings
ES-ENAS outperforms traditional evolutionary algorithms in sample efficiency.
Empirical results demonstrate effectiveness on synthetic benchmarks.
Successfully applied to architecture search in RL benchmarks.
Abstract
In this paper, we approach the problem of optimizing blackbox functions over large hybrid search spaces consisting of both combinatorial and continuous parameters. We demonstrate that previous evolutionary algorithms which rely on mutation-based approaches, while flexible over combinatorial spaces, suffer from a curse of dimensionality in high dimensional continuous spaces both theoretically and empirically, which thus limits their scope over hybrid search spaces as well. In order to combat this curse, we propose ES-ENAS, a simple and modular joint optimization procedure combining the class of sample-efficient smoothed gradient techniques, commonly known as Evolutionary Strategies (ES), with combinatorial optimizers in a highly scalable and intuitive way, inspired by the one-shot or supernet paradigm introduced in Efficient Neural Architecture Search (ENAS). By doing so, we achieve…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Reinforcement Learning in Robotics · Robotic Path Planning Algorithms
