fcmaes-core 0.1.4

Fast, parallel, gradient-free optimization algorithms implemented in pure 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 = "2024"
rust-version = "1.88"
name = "fcmaes-core"
version = "0.1.4"
authors = ["Dietmar Wolz"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, parallel, gradient-free optimization algorithms implemented in pure Rust."
homepage = "https://github.com/dietmarwo/fcmaes-rust"
documentation = "https://docs.rs/fcmaes-core"
readme = "README.md"
keywords = [
    "optimization",
    "black-box",
    "cma-es",
    "evolutionary",
    "multi-objective",
]
categories = [
    "algorithms",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/dietmarwo/fcmaes-rust"
resolver = "2"

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

[dependencies.libm]
version = "0.2"

[dependencies.nalgebra]
version = "0.33"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.rand_pcg]
version = "0.3"

[dependencies.rayon]
version = "1"