PatWie / CppNumericalSolvers

a lightweight header-only C++17 library of numerical optimization methods for nonlinear functions based on Eigen
MIT License
878 stars 201 forks source link

modify constructor of NonNegativeLeastSquares in example #105

Closed nistick closed 6 years ago

nistick commented 6 years ago

L-BFGS-B example was out of work. cause constructor of NonNegativeLeastSquares so change it

PatWie commented 6 years ago

Thanks. Unfortunately, there was no test for this.