|
About:
JGAP (pronounced "jay-gap") is a genetic algorithms package written in Java. It is designed to require minimum effort to use "out of the box", but is highly modular and allows custom components to be easily plugged in by the more adventurous.
Release focus: Major feature enhancements
Changes:
Genetic programming capabilities have been added. The classes are put into the package org.jgap.gp. An example can be found in the package examples.gp. Some unit tsts are available as well. This release has been made distributed by converting several fields to transient, making classes serializable, and using synchronized lists instead of pure ArrayLists. This release makes configuration serializable and marks some references in it as transient. The method Genotype.setActiveConfiguration has been removed.
Author:
mrblah [contact developer]
Homepage:
http://jgap.sourceforge.net/
Zip:
http://prdownloads.sourceforge.net/jgap/jgap_3.3.3_full.zip
Changelog:
https://sourceforge.net/[..]tes.php?release_id=598187&group_id=11618
CVS tree (cvsweb):
http://sourceforge.net/cvs/?group_id=11618
Bug tracker:
http://sourceforge.net/tracker/?group_id=11618&atid=111618
Mailing list archive:
http://sourceforge.net/mail/?group_id=11618
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|