Last Version

A direct Java port of liblbfgs 0.2.1

lbfgs4j is a Java version of liblbfgs, a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS).

License

License

MIT License
GroupId

GroupId

com.github.vinhkhuc
ArtifactId

ArtifactId

lbfgs4j
Version

Version

0.2.1
Type

Type

jar
Description

Description

A direct Java port of liblbfgs
lbfgs4j is a Java version of liblbfgs, a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS).
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/vinhkhuc/lbfgs4j

Download lbfgs4j 0.2.1


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.