differential-evolution 0.2.2

Simple and powerful global optimization using a self-adapting differential evolution.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Changelog

## 2016-09-08
I'm adding documentation, and use the excellent rand crate as a template for that.

## 2016-09-06
It seems to work, and I have done some optimizations as well. My tests work nicely, so I've change the version to 0.1.1.

## 2016-09-02
Currently this is my little learning project, to get to know rust.
I try to crate a nice generic API interface, but first I just try to get it to work on a little example and set up everything correctly.