Crates.io | liblbfgs-sys |
lib.rs | liblbfgs-sys |
version | 0.1.2 |
source | src |
created_at | 2021-01-17 12:29:56.177938 |
updated_at | 2022-03-02 15:31:48.39322 |
description | Low level Rust binding to libLBFGS |
homepage | |
repository | https://github.com/messense/liblbfgs-sys |
max_upload_size | |
id | 343106 |
size | 252,756 |
Low level Rust binding to libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)
Add it to your Cargo.toml
:
[dependencies]
liblbfgs-sys = "0.1"
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.