jsubercaze / parallelJGAP

Fork of JGAP. Includes full multi-thread support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel JGAP

Fork of JGAP, a Java Genetic Algorithm and Genetic Programming library. The library is technically a bit outdated, but contains all the bells and whistles to quickly create GA and GP in Java.

The aim is to fully parallelize the library.

Changelog:

17-06-2015 : Slightly modify the structure to efficiently parallel fitness computation. Preliminary tests show good speedups

16-06-2015 : First version, fully mavenized, all tests ok. Removed trove dependency, replaced by Guava

About

Fork of JGAP. Includes full multi-thread support.

License:GNU Lesser General Public License v2.1


Languages

Language:Java 99.8%Language:HTML 0.2%