paper-with-me

홈 › Papers

SGP-DT: Semantic Genetic Programming Based on Dynamic Targets

2020-01-30 · Stefano Ruberto, Valerio Terragni, Jason H. Moore

Semantic GP is a promising approach that introduces semantic awareness during genetic evolution. This paper presents a new Semantic GP approach based on Dynamic Target (SGP-DT) that divides the search problem into multiple GP runs. The evolution in each run is guided by a new (dynamic) target based on the residual errors. To obtain the final solution, SGP-DT combines the solutions of each run using linear scaling. SGP-DT presents a new methodology to produce the offspring that does not rely on the classic crossover. The synergy between such a methodology and linear scaling yields to final solutions with low approximation error and computational cost. We evaluate SGP-DT on eight well-known data sets and compare with {\epsilon}-lexicase, a state-of-the-art evolutionary technique. SGP-DT achieves small RMSE values, on average 23.19% smaller than the one of {\epsilon}-lexicase.

📄 PDF Abstract BibTeX arXiv:2001.11535

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Transformer Semantic Genetic Programming for Symbolic Regression

2025-01-30 · Philipp Anthes, Dominik Sobania, Franz Rothlauf

In standard genetic programming (stdGP), solutions are varied by modifying their syntax, with uncertain effects on their semantics. Geometric-semantic genetic programming (GSGP), a popular variant of GP, effectively sear…

regressionSemantic SimilaritySemantic Textual SimilaritySymbolic Regression

The Inefficiency of Genetic Programming for Symbolic Regression -- Extended Version

2024-04-26 · Gabriel Kronberger, Fabricio Olivetti de Franca, Harry Desmond, Deaglan J. Bartlett 외

We analyse the search behaviour of genetic programming for symbolic regression in practically relevant but limited settings, allowing exhaustive enumeration of all solutions. This enables us to quantify the success proba…

regressionSymbolic Regression

Slope Stability Analysis with Geometric Semantic Genetic Programming

2017-08-30 · Juncai Xu, Zhenzhong Shen, Qingwen Ren, Xin Xie 외

Genetic programming has been widely used in the engineering field. Compared with the conventional genetic programming and artificial neural network, geometric semantic genetic programming (GSGP) is superior in astringenc…

General Classificationregression

Liquid State Genetic Programming

2023-12-05 · Mihai Oltean

A new Genetic Programming variant called Liquid State Genetic Programming (LSGP) is proposed in this paper. LSGP is a hybrid method combining a dynamic memory for storing the inputs (the liquid) and a Genetic Programming…

Benchmarking

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