wolfe_bfgs 0.2.3

A dense BFGS optimization algorithm in Rust, with a Strong Wolfe line search and initial Hessian scaling.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "wolfe_bfgs"
version = "0.2.3"
authors = [
    "Paul Kernfeld <paulkernfeld@gmail.com>",
    "SauersML",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dense BFGS optimization algorithm in Rust, with a Strong Wolfe line search and initial Hessian scaling."
documentation = "https://github.com/SauersML/"
readme = "README.md"
keywords = [
    "optimization",
    "bfgs",
    "science",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SauersML/wolfe_bfgs"

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

[dependencies.log]
version = "0.4.29"

[dependencies.ndarray]
version = "0.17.1"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.148"

[dev-dependencies.spectral]
version = "0.6.0"

[build-dependencies.grep]
version = "0.4.1"

[build-dependencies.walkdir]
version = "2.5.0"