jdeoptim is an implementation of differential evolution algoritm.
For more information, please check Wikipedia Entry.
Note that this library is developed targeting Java 8.
This is a fork of https://github.com/vst/jdeoptim which seems to be unmaintained for a while now. Here some code cleanup has happened, performance improvements were made and a few features were added as they were needed.
Releases and snapshots are deployed to this maven repository:
http://invesdwin.de/repo/invesdwin-oss-remote/
Dependency declaration:
<dependency>
<groupId>com.vsthost.rnd</groupId>
<artifactId>jdeoptim</artifactId>
<version>0.0.10-inv</version>
</dependency>
This work is licensed under Apache License Version 2.0.