GPsys 1.1

Adil Qureshi - June 1997

GPsys (pronounced gipsys) is a Java (requires Java 1.1 or later) based Genetic Programming system developed by Adil Qureshi.  The software including documentation, source and executables are made available for non-commercial use only.  Please feel free to email me if you experience any problems using GPsys.  Have fun... 

 Feature Summary Installation

Download one of the following and uncompress it :-



Testing

In a DOS shell or in a Unix shell, type the following :-

    cd gpsys-1.1
    java gpsys.lawnmower.LawnMower 0 100 50
    java gpsys.symreg.SymReg 0 200 50

To run the code from anywhere, add the full path of the gpsys directory to your classpath environment variable.