Download lbfgs-0.1.jar file - Jar l

Jar examples for l:lbfgs

Description

A Java Port of L-BFGS variant Optimization Algorithms.

You can download jar file lbfgs 0.1 in this page.

License

Apache License 2.0

Build File

You can use the following script to add lbfgs-0.1.jar to your project.

<dependency>
   <groupId>com.dbtsai.lbfgs</groupId>
   <artifactId>lbfgs</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'com.dbtsai.lbfgs', name: 'lbfgs', version: '0.1'
libraryDependencies += "com.dbtsai.lbfgs" % "lbfgs" % "0.1"
<dependency org="com.dbtsai.lbfgs" name="lbfgs" rev="0.1"/>
@Grapes(@Grab(group='com.dbtsai.lbfgs', module='lbfgs', version='0.1'))
'com.dbtsai.lbfgs:lbfgs:jar:0.1'

Download

Click the following link to download the jar file.

lbfgs-0.1-javadoc.jar
lbfgs-0.1-sources.jar
lbfgs-0.1.jar
lbfgs-0.1.pom



Related Tutorials