| Crates.io | lbfgsb |
| lib.rs | lbfgsb |
| version | 0.1.1 |
| created_at | 2023-07-01 02:05:52.75354+00 |
| updated_at | 2025-08-05 02:09:10.725609+00 |
| description | Rust wrapper for L-BFGS-B-C, a C version of the L-BFGS-B algorithm by Stephen Becker |
| homepage | |
| repository | |
| max_upload_size | |
| id | 905185 |
| size | 718,236 |
This is a simple rust wrapper of C version of L-BFGS-B algorithm by Stephen Becker, which can efficiently handle large-scale optimization problems with simple bounds on the variables.
See tests/driver1.rs for details