lbfgsb

Crates.iolbfgsb
lib.rslbfgsb
version0.1.1
created_at2023-07-01 02:05:52.75354+00
updated_at2025-08-05 02:09:10.725609+00
descriptionRust wrapper for L-BFGS-B-C, a C version of the L-BFGS-B algorithm by Stephen Becker
homepage
repository
max_upload_size
id905185
size718,236
Wenping Guo (ybyygu)

documentation

README

BSD-3 licensed Crates.io

Features

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.

Usage

See tests/driver1.rs for details

Commit count: 0

cargo fmt