Readablewiki

Java Grammatical Evolution

Content sourced from Wikipedia, licensed under CC BY-SA 3.0.

Java Grammatical Evolution is an implementation of grammatical evolution in the Java programming language. Notable projects are the jGE library and GEVA. jGE was the first Java version, while GEVA is another Java implementation developed at University College Dublin's Natural Computing Research & Applications group, led by Dr. Michael O'Neill, one of the inventors of grammatical evolution.

The jGE library provides a free, open-source, extendable framework for experimenting with evolutionary computation. It can support implementing any evolutionary algorithm through extensions, and its design makes it easy to add new experiments inspired by natural evolution.

You can download the jGE binary, source code, documentation, and the jGE NetLogo extension from the jGE official site. The jGE library is released under the GNU General Public License v3.


This page was last edited on 2 February 2026, at 04:07 (CET).