|
||
Website deprecated and outdated. Click here for the new site. | ||
CUDA Quasi-Newton OptimizationIntroductionThis is a C++ library for general-purpose, unconstrained non-linear optimization on the GPU using NVIDA's CUDA. It implements the L-BFGS (“Limited-memory Broyden-Fletcher-Goldfarb-Shanno“) method, a popular Quasi-Newton optimization method with a low memory footprint. The source code package already comes with some example applications and test cases. We also use this library in our GPU-accelerated super-resolution framework for non-linear optimization. More details about this application are available here
News
Download
LicenseThis work is licensed under a Creative Commons Attribution 3.0 Unported License. (CC-BY) http://creativecommons.org/licenses/by/3.0/ There is no publication available that covers this library exclusively, but you may consider citing the paper it was introduced in: Articles in Conference Proceedings
Bildverarbeitung für die Medizin, Heidelberg, 04.03, pp. 21-26, 2013 (BiBTeX, Who cited this?)
Dependencies
|