rusty_genes 0.1.3

A library for implementing and executing evolutionary algorithms with customizable models.
Documentation
[[bench]]
harness = false
name = "benchmarks"

[dependencies.object-pool]
version = "0.5.4"

[dependencies.rand]
features = ["small_rng"]
version = "0.8.5"

[dependencies.rayon]
version = "1.6.1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4.0"

[package]
authors = ["Kambiz Khojasteh"]
description = "A library for implementing and executing evolutionary algorithms with customizable models."
documentation = "https://docs.rs/rusty_genes/0.1.3"
edition = "2021"
license = "MIT"
name = "rusty_genes"
readme = "README.md"
repository = "https://github.com/Khojasteh/rusty_genes"
version = "0.1.3"