Closed Xiaoyi-Qu closed 4 weeks ago
I add a basic backtracking line search method and add a single test (quadratic function) to validate the correctness of the implementation.
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.
struct
I add a basic backtracking line search method and add a single test (quadratic function) to validate the correctness of the implementation.