[[bench]]
harness = false
name = "derivatives"
path = "benches/derivatives.rs"
[[bench]]
harness = false
name = "lbfgsb_benchmark"
path = "benches/lbfgsb_benchmark.rs"
[[bench]]
harness = false
name = "nelder_mead_benchmark"
path = "benches/nelder_mead_benchmark.rs"
[dependencies.ctrlc]
version = "3.5.0"
[dependencies.dyn-clone]
version = "1.0.20"
[dependencies.fastrand]
version = "2.3.0"
[dependencies.fastrand-contrib]
version = "0.1.0"
[dependencies.logsumexp]
version = "0.1.0"
[dependencies.nalgebra]
features = ["serde-serialize"]
version = "0.34.0"
[dependencies.num]
version = "0.4.3"
[dependencies.parking_lot]
features = ["serde"]
version = "0.12.4"
[dependencies.rustfft]
version = "6.4.0"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.219"
[dependencies.serde-pickle]
version = "1.2.0"
[dependencies.spec_math]
version = "0.1.6"
[dependencies.tabled]
default-features = false
features = ["std"]
version = "0.20.0"
[dependencies.typetag]
version = "0.2.20"
[dev-dependencies.approx]
version = "0.5.1"
[dev-dependencies.criterion]
features = ["html_reports"]
package = "codspeed-criterion-compat"
version = "3.0.5"
[[example]]
name = "multimodal_ess"
path = "examples/multimodal_ess/main.rs"
[[example]]
name = "multivariate_normal_ess"
path = "examples/multivariate_normal_ess/main.rs"
[[example]]
name = "multivariate_normal_fit"
path = "examples/multivariate_normal_fit/main.rs"
[[example]]
name = "pso"
path = "examples/pso/main.rs"
[features]
default = []
f32 = []
[lib]
bench = false
name = "ganesh"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "Function minimization in Rust, simplified"
documentation = "https://docs.rs/ganesh"
edition = "2021"
exclude = ["src/main.rs", "*.png", "*.svg", "*.gif", "*.pkl"]
homepage = "https://github.com/denehoffman/ganesh"
keywords = ["optimization", "minimization"]
license = "MIT OR Apache-2.0"
name = "ganesh"
readme = "README.md"
repository = "https://github.com/denehoffman/ganesh"
rust-version = "1.69.0"
version = "0.24.0"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "./docs/docs-header.html"]
[profile.profiling]
debug = 2
inherits = "release"