Limited-memory BFGS (L-BFGS) is an optimization algorithm in the family of quasi-Newton methods that approximates the Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm using a limited amount of computer memory. It is a popular algorithm for parameter estimation in machine learning. The algorithm's target problem is to minimize f(x) over unconstrained values of the real-vector x where f is a differentiable scalar function.
Version1.0.4compared with
Version Details
| 1.0.3 | 1.0.4 | |
|---|---|---|
| Release date | May 02, 2019 | May 16, 2019 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Test Changes (2)
| 1.0.3 | 1.0.4 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.apache.flink » flink-test-utils_2.11 | - | 1.7.1 |
| + Added | org.scalatest » scalatest_2.11 | - | 3.0.0 |