[build-dependencies.grep]
version = "0.4.1"
[build-dependencies.walkdir]
version = "2.5.0"
[dependencies.log]
version = "0.4.29"
[dependencies.ndarray]
version = "0.17.1"
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dev-dependencies.serde_json]
version = "1.0.148"
[dev-dependencies.spectral]
version = "0.6.0"
[lib]
name = "wolfe_bfgs"
path = "src/lib.rs"
[package]
authors = ["Paul Kernfeld <paulkernfeld@gmail.com>", "SauersML"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science", "algorithms"]
description = "A dense BFGS optimization algorithm in Rust, with a Strong Wolfe line search and initial Hessian scaling."
documentation = "https://github.com/SauersML/"
edition = "2024"
keywords = ["optimization", "bfgs", "science"]
license = "MIT OR Apache-2.0"
name = "wolfe_bfgs"
readme = "README.md"
repository = "https://github.com/SauersML/wolfe_bfgs"
version = "0.2.1"