Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line searches need to cache function values and gradients #13

Open
bayerj opened this issue Nov 30, 2012 · 0 comments
Open

Line searches need to cache function values and gradients #13

bayerj opened this issue Nov 30, 2012 · 0 comments

Comments

@bayerj
Copy link
Contributor

bayerj commented Nov 30, 2012

Currently, some line searches do not cache the function values at the last step. The callers thus have to evaluate those again if necessary (or if the user wants to inspect them) which is expensive in several cases, e.g. batch learning.

There should be a unified API on how to get the latest f and f' results.

@bayerj bayerj closed this as completed Aug 3, 2013
@bayerj bayerj reopened this Aug 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant