Introduction - If you have any usage issues, please Google them yourself
The GP kernel is a C++ class library that can be used to apply genetic
programming techniques to all kinds of problems. The library defines
a class hierarchy. An integral component is the ability to produce
automatically defined functions as found in Koza s "Genetic
Programming II".
Packet : 31767645gpc 0.5.2.zip filelist
gpc++0.5.2/
gpc++0.5.2/ant/
gpc++0.5.2/ant/ant.cc
gpc++0.5.2/ant/ant.h
gpc++0.5.2/ant/ant.ini
gpc++0.5.2/ant/Makefile
gpc++0.5.2/ant/santafe.trl
gpc++0.5.2/ant/trail.cc
gpc++0.5.2/ant/trail.h
gpc++0.5.2/COPYING
gpc++0.5.2/doc/
gpc++0.5.2/doc/gp.ps
gpc++0.5.2/doc/gp2side.ps
gpc++0.5.2/doc/gpintro.ps
gpc++0.5.2/doc/gpkernel_1.html
gpc++0.5.2/doc/gpkernel_2.html
gpc++0.5.2/doc/gpkernel_3.html
gpc++0.5.2/doc/gpkernel_toc.html
gpc++0.5.2/doc/images/
gpc++0.5.2/doc/images/creation.gif
gpc++0.5.2/doc/images/crossove.gif
gpc++0.5.2/doc/images/dememig.gif
gpc++0.5.2/doc/images/demesize.gif
gpc++0.5.2/doc/images/demgroup.gif
gpc++0.5.2/doc/images/gpcontainer.gif
gpc++0.5.2/doc/images/hierarchy.gif
gpc++0.5.2/doc/images/maxdepth.gif
gpc++0.5.2/doc/images/popsize.gif
gpc++0.5.2/doc/images/popsizec.gif
gpc++0.5.2/doc/images/select.gif
gpc++0.5.2/doc/images/shrnkmut.gif
gpc++0.5.2/doc/images/steady.gif
gpc++0.5.2/doc/images/swapmut.gif
gpc++0.5.2/doc/images/toursize.gif
gpc++0.5.2/FILES
gpc++0.5.2/History
gpc++0.5.2/include/
gpc++0.5.2/include/gp.h
gpc++0.5.2/include/gpconfig.h
gpc++0.5.2/INSTALL
gpc++0.5.2/lawn/
gpc++0.5.2/lawn/lawn.cc
gpc++0.5.2/lawn/lawn.h
gpc++0.5.2/lawn/lawn.ini
gpc++0.5.2/lawn/Makefile
gpc++0.5.2/lawn/mower.cc
gpc++0.5.2/lib/
gpc++0.5.2/Makefile
gpc++0.5.2/Makefile.ini
gpc++0.5.2/README
gpc++0.5.2/skeleton/
gpc++0.5.2/skeleton/Makefile
gpc++0.5.2/skeleton/skeleton.cc
gpc++0.5.2/src/
gpc++0.5.2/src/compare.cc
gpc++0.5.2/src/config.cc
gpc++0.5.2/src/contain.cc
gpc++0.5.2/src/create.cc
gpc++0.5.2/src/cross.cc
gpc++0.5.2/src/eval.cc
gpc++0.5.2/src/gene.cc
gpc++0.5.2/src/generate.cc
gpc++0.5.2/src/gp.cc
gpc++0.5.2/src/gprand.cc
gpc++0.5.2/src/gpv.cc
gpc++0.5.2/src/loadsave.cc
gpc++0.5.2/src/Makefile
gpc++0.5.2/src/misc.cc
gpc++0.5.2/src/mutate.cc
gpc++0.5.2/src/node.cc
gpc++0.5.2/src/pop.cc
gpc++0.5.2/src/select.cc
gpc++0.5.2/symbreg/
gpc++0.5.2/symbreg/Makefile
gpc++0.5.2/symbreg/symbreg.cc
gpc++0.5.2/symbreg/symbreg.h
gpc++0.5.2/symbreg/symbreg.ini
gpc++0.5.2/ToDo