|
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: Minor feature enhancements
Changes:
This release adds examples for grid computing and multithreaded
evolution. It has enhanced deserialization of Configuration and
random generators. The architecture has been improved regarding
configuration objects. A unique ID has been introduced to the
Configuration class to practically allow multiple instanced within the
same thread. The performance of GP logic has been improved.
org.jgap.gp.INodeValidator has been added to allow constraining
creation of individuals during evolution. The Fibonacci example has
been enhanced with INodeValidator. An Ant Trail example (GP) has
been added. A bug with BranchTypingCross has been fixed.
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
|