Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 859 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 859 Bytes

Java Differential Evolution Algorithm

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.

Maven

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>

License

This work is licensed under Apache License Version 2.0.