Skip to content
/ jdeoptim Public
forked from vst/jdeoptim

Provides differential evolution algorithm implementation for optimizing real-valued functions with real-value parameters

License

Notifications You must be signed in to change notification settings

subes/jdeoptim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Provides differential evolution algorithm implementation for optimizing real-valued functions with real-value parameters

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%