liblbfgs 0.0.15

Fast and safe Rust implementation of LBFGS and OWL-QN algorithms ported from Naoaki Okazaki's C library libLBFGS.
Documentation
[[bench]]
harness = false
name = "rosenbrock"
[dependencies.anyhow]
version = "1"

[dependencies.log]
version = "^0.4"
[dev-dependencies.approx]
version = "0.3"

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

[dev-dependencies.vecfx]
version = "0.0.8"

[package]
authors = ["Wenping Guo <ybyygu@gmail.com>"]
description = "Fast and safe Rust implementation of LBFGS and OWL-QN algorithms ported from Naoaki Okazaki's C library libLBFGS."
edition = "2018"
exclude = ["bin/*", "docs/*", "liblbfgs/", "*.note*"]
homepage = "https://github.com/ybyygu/rust-lbfgs"
license = "MIT OR Apache-2.0"
name = "liblbfgs"
readme = "README.md"
repository = "https://github.com/ybyygu/rust-lbfgs"
version = "0.0.15"