English

Guiding Genetic Programming with Graph Neural Networks

Neural and Evolutionary Computing 2024-11-12 v1 Artificial Intelligence Machine Learning Symbolic Computation Machine Learning

Abstract

In evolutionary computation, it is commonly assumed that a search algorithm acquires knowledge about a problem instance by sampling solutions from the search space and evaluating them with a fitness function. This is necessarily inefficient because fitness reveals very little about solutions -- yet they contain more information that can be potentially exploited. To address this observation in genetic programming, we propose EvoNUDGE, which uses a graph neural network to elicit additional knowledge from symbolic regression problems. The network is queried on the problem before an evolutionary run to produce a library of subprograms, which is subsequently used to seed the initial population and bias the actions of search operators. In an extensive experiment on a large number of problem instances, EvoNUDGE is shown to significantly outperform multiple baselines, including the conventional tree-based genetic programming and the purely neural variant of the method.

Keywords

Cite

@article{arxiv.2411.05820,
  title  = {Guiding Genetic Programming with Graph Neural Networks},
  author = {Piotr Wyrwiński and Krzysztof Krawiec},
  journal= {arXiv preprint arXiv:2411.05820},
  year   = {2024}
}

Comments

Full version of the same-titled paper accepted at GECCO 2024

R2 v1 2026-06-28T19:53:34.086Z