evolutionary 0.1.1

A fully extensible Rust framework for using paralyzed genetic algorithms to solve problems.
Documentation
[dependencies.dyn-clone]
version = "1.0.13"

[dependencies.ordered-float]
default-features = false
version = "4.2.0"

[dependencies.plotters]
version = "0.3.5"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.7"

[dependencies.serde]
version = "1.0.136"

[dependencies.serde_derive]
version = "1.0.183"

[dependencies.toml]
version = "0.8.2"

[package]
categories = ["algorithms", "science"]
description = "A fully extensible Rust framework for using paralyzed genetic algorithms to solve problems. "
edition = "2021"
homepage = "https://github.com/IgorFroehner/evolutionary-computing"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["framework", "genetic", "optimization", "evolutionary", "search"]
license = "MIT"
name = "evolutionary"
readme = "README.md"
repository = "https://github.com/IgorFroehner/evolutionary-computing"
version = "0.1.1"