raymondyfei/lbfgsb-gpu
An open source library for the GPU-implementation of L-BFGS-B algorithm
This library offers a significantly faster way to solve complex optimization problems by using your computer's graphics card (GPU). It takes mathematical functions with defined boundaries and quickly finds the optimal solution. Scientists, engineers, and researchers working on large-scale simulations or data fitting will find this useful for accelerating their numerical computations.
145 stars. No commits in the last 6 months.
Use this if you need to rapidly solve large-scale nonlinear optimization problems with boundary constraints, especially in fields like computational physics or machine learning, and have access to an NVIDIA GPU.
Not ideal if your optimization problems are small, don't require high computational speed, or if you don't have an NVIDIA GPU, as it's designed to leverage GPU acceleration.
Stars
145
Forks
23
Language
C++
License
MPL-2.0
Category
Last pushed
Aug 28, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/raymondyfei/lbfgsb-gpu"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mlverse/torch
R Interface to Torch
modern-fortran/neural-fortran
A parallel framework for deep learning
Beliavsky/Fortran-code-on-GitHub
Directory of Fortran codes on GitHub, arranged by topic
Cambridge-ICCS/FTorch
A library for directly calling PyTorch ML models from Fortran.
NVIDIA/TorchFort
An Online Deep Learning Interface for HPC programs on NVIDIA GPUs