is not current version
Last Version 1.0.4

com.github.thssmonkey:LBFGS 1.0.3

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.

Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

com.github.thssmonkey
ArtifactId

ArtifactId

LBFGS
Version

Version

1.0.3
Type

Type

jar

Download LBFGS 1.0.3


<!-- https://jarcasting.com/artifacts/com.github.thssmonkey/LBFGS/ -->
<dependency>
    <groupId>com.github.thssmonkey</groupId>
    <artifactId>LBFGS</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thssmonkey/LBFGS/
implementation 'com.github.thssmonkey:LBFGS:1.0.3'
// https://jarcasting.com/artifacts/com.github.thssmonkey/LBFGS/
implementation ("com.github.thssmonkey:LBFGS:1.0.3")
'com.github.thssmonkey:LBFGS:jar:1.0.3'
<dependency org="com.github.thssmonkey" name="LBFGS" rev="1.0.3">
  <artifact name="LBFGS" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thssmonkey', module='LBFGS', version='1.0.3')
)
libraryDependencies += "com.github.thssmonkey" % "LBFGS" % "1.0.3"
[com.github.thssmonkey/LBFGS "1.0.3"]