[dependencies.ndarray]
version = "0.16.1"
[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dev-dependencies.serde_json]
version = "1.0.140"
[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 = false
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/bfgs"
version = "0.1.2"