metaheuristics-nature 0.1.0

A collection of nature-inspired metaheuristic algorithms.
Documentation
[package]
name = "metaheuristics-nature"
description = "A collection of nature-inspired metaheuristic algorithms."
version = "0.1.0"
authors = ["KmolYuan <pyslvs@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/KmolYuan/metaheuristics-nature-rs"
keywords = ["metaheuristic", "algorithm", "optimization"]

[dependencies]
rand = "0.8.3"