Header-only C++ library for L-BFGS and L-BFGS-B algorithms
LBFGS++ is a header-only C++ library that implements the Limited-memory BFGS algorithm (L-BFGS) for unconstrained minimization problems, and a modified version of the L-BFGS-B algorithm for box-constrained ones.
LBFGS++ is a header-only C++ library that implements the Limited-memory BFGS algorithm (L-BFGS) for unconstrained minimization problems, and a modified version of the L-BFGS-B algorithm for box-constrained ones.
To install LBFGSpp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install LBFGSpp
To see what files were installed by LBFGSpp, run:
port contents LBFGSpp
To later upgrade LBFGSpp, run:
sudo port selfupdate && sudo port upgrade LBFGSpp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.