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

Create independent modules for the line search methods #39

Closed yuki-koyama closed 5 years ago

yuki-koyama commented 5 years ago

numerical-optimization.hpp implements two line search methods as internal functions, but these could be treated as independent modules.