wolfe_bfgs 0.3.0

Dense BFGS optimization in Rust with Strong Wolfe line search.
Documentation

wolfe_bfgs

wolfe_bfgs is the focused BFGS crate from this repository.

It exposes only the first-order BFGS API:

  • Bfgs
  • Problem
  • optimize
  • FirstOrderObjective
  • BfgsSolution
  • related configuration and error types

Add it with:

[dependencies]
wolfe_bfgs = "0.3.0"