ganesh 0.8.0

Function minimization in Rust, simplified
Documentation
[[bench]]
harness = false
name = "rosenbrock_benchmark"
path = "benches/rosenbrock_benchmark.rs"

[dependencies.nalgebra]
version = "0.33.0"

[dependencies.num]
version = "0.4.3"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "Function minimization in Rust, simplified"
documentation = "https://docs.rs/ganesh"
edition = "2021"
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"
version = "0.8.0"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "./docs-header.html"]