paper-with-me

Papers

Guiding Genetic Programming with Graph Neural Networks

2024-11-03 · Piotr Wyrwiński, Krzysztof Krawiec

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.

📄 PDF Abstract BibTeX arXiv:2411.05820

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkSymbolic Regression

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Library 설명 없음

Similar Papers 제목 키워드 기반

Active Learning in Genetic Programming: Guiding Efficient Data Collection for Symbolic Regression

2023-07-31 · Nathan Haut, Wolfgang Banzhaf, Bill Punch

This paper examines various methods of computing uncertainty and diversity for active learning in genetic programming. We found that the model population in genetic programming can be exploited to select informative trai…

Active LearningDiversityregressionSymbolic Regression

Guiding Multi-Objective Genetic Programming with Description Length Improves Symbolic Regression Solutions

2026-05-21 · Gabriel Kronberger, Fabricio Olivetti de Franca, Deaglan J. Bartlett, Harry Desmond 외 arxiv

Symbolic regression with genetic programming (GPSR) may suffer from overfitting and structural bloat, especially when noise is present. In this paper we evaluate description length (DL) and fractional Bayes factor (FBF) …

Evolutionary Design of Digital Circuits Using Genetic Programming

2013-04-09 · S. M. Ashik Eftekhar, Sk. Mahbub Habib, M. M. A. Hashem

For simple digital circuits, conventional method of designing circuits can easily be applied. But for complex digital circuits, the conventional method of designing circuits is not fruitfully applicable because it is tim…

Code Building Genetic Programming

2020-08-09 · Edward Pantridge, Lee Spector

In recent years the field of genetic programming has made significant advances towards automatic programming. Research and development of contemporary program synthesis methods, such as PushGP and Grammar Guided Genetic …

Program Synthesis

Improving Evaluation of Recombination-based Cartesian Genetic Programming

2026-05-27 · Duy Long Tran, Anja Jankovic, Marie Anastacio, Holger Hoos 외 arxiv

Cartesian Genetic Programming has traditionally been using mutation as its main and often sole genetic operator to drive evolutionary search. Despite advancements in recent years, recombinationbased approaches have long …