accosmin / nano

C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1 stars 0 forks source link

More efficient line-search #124

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

Some line-search methods need only a function value evaluation:

Need to update the gradient when the line-search step is found.

accosmin commented 8 years ago

Preliminary experiments have shown little improvement. Not worth it.