Provably Sub-Linear Two-Timescale NeuroEvolution with Online Plasticity
Abstract
NeuroEvolution of Augmenting Topologies is a widely used NeuroEvolution algorithm for learning neural network architectures and weights for control tasks. However, standard offline optimisation searches for connection strengths directly, which can scale poorly in high-dimensional weight spaces and more difficult continuous control problems. Hybrid methods that combine neuroevolution with online learning can address this challenge, but their theoretical properties remain underexplored. This paper gives a first regret analysis for a general NeuroEvolutionary Online Learning (NEOL) framework, which decouples learning into two timescales: an outer loop for architecture search and an inner loop for online weight adaptation via reward-modulated plasticity. Under mild conditions, we prove that NEOL achieves sublinear regret. Empirically, under fixed interaction budgets on four standard control benchmarks, a NEAT-based NEOL implementation achieves higher final fitness and lower variance than pure NEAT, and is competitive with strong reinforcement-learning baselines on several tasks. The results are supported by Wilcoxon rank-sum tests and ablation studies. Overall, the findings show that online plasticity can improve the sample efficiency and robustness of two-timescale neuroevolution. Code is available at https://github.com/boobaa2001/NeuroEvolution Online Learning NEOL.
BibTeX
@inproceedings{ijcai2026_provablysublinea,
title = {Provably Sub-Linear Two-Timescale NeuroEvolution with Online Plasticity},
author = {Shishen Lin and Yixin Chen},
booktitle = {IJCAI 2026},
year = {2026}
}