yixuan / LBFGSpp

A header-only C++ library for L-BFGS and L-BFGS-B algorithms
https://lbfgspp.statr.me/
MIT License
531 stars 101 forks source link

Vcpkg support #41

Open ADGrant opened 2 months ago

ADGrant commented 2 months ago

Many C++ libraries are now available via the vckpg registry. As an include only library hosted on github, this library would be an ideal candidate. Do you have any plans to add vckpg support?

yixuan commented 1 month ago

Hi @ADGrant, I am nor familiar with vckpg, but pull requests are always welcome!