An open API service indexing awesome lists of open source software.

https://github.com/vst/jdeoptim

Provides differential evolution algorithm implementation for optimizing real-valued functions with real-value parameters
https://github.com/vst/jdeoptim

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Java Differential Evolution Algorithm

[![Build Status](https://travis-ci.org/vst/jdeoptim.svg?branch=develop)](https://travis-ci.org/vst/jdeoptim)

**jdeoptim** is an implementation of differential evolution algoritm.

For more information, please check [Wikipedia Entry](http://en.wikipedia.org/wiki/Differential_evolution).

Note that this library is developed targeting Java 8.

# License

This work is licensed under Apache License Version 2.0.