paper-with-me

Papers

Probabilistic Grammatical Evolution

2021-03-15 · Jessica Mégane, Nuno Lourenço, Penousal Machado

Grammatical Evolution (GE) is one of the most popular Genetic Programming (GP) variants, and it has been used with success in several problem domains. Since the original proposal, many enhancements have been proposed to GE in order to address some of its main issues and improve its performance. In this paper we propose Probabilistic Grammatical Evolution (PGE), which introduces a new genotypic representation and new mapping mechanism for GE. Specifically, we resort to a Probabilistic Context-Free Grammar (PCFG) where its probabilities are adapted during the evolutionary process, taking into account the productions chosen to construct the fittest individual. The genotype is a list of real values, where each value represents the likelihood of selecting a derivation rule. We evaluate the performance of PGE in two regression problems and compare it with GE and Structured Grammatical Evolution (SGE). The results show that PGE has a a better performance than GE, with statistically significant differences, and achieved similar performance when comparing with SGE.

📄 PDF Abstract BibTeX arXiv:2103.08389

Code (1)

jessicamegane/pge 공식 구현

Similar Papers 제목 키워드 기반

Probabilistic Structured Grammatical Evolution

2022-05-21 · Jessica Mégane, Nuno Lourenço, Penousal Machado

The grammars used in grammar-based Genetic Programming (GP) methods have a significant impact on the quality of the solutions generated since they define the search space by restricting the solutions to its syntax. In th…

Co-evolutionary Probabilistic Structured Grammatical Evolution

2022-04-19 · Jessica Mégane, Nuno Lourenço, Penousal Machado

This work proposes an extension to Structured Grammatical Evolution (SGE) called Co-evolutionary Probabilistic Structured Grammatical Evolution (Co-PSGE). In Co-PSGE each individual in the population is composed by a gra…

Context Matters: Adaptive Mutation for Grammars

2023-03-25 · Pedro Carvalho, Jessica Mégane, Nuno Lourenço, Penousal Machado

This work proposes Adaptive Facilitated Mutation, a self-adaptive mutation method for Structured Grammatical Evolution (SGE), biologically inspired by the theory of facilitated variation. In SGE, the genotype of individu…

Symbolic Regression

AutoML Strategy Based on Grammatical Evolution: A Case Study about Knowledge Discovery from Text

2019-07-01 · ACL 2019 7 · Suilan Estevez-Velarde, Yoan Guti{\'e}rrez, Andr{\'e}s Montoyo, Yudivi{\'a}n Almeida-Cruz

The process of extracting knowledge from natural language text poses a complex problem that requires both a combination of machine learning techniques and proper feature selection. Recent advances in Automatic Machine Le…

AutoMLBIG-bench Machine Learningfeature selection

AI Methods in Algorithmic Composition: A Comprehensive Survey

2014-02-04 · Jose David Fernandez, Francisco Vico

Algorithmic composition is the partial or total automation of the process of music composition by using computers. Since the 1950s, different computational techniques related to Artificial Intelligence have been used for…

Evolutionary AlgorithmsSurvey