Lil-gp the 1-th

The original version of lil-gp is the work of Dr. Bill Punch and Douglas Zongker from the Michigan State Unverisity. What I did was, just as many other did before me, download lil-gp from the ftp server and take a good look at their soucre code ( I looked twice :-). Instead of reviewing their excellent software here, I chose to copy the list of features of lil-gp as they can be found on the website of the authors.


Overview of lilgp

lil-gp is a generic 'C' genetic programming tool. It was written with a number of goals in mind: speed, ease of use and support for a number of options including:

This software package provides you with a framework for genetic programming experiments that is both powerfull and flexible to use.

Since it is a framework the user only needs to provide those functions that are really interesting for his genetic programming research/project. This makes it obviously very easy to set up an genetic programming experiment.

The operation of the genetic programming kernel can be control by means of a configuration file. Most of the parameters have some well documented default value which makes it possible to run experiment without the need of creating a very elaborate configuration file.  Interesting as well is the fact that the configuration file mimics the C syntax. This is very convenient since the user does not need to learn yet another syntax to configure his experiments.

The most prominent feature of this software package (from the parallellisation point of view that is) is the support of multiple population. So what was done is basicly change the line "for a single processor( i.e.,you can do multiple population gp experiments on your PC)" to "for a single processor or multiple processors..."

The information provided on this page is copyrighted © by the Free University of Brussels and provided as is.
From more information contact Johan Parent