MVN

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.

<dependency>
    <groupId>com.github.thssmonkey</groupId>
    <artifactId>LBFGS</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.thssmonkey : LBFGS to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.github.thssmonkey : LBFGS to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
LBFGS-1.0.4
LBFGS-1.0.3
LBFGS-1.0.2
LBFGS-1.0.1

How to add a dependency to Maven

Add the following com.github.thssmonkey : LBFGS maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.thssmonkey</groupId>
    <artifactId>LBFGS</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.thssmonkey : LBFGS gradle dependency to your build.gradle file:

implementation 'com.github.thssmonkey:LBFGS:1.0.4'

Gradle Kotlin DSL: Add the following com.github.thssmonkey : LBFGS gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.thssmonkey:LBFGS:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.thssmonkey : LBFGS sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.thssmonkey" % "LBFGS" % "1.0.4"

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