AgCSP is a tool design to help research on evolutionary computation. It provide a library wich enable the design of new evolutionary operator easily. Main caracteristics:
At this time, there is only a Source package
You can, take the Subversion version (At this time, i think you should not take it), or an archive version which is theoricaly more stable than the SVN version.
To get the SVN version follow this step. In a shell type :
$ svn co agcsp.svn.sourceforge.net:/svnroot/AgCSP/trunk
After a while you will have the sources in your directory. To compile them, for an obscure raison you have to to a :
touch aclocal.m4
before doing the ./configure
Here a link to the latest release : AgCSP-0.6.1.tar.gz
In the directory doc, there is a complete guide to the installation, but for now it is in french. So for the non-french people, here a short explanation.
First if you want all the tools you must have :
WxWindows a portabe GUI Perl a scripting langage GnuPlot a graph ploting tool PVM a parallele processing tool (but you still can use as a single user) One all of this work, you just type :
./configure make make install
in AgCSP directory and all must work fine. You can specify 2 option to the configuration file :
--enable-debug : activation of debug --disable-shared : do no build library a shared lib (faster)
After the installation you will have the folowing files installed :
Before launching this file you must copy the file agcsprc (which is in the sample directory) in your home directory with the name .agcsprc. You must edit this file and modify the 2 variable BASE and DATA for them to point at valide directory. BASE directory will keep the results from all the runs, and DATA is the directory wich keep configuration files.