raymondyfei / lbfgsb-gpu
An open source library for the GPU-implementation of L-BFGS-B algorithm
☆128Updated 4 months ago
Alternatives and similar repositories for lbfgsb-gpu:
Users that are interested in lbfgsb-gpu are comparing it to the libraries listed below
- This is a cross-platform, CUDA-based C++ library for general-purpose, unconstrained nonlinear optimization on the GPU. It implements the …☆136Updated 5 years ago
- MWE for using the Eigen library in CUDA kernels☆119Updated 2 years ago
- An easily integrable Cholesky solver on CPU and GPU☆234Updated 5 months ago
- Easy-to-use linear and non-linear solver☆51Updated last week
- Fast zero-overhead bindings between NumPy and Eigen☆139Updated last month
- A simple finite-difference library using Eigen.☆33Updated last year
- ☆39Updated 3 years ago
- A header-only C++ library for L-BFGS and L-BFGS-B algorithms☆581Updated 2 weeks ago
- A C++/CUDA library to efficiently compute neighborhood information on the GPU for 3D point clouds within a fixed radius.☆100Updated last year
- A complete example of batched refactorization in cuSOLVER.☆13Updated 3 years ago
- Implementation of ConjugateGradients method using C and Nvidia CUDA☆51Updated 2 years ago
- Parallelized BBFMM3D with OpenMP☆31Updated last year
- https://arxiv.org/pdf/2007.05094.pdf An Easy-To-Use Code Generator for Gradients and Hessians☆30Updated 3 years ago
- ☆60Updated 8 months ago
- Sparse matrix tools extending scipy.sparse, but with incompatible licenses☆167Updated last week
- NASOQ:Numerically Accurate Sparsity Oriented QP Solver☆71Updated 6 months ago
- A Package for Automatic Differentiation of Algorithms Written in C/C++☆155Updated this week
- Grid-Free Monte Carlo Solvers for Partial Differential Equations☆217Updated this week
- A matrix and array operation library on GPU with Eigen compatible interface☆98Updated 7 years ago
- ☆55Updated last year
- Solve large instance of semi-discrete optimal transport problems and other Monge-Ampere equations☆28Updated 4 years ago
- Spherical conformal map for genus-0 closed surfaces☆43Updated last year
- Robust Coarse Curved TetMesh Generation☆36Updated last year
- Optizelle [op-tuh-zel] is an open source software library designed to solve general purpose nonlinear optimization problems.☆67Updated 5 years ago
- C++ L-BFGS implementation using plain STL☆33Updated 2 years ago
- This is a c++ port initially performed by Luis Ibanez of the LSQR library of Chris Paige and Michael Saunders. The same methodology was a…☆23Updated 3 months ago
- A sample code for sparse cholesky solver with cuSPARSE and cuSOLVER library☆19Updated 5 years ago
- A C++/Python library for incomplete LU factorizations based on Jan Mayer's ILU++