https://github.com/messense/liblbfgs-sys
Low level Rust binding to libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)
https://github.com/messense/liblbfgs-sys
Last synced: about 1 year ago
JSON representation
Low level Rust binding to libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)
- Host: GitHub
- URL: https://github.com/messense/liblbfgs-sys
- Owner: messense
- License: mit
- Created: 2021-01-17T12:21:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T15:31:40.000Z (over 4 years ago)
- Last Synced: 2025-04-23T02:14:45.959Z (about 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# liblbfgs-sys
[](https://github.com/messense/liblbfgs-sys/actions?query=workflow%3ACI)
[](https://crates.io/crates/liblbfgs-sys)
[](https://docs.rs/liblbfgs-sys/)
Low level Rust binding to [libLBFGS](https://github.com/chokkan/liblbfgs): a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)
## Installation
Add it to your ``Cargo.toml``:
```toml
[dependencies]
liblbfgs-sys = "0.1"
```
## License
This work is released under the MIT license. A copy of the license is provided
in the [LICENSE](./LICENSE) file.