vinhkhuc/lbfgs4j
Java version of liblbfgs: http://www.chokkan.org/software/liblbfgs/
This is a Java library for developers who need to find the minimum value of complex mathematical functions. You provide the function and its gradient, and it calculates the input values that result in the function's smallest output. It's used by software engineers building applications that require efficient numerical optimization.
No commits in the last 6 months.
Use this if you are a Java developer building an application that needs to solve unconstrained minimization problems for mathematical functions.
Not ideal if you are not a Java developer or if you need to solve constrained optimization problems.
Stars
16
Forks
1
Language
Java
License
MIT
Category
Last pushed
Dec 16, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vinhkhuc/lbfgs4j"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
optimatika/ojAlgo
oj! Algorithms
deepjavalibrary/djl-demo
Demo applications showcasing DJL
deeplearning4j/deeplearning4j
Suite of tools for deploying and training deep learning models using the JVM. Highlights include...
deepjavalibrary/djl
An Engine-Agnostic Deep Learning Framework in Java
deeplearning4j/deeplearning4j-examples
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)