paper-with-me

홈 › Papers

PonyGE2: Grammatical Evolution in Python

2017-03-24 · Michael Fenton, James McDermott, David Fagan, Stefan Forstenlechner, Michael O'Neill, Erik Hemberg

Grammatical Evolution (GE) is a population-based evolutionary algorithm, where a formal grammar is used in the genotype to phenotype mapping process. PonyGE2 is an open source implementation of GE in Python, developed at UCD's Natural Computing Research and Applications group. It is intended as an advertisement and a starting-point for those new to GE, a reference for students and researchers, a rapid-prototyping medium for our own experiments, and a Python workout. As well as providing the characteristic genotype to phenotype mapping of GE, a search algorithm engine is also provided. A number of sample problems and tutorials on how to use and adapt PonyGE2 have been developed.

📄 PDF Abstract BibTeX arXiv:1703.08535

Code (6)

jmmcd/PonyGE2 공식 구현
PonyGE/PonyGE2
abogdanova/SwarmGE
codykenb/PonyGE2
dinizjessica/cnn_grammar
tomash87/GECS

Similar Papers 제목 키워드 기반

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…

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…

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 …

Estimation of total body fat using symbolic regression and evolutionary algorithms

2025-03-01 · Jose-Manuel Muñoz, Odin Morón-García, J. Ignacio Hidalgo, Omar Costilla-Reyes

Body fat percentage is an increasingly popular alternative to Body Mass Index to measure overweight and obesity, offering a more accurate representation of body composition. In this work, we evaluate three evolutionary c…

Evolutionary AlgorithmsregressionSymbolic Regression

BDI-Kit Demo: A Toolkit for Programmable and Conversational Data Harmonization

2026-04-07 · Roque Lopez, Yurong Liu, Christos Koutras, Juliana Freire arxiv

Data harmonization remains a major bottleneck for integrative analysis due to heterogeneity in schemas, value representations, and domain-specific conventions. BDI-Kit provides an extensible toolkit for schema and value …