ganesh 0.2.0

Function minimization in Rust, simplified
Documentation
[[bench]]
harness = false
name = "rosenbrock_benchmark"

[dependencies.nalgebra]
version = "0.33.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.typed-builder]
version = "0.18.2"

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

[package]
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-file = "LICENSE"
name = "ganesh"
readme = "README.md"
repository = "https://github.com/denehoffman/ganesh"
version = "0.2.0"

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