PonyGE2: Grammatical Evolution in Python
Michael Fenton, James McDermott, David Fagan, Stefan Forstenlechner, Michael O'Neill, Erik Hemberg
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/jmmcd/PonyGE2OfficialIn papernone★ 0
- github.com/codykenb/PonyGE2none★ 0
- github.com/dinizjessica/cnn_grammarnone★ 0
- github.com/PonyGE/PonyGE2none★ 0
- github.com/tomash87/GECSnone★ 0
- github.com/abogdanova/SwarmGEnone★ 0
Abstract
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.