-
Notifications
You must be signed in to change notification settings - Fork 696
NonlinearMinimizer using Projection and Proximal Operators #364
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
fb74645
Initial commit and skeleton for NonlinearMinimizer
a7ee059
Merge branch 'qp' of https://github.com/debasish83/breeze into nlqp
679bb5f
Skeleton for approximate eigen value calculation
3d80b31
Copyright message for NonlinearMinimizer
3781e37
merge with qp branch; NOTICE file updated
536886d
Initial checkin for PowerMethod and PowerMethodTest;Eigen value extra…
f98bd80
Compilation fixes to LBFGS eigenMin and eigenMax
ae795b6
Power Method merged; NonlinearMinimizer now supports preserving histo…
51b4224
Generating PQN.CompactHessian from BFGS.ApproximateInverseHessian not…
ee697bf
Linear Regression formulation added for comparisons
ce8638f
Fixed LBFGS.maxEigen using power law on CompactHessian
bbc3edd
Merge branch 'qp' of https://github.com/debasish83/breeze into nlqp
f85ff86
Merge branch 'qp' of https://github.com/debasish83/breeze into nlqp
e3a61a9
Added a proximal interface to ProjectQuasiNewton solver; Added projec…
928de32
probability simplex benchmark
91f2e17
After experimentation NonlinearMinimizer now users PQN/OWLQN and supp…
33d28ff
Add testcases for Least square variants
6cba897
merge with upstream
9bef354
I dunno.
dlwh 18c7789
PQN fixes from David's fix_pqn branch; added strong wolfe line search…
43794c0
Unused import from FirstOrderMinimizer; PQN migrated to Strong Wolfe …
e2c1db8
Used BacktrackingLineSearch in SPG and PQN; Updated NonlinearMinimize…
defaff5
NonlinearMinimizer println changed to nl from pqn
610027f
Updated with cforRange in proximal operations
8c6a6c8
BacktrackingLineSearch takes an initfval;OWLQN, PQN and SPG updated t…
b4d86e8
Merge branch 'master' of https://github.com/scalanlp/breeze into nlqp
3a6fc97
infiniteIteration API in FirstOrderMinimizer takes initialState;PQN b…
8533ada
migrate LBFGS Eigen calculation to https://github.com/debasish83/bree…
a0bbd33
cleaned up minEigen call from QuadraticMinimizer
40a45a8
NonlinearMinimizer inner iterations through BFGS cleaned
7308c7a
Updated contributions in README.md
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Compilation fixes to LBFGS eigenMin and eigenMax
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this definitely has to go.