SciML / LineSearch.jl

Line Search Algorithms
MIT License
2 stars 2 forks source link

Add backtracking line search #2

Closed Xiaoyi-Qu closed 4 weeks ago

Xiaoyi-Qu commented 8 months ago

I add a basic backtracking line search method and add a single test (quadratic function) to validate the correctness of the implementation.

Xiaoyi-Qu commented 8 months ago

I rewrote the backtracking line search function as you suggest. There is one minor point that is unsatisfactory, and I have not changed that. That is hyperparameters are not put into struct.