As part of another project I revisited some Java code for developing genetic algorithms (GA). I had programmed them earlier as part of our Agent-based simulations where banks’ decision making evolved through the use of genetic algorithms. I decided to make the general purpose GA code available in case someone finds a use for it. The Javadoc and source files are available here. There is also an example for the iterated Prisoner’s Dilemma. I’m happy to answer any questions.
This entry was posted in Research, Tools and software. Bookmark the
permalink. Comments are closed, but you can leave a trackback:
Trackback URL.
Genetic algorithms in Java
As part of another project I revisited some Java code for developing genetic algorithms (GA). I had programmed them earlier as part of our Agent-based simulations where banks’ decision making evolved through the use of genetic algorithms. I decided to make the general purpose GA code available in case someone finds a use for it. The Javadoc and source files are available here. There is also an example for the iterated Prisoner’s Dilemma. I’m happy to answer any questions.