jar

com.github.vinhkhuc : lbfgs4j

Maven & Gradle

Feb 06, 2017
13 stars

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

Table Of Contents

Latest Version

Download com.github.vinhkhuc : lbfgs4j JAR file - Latest Versions:

All Versions

Download com.github.vinhkhuc : lbfgs4j JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.2
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window lbfgs4j-0.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.lbfgs4j.liblbfgs

├─ com.github.lbfgs4j.liblbfgs.Arithmetic.class - [JAR]

├─ com.github.lbfgs4j.liblbfgs.Function.class - [JAR]

├─ com.github.lbfgs4j.liblbfgs.Lbfgs.class - [JAR]

├─ com.github.lbfgs4j.liblbfgs.LbfgsConstant.class - [JAR]

├─ com.github.lbfgs4j.liblbfgs.MutableDouble.class - [JAR]

com.github.lbfgs4j

├─ com.github.lbfgs4j.LbfgsMinimizer.class - [JAR]

Advertisement