Tagged Questions
13
votes
5answers
1k views
Genetic Programming library for Java
I'm looking for a good genetic programming library for JVM. (not genetic algorithm but genetic programming)
I tried JGAP (jgap.sourceforge.net) and Watchmaker (watchmaker.uncommons.org). ...
6
votes
7answers
1k views
Which Java library/libraries for Genetic Algorithms?
I want to implement some simple genetic algorithms in Java.
So far I found only JGAP. Did somebody has some experience with that? And do you know other Java libraries for GA?
I do not want to write ...
5
votes
5answers
1k views
2
votes
1answer
77 views
Performant and Easy to Use Non-GPLed Genetic Programming Library
I would like to build an application that uses Genetic Programming to figure out what exactly the user is asking. It's a programming application for non-programmers. Basically the user feeds the ...