JGEA: a Modular Java Framework for Experimenting with Evolutionary Computation

Type:

Conf

Authors:

Eric Medvet, Giorgia Nadizar, Luca Manzoni

In:

Workshop Evolutionary Computation Software Systems (EvoSoft@GECCO), held in Boston (USA)

Year:

2022

Links and material:

Abstract #

We present the Java General Evolutionary Algorithm (JGEA) framework, a modular Java framework for experimenting with Evolutionary Computation (EC). We designed JGEA to be (a) aimed at providing a general interface to potentially all Evolutionary Algorithms (EAs), yet (b) solid and easy to use for people who rely on EC as a tool. To this extent, we developed JGEA including a range of ready-to-use EAs, backed by a modular architecture, comprising diverse layers of abstraction, which simplifies the implementation of new EAs and the addition of new features. Here, we detail the general structure of JGEA, focusing on its high-level components, and present the use case of the introduction of a new EA in the framework. To complete the picture, we illustrate the application of JGEA for solving a real world problem, from its formal definition in the framework to the saving and processing of results. The source code of JGEA is available at https://github.com/ericmedvet/jgea.