lbfgsb-rs

Crates.iolbfgsb-rs
lib.rslbfgsb-rs
version0.1.0
sourcesrc
created_at2023-08-18 10:00:19.20877
updated_at2023-08-18 10:00:19.20877
descriptionRust wrapper for L-BFGS-B-C, a C version of the L-BFGS-B algorithm by Stephen Becker
homepage
repository
max_upload_size
id947738
size493,877
zeki (zekiblue)

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