EvoForest: A Novel Machine-Learning Paradigm via Open-Ended Evolution of Computational Graphs

arXiv cs.LG / 4/23/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • EvoForest proposes a hybrid neuro-symbolic machine-learning approach that performs end-to-end open-ended evolution of computational graphs instead of relying on a fixed model family and weight optimization alone.
  • The system jointly evolves reusable computational structure (e.g., projections, gates, activations) and trainable low-dimensional continuous components within a shared directed acyclic graph, with intermediate nodes holding alternative implementations.
  • EvoForest evaluates each evolved graph configuration using a Ridge-based readout against a non-differentiable, cross-validation-based target, enabling learning when objectives are not differentiable and continual adaptation or interpretability are needed.
  • A key feature is structured feedback from the evaluator that guides subsequent LLM-driven mutations to improve future graph evolutions.
  • In the 2025 ADIA Lab Structural Break Challenge, EvoForest achieved 94.13% ROC-AUC after 600 evolution steps, outperforming the publicly reported winning score of 90.14% under the same protocol.

Abstract

Modern machine learning is still largely organized around a single recipe: choose a parameterized model family and optimize its weights. Although highly successful, this paradigm is too narrow for many structured prediction problems, where the main bottleneck is not parameter fitting but discovering what should be computed from the data. Success often depends on identifying the right transformations, statistics, invariances, interaction structures, temporal summaries, gates, or nonlinear compositions, especially when objectives are non-differentiable, evaluation is cross-validation-based, interpretability matters, or continual adaptation is required. We present EvoForest, a hybrid neuro-symbolic system for end-to-end open-ended evolution of computation. Rather than merely generating features, EvoForest jointly evolves reusable computational structure, callable function families, and trainable low-dimensional continuous components inside a shared directed acyclic graph. Intermediate nodes store alternative implementations, callable nodes encode reusable transformation families such as projections, gates, and activations, output nodes define candidate predictive computations, and persistent global parameters can be refined by gradient descent. For each graph configuration, EvoForest evaluates the discovered computation and uses a lightweight Ridge-based readout to score the resulting representation against a non-differentiable cross-validation target. The evaluator also produces structured feedback that guides future LLM-driven mutations. In the 2025 ADIA Lab Structural Break Challenge, EvoForest reached 94.13% ROC-AUC after 600 evolution steps, exceeding the publicly reported winning score of 90.14% under the same evaluation protocol.