cmaes 0.2.0

An implementation of the CMA-ES optimization algorithm.
Documentation
[[bench]]
harness = false
name = "iter"
[dependencies.nalgebra]
version = "0.30.1"

[dependencies.nalgebra-lapack]
default-features = false
version = "0.21.0"

[dependencies.plotters]
default-features = false
features = ["bitmap_backend", "bitmap_encoder", "line_series"]
optional = true
version = "0.3.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_chacha]
version = "0.3.1"

[dependencies.rayon]
version = "1.5.1"

[dependencies.statrs]
version = "0.15.0"
[dev-dependencies.assert_approx_eq]
version = "1.1.0"

[dev-dependencies.criterion]
default-features = false
features = ["html_reports", "cargo_bench_support"]
version = "0.3.5"

[features]
accelerate = ["nalgebra-lapack/accelerate"]
default = ["plotters", "netlib"]
intel-mkl = ["nalgebra-lapack/intel-mkl"]
netlib = ["nalgebra-lapack/netlib"]
openblas = ["nalgebra-lapack/openblas"]

[package]
description = "An implementation of the CMA-ES optimization algorithm."
documentation = "https://docs.rs/cmaes"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "cmaes"
readme = "README.md"
repository = "https://github.com/pengowen123/cmaes"
resolver = "2"
version = "0.2.0"