direct 0.1.0

Implementation of the multi-dimensional DIRECT function optimization algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "direct"
version = "0.1.0"
authors = ["Philipp Brüschweiler <blei42@gmail.com>"]
description = "Implementation of the multi-dimensional DIRECT function optimization algorithm."
license = "MIT"
repository = "https://gitlab.com/blei42/direct"

[dependencies]
ordered-float = "0.2"

[dev-dependencies]
float-cmp = "0.2"