| License |
License |
|---|---|
| GroupId | GroupIdcom.dbtsai.lbfgs |
| ArtifactId | ArtifactIdlbfgs |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlbfgs
A Java Port of L-BFGS variant Optimization Algorithms.
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationcom.dbtsai.lbfgs |
| Filename | Size |
|---|---|
| lbfgs-0.1.pom | |
| lbfgs-0.1.jar | 8 KB |
| lbfgs-0.1-sources.jar | 13 KB |
| lbfgs-0.1-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dbtsai.lbfgs/lbfgs/ -->
<dependency>
<groupId>com.dbtsai.lbfgs</groupId>
<artifactId>lbfgs</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dbtsai.lbfgs/lbfgs/
implementation 'com.dbtsai.lbfgs:lbfgs:0.1'
// https://jarcasting.com/artifacts/com.dbtsai.lbfgs/lbfgs/
implementation ("com.dbtsai.lbfgs:lbfgs:0.1")
'com.dbtsai.lbfgs:lbfgs:jar:0.1'
<dependency org="com.dbtsai.lbfgs" name="lbfgs" rev="0.1">
<artifact name="lbfgs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dbtsai.lbfgs', module='lbfgs', version='0.1')
)
libraryDependencies += "com.dbtsai.lbfgs" % "lbfgs" % "0.1"
[com.dbtsai.lbfgs/lbfgs "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.3 |