Re: GP: Searching for good C++ Kernel



I've recently been working on a GA project using Evolving Objects
(eodev.sourceforge.net) which also supports GP and other flavors of
evolutionary computing.

I also looked at OpenBEAGLE. These two are the most advanced
frameworks that I found for C++. I chose EO because it uses templates
(which are more powerful IMO) while OpenBEAGLE uses inheritance.

-Matt

.