Java Grammatical Evolution


In computer science, Java Grammatical Evolution is an implementation of grammatical evolution in the Java programming language. Examples include jGE library and GEVA.

jGE library

jGE library was the first published implementation of grammatical evolution in the Java language. Today, another well-known published Java implementation exists, named . GEVA was developed at University College Dublin's Natural Computing Research & Applications group under the guidance of one of the inventors of grammatical evolution,
jGE library aims to provide not only an implementation of grammatical evolution, but also a free, open-source, and extendable framework for experimentation in the area of evolutionary computation. Namely, it supports the implementation of any evolutionary algorithm. Furthermore, its extendable architecture and design facilitates the implementation and incorporation of new experimental implementation inspired by natural evolution and biology.
The jGE library binary file, the source code, the documentation, and an extension for the , named jGE NetLogo extension, can be downloaded from the .

License

The jGE library is free software released under the .