tensorflow / probability

Probabilistic reasoning and statistical analysis in TensorFlow
https://www.tensorflow.org/probability/
Apache License 2.0
4.26k stars 1.1k forks source link

Feature request: Adding Backtracking Line Search #1414

Open NeelGhoshal opened 3 years ago

NeelGhoshal commented 3 years ago

I noticed that the line search function had the Hager Zhang search built in and I was wondering if it's ok to add the Backtracking Line search Algorithm to it as algorithms such as FISTA and ISTA use it?

SARANYA233 commented 3 years ago

can I work on this issue? since I m new to this, I need some guidance.

NeelGhoshal commented 3 years ago

Actually, I was hoping to work on this, I put it up as an issue instead of a PR so as to discuss it with the team. But, I am actually currently in the process of building it.