| Crates.io | lbfgsb-rs |
| lib.rs | lbfgsb-rs |
| version | 0.1.0 |
| created_at | 2023-08-18 10:00:19.20877+00 |
| updated_at | 2023-08-18 10:00:19.20877+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 | 947738 |
| size | 493,877 |
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