lbfgsb

Crates.iolbfgsb
lib.rslbfgsb
version0.1.0
sourcesrc
created_at2023-07-01 02:05:52.75354
updated_at2023-07-01 02:05:52.75354
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
size708,185
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