An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# liblbfgs-sys

[![CI](https://github.com/messense/liblbfgs-sys/workflows/CI/badge.svg)](https://github.com/messense/liblbfgs-sys/actions?query=workflow%3ACI)
[![Crates.io](https://img.shields.io/crates/v/liblbfgs-sys.svg)](https://crates.io/crates/liblbfgs-sys)
[![docs.rs](https://docs.rs/liblbfgs-sys/badge.svg)](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.