optlib 0.3.0

The optimization algorithms realized in Rust. In given time realized genetic and particle swarm algorithms.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.num]
version = "0.2"

[dependencies.rand]
version = "0.6.4"
[dev-dependencies.optlib-testfunc]
version = "0.1.0"

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