simplers_optimization 0.2.0

A Rust implementation of the Simple(x) black-box optimization algorithm.
Documentation
[package]
name = "simplers_optimization"
version = "0.2.0"
authors = ["Nestor Demeure"]
edition = "2018"

# description of the crate
# see https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata
description = "A Rust implementation of the Simple(x) black-box optimization algorithm."
repository = "https://github.com/nestordemeure/Simplers"
readme = "readme.md"
keywords = ["optimization", "optimisation", "black-box", "global-optimization", "global-optimisation"]
categories = ["algorithms", "science"] # crates.io/category_slugs
license = "Apache-2.0"

[dependencies]
priority-queue = "0.6.0"
ordered-float = "1.0.2"
num-traits = "0.2.8"