yuki-koyama / mathtoolbox

Mathematical tools (interpolation, dimensionality reduction, optimization, etc.) written in C++11 with Eigen
https://yuki-koyama.github.io/mathtoolbox/
MIT License
257 stars 35 forks source link

Remove NLopt dependency? #43

Closed yuki-koyama closed 5 years ago

yuki-koyama commented 5 years ago

Now that the library contains numerical optimization algorithms, it may be possible to remove the NLopt dependency. This can be future work.