graphmind-optimization 0.8.4

High-performance metaheuristic optimization algorithms (Jaya, Rao, TLBO, BMR, BWR, QOJaya, ITLBO) in Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "graphmind-optimization"
version = "0.8.4"
authors = ["Sandeep Kunkunuru <team@graphmind.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance metaheuristic optimization algorithms (Jaya, Rao, TLBO, BMR, BWR, QOJaya, ITLBO) in Rust."
readme = "README.md"
keywords = [
    "optimization",
    "metaheuristic",
    "genetic-algorithm",
    "operations-research",
    "solver",
]
categories = [
    "algorithms",
    "science",
    "mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/fab679/graphmind"

[lib]
name = "graphmind_optimization"
path = "src/lib.rs"

[[test]]
name = "test_solvers"
path = "tests/test_solvers.rs"

[dependencies.ndarray]
version = "0.15"
features = ["serde"]

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.rayon]
version = "1.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"