Nature-Inspired Neural Architecture Search for Time Series Forecasting
This research program develops evolutionary and nature-inspired methods for automatically discovering neural network architectures — eliminating the need for hand-crafted designs. Starting from ant colony optimization (ACO) applied to recurrent networks in 2017, the work has grown into a full framework spanning continuous search spaces, graph-based representations, and most recently, transformer architecture search.
A consistent theme across all stages: the evolved architectures are evaluated on real-world time series from engineering and science — turbine vibration, power systems, and multi-variate forecasting benchmarks — not just toy problems.
The Ant-based Neural Topology Search (ANTS) algorithm applies ant colony optimization to directly search the topology of recurrent neural networks. Rather than fixing a layer structure and tuning hyperparameters, ANTS lets ant agents construct the network graph from scratch.
ANTS-evolved networks significantly outperformed single- and two-layer baselines of the same cell types, as well as NEAT, on challenging engineering time series datasets.
The Continuous Ant-based Neural Topology Search (CANTS) extends ANTS from a discrete graph search to a continuous 3D (and later 4D) space. Ant agents traverse a spatial volume from inputs to outputs, placing nodes and connections anywhere in that space rather than choosing from a fixed set of candidates. This removes the need to pre-specify the search graph and allows far greater architectural variety.
A later variant eliminates backpropagation entirely during the search, relying on weight perturbation and colony-level fitness signals — making it viable in settings where gradient computation is impractical or unavailable.
CANTS was also extended into CG-CANTS-N, a graph-based framework that generalizes the approach to problems beyond time series forecasting, including combinatorial optimization domains.
Evolutionary Transformer Search for Time Series Forecasting (EvoTS) brings the same neuro-evolutionary philosophy to transformer architectures. Rather than adopting a fixed transformer design, EvoTS uses evolutionary search to discover task-specific transformer topologies from modular building blocks.
Key design choices:
Evolved architectures achieve competitive and in several cases improved mean squared error relative to strong transformer baselines, demonstrating that evolutionary search can find meaningful structure even in the large, modular space of transformer designs.
arXiv:2607.00154 · GECCO 2026