wolfe_bfgs 0.1.0

A dense BFGS optimization algorithm in Rust, with a Strong Wolfe line search and initial Hessian scaling.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[tasks.readme]
install_crate = "readme"
command = "cargo"
args = ["readme", "-o", "README.md"]

[tasks.all]
dependencies = [
    "test",
    "clippy",
    "format",
    "readme",
    "docs",
]