optlib 0.3.0

The optimization algorithms realized in Rust. In given time realized genetic and particle swarm algorithms.
Documentation
[package]
name = "optlib"
version = "0.3.0"
authors = ["Eugene Ilin <jenyay.ilin@gmail.com>"]
edition = "2018"
keywords = ["genetic", "optimization", "math", "algorithms"]
categories = ["algorithms", "science"]
description = "The optimization algorithms realized in Rust. In given time realized genetic and particle swarm algorithms."
license = "MIT"
readme = "../README.md"
homepage = "https://github.com/Jenyay/rust-optimization"
repository = "https://github.com/Jenyay/rust-optimization"

[dependencies]
num = "0.2"
rand = "0.6.4"

[dev-dependencies]
optlib-testfunc = { path = "../optlib-testfunc", version = "0.1.0"}

[badges]
maintenance = { status = "actively-developed" }