Grammatical evolution engine

From Makers Local 256
Revision as of 20:47, 27 July 2009 by Jmcarthur (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Creator:
Jake McArthur
Status:
Researching
Born On:
27 July 2009
Last Updated:
27 July 2009

Overview

This is an attempt at grammatical evolution, subsuming the GED project. Grammatical evolution is similar to genetic programming, but it is able to generate code in any arbitrary language. The actual genome representation for a generated program or algorithm is merely a sequence of codons. Each codon represents a choice to make in a BNF for the language the final program is to be written and tested in.

References