|
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 were added. JGAP
was made distributed by converting several fields
to transient, making classes serializable, and
using synchronized lists instead of pure
ArrayLists. Configuration was made serializable,
and some references in it were marked as
transient. A check was done to ensure that certain
properties (such as fitness function) can only be
set once in the configuration for the current
thread.
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
|