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

Use StrongWolfeLineSearch implementation in LBFGS #59

Merged
merged 3 commits into from Apr 24, 2013
Merged

Use StrongWolfeLineSearch implementation in LBFGS #59

merged 3 commits into from Apr 24, 2013

Conversation

nightscape
Copy link
Contributor

Credits to Aaron Defazio: https://gist.github.com/anonymous/5439754

What's still needed is good default values for maxZoomIter and maxLineSearchIter.
I could also try to refactor StrongWolfeLineSearch to implement ApproximateLineSearch.
I think the Bracket case class in CubicLineSearch should be equivalent to the State case class in ApproximateLineSearch.

dlwh added a commit that referenced this pull request Apr 24, 2013
Use StrongWolfeLineSearch implementation in LBFGS
@dlwh dlwh merged commit 43d7e2c into scalanlp:master Apr 24, 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

Successfully merging this pull request may close these issues.

None yet

2 participants