DOC

com.github.thssmonkey : LBFGS

Maven & Gradle

May 16, 2019
1 stars

LBFGS · 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.

Table Of Contents

Latest Version

Download com.github.thssmonkey : LBFGS Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.thssmonkey : LBFGS Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file LBFGS-1.0.4-javadoc.jar to LBFGS-1.0.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder LBFGS-1.0.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "LBFGS-1.0.4-sources.jar" -d "LBFGS-1.0.4-javadoc" -subpackages 

Advertisement

Dependencies from Group

May 16, 2019
1 stars

Discover Dependencies

Jul 04, 2023
1 usages
14 stars
Sep 05, 2019
3 usages
Jul 21, 2023
2 usages
8 stars
May 01, 2019
2 stars
Aug 25, 2023
4 usages
3.9k stars
Sep 29, 2022
8 usages
15 stars
Sep 29, 2021
7 usages
261 stars
May 06, 2019
0 stars
Aug 08, 2022
4 usages
595 stars