paper-with-me

Papers

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, Pedro G. Ferreira 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) criteria as principled, data-efficient alternatives to heuristics for selecting compact expressions that generalise well. We implement DL using a Fisher-information-based parameter encoding and compare it to AIC and BIC across multiple datasets, including noisy synthetic benchmarks and real-world regression problems. We study three search/selection strategies: (i) multi-objective search for accuracy and program length followed by DL/FBF selection; (ii) multi-objective search using DL directly as an objective; and (iii) single-objective optimisation with DL/FBF as the fitness. Across datasets we find that DL/FBF post-selection improves test performance compared to AIC/BIC baseline and that BIC in combination with the same function complexity penalty from DL/FBF produces similar results. In contrast, using DL/FBF directly as a fitness function in single-objective GPSR frequently induces premature convergence to overly simple models. We conclude with practical guidance for using DL/FBF as robust model-selection tools in genetic programming workflows.

📄 PDF Abstract BibTeX arXiv:2605.22374

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Semantic Neighborhood Ordering in Multi-objective Genetic Programming based on Decomposition

2021-02-28 · Fergal Stapleton, Edgar Galván

Semantic diversity in Genetic Programming has proved to be highly beneficial in evolutionary search. We have witnessed a surge in the number of scientific works in the area, starting first in discrete spaces and moving t…

DiversityEvolutionary Algorithms

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 nec…

Graph Neural NetworkSymbolic Regression

Using Traceless Genetic Programming for Solving Multiobjective Optimization Problems

2021-10-07 · Mihai Oltean, Crina Grosan

Traceless Genetic Programming (TGP) is a Genetic Programming (GP) variant that is used in cases where the focus is rather the output of the program than the program itself. The main difference between TGP and other GP te…

Multiobjective Optimization

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

Highlights of Semantics in Multi-objective Genetic Programming

2022-06-10 · Edgar Galván, Leonardo Trujillo, Fergal Stapleton

Semantics is a growing area of research in Genetic programming (GP) and refers to the behavioural output of a Genetic Programming individual when executed. This research expands upon the current understanding of semantic…

Binary ClassificationDiversitySemantic SimilaritySemantic Textual Similarity