overview
unEvo is an Eclipse plug-in designed to be a framework for the implementation of Evolutionary Algorithms focused on the Experimentation and Research process rather than the codification of the algorithm itself. The idea is to build a generic platform for implementing Evolutionary Algorithms upon libraries already developed like JGap, ECJ and others. These libraries are added following the eclipse plug-in architecture, in principle a plug-in that puts JGap 1.0 into unEvo will be written. The main components of an Evolutionary Algorithms will be added like plug-ins, these components are:
The only thing an user must to code is the fitness function, it can be written in Jython, an scripting language over java, which is very easy to learn and appropriate for users who don't have programming knowledge. unEvo is developed at the Intelligent Systems Research Lab (LISI), at the National University of Colombia. |
|