-
Notifications
You must be signed in to change notification settings - Fork 46
Add Distance over Gradients Stepsize #505
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 35 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
29b95d4
feat: add RDoG
Nimrais 4147596
fix(example): compare with Armijo as well
Nimrais d4729a0
fix: clean Armijo parameters
Nimrais d4c9129
test: add distance over gradient tests
Nimrais df9ba68
test: test add Hyperbolic RDoG
Nimrais f1dc73f
test(fix): correct point on the manifold
Nimrais 007b47f
fix: raname to DoG
Nimrais 11e2f5b
fix: remove example from the code
Nimrais d8944ce
Merge branch 'JuliaManifolds:master' into master
Nimrais 8bfeba1
style: :art:
Nimrais 1027ba5
Merge branch 'master' of github.com:Nimrais/Manopt.jl
Nimrais 7b74eef
style: runic style
Nimrais c1a8b2d
docs: update RDoG cite
Nimrais 88806f7
Update docs/src/references.bib
Nimrais 3855ae4
style: fix citation style
Nimrais ac7ed55
docs: add DoG in stepsize.md
Nimrais 3518ffe
docs: correct ref for geometric_curvature_function
Nimrais eb3af83
style: two lines for export
Nimrais 25db631
fix: promote types in constructor
Nimrais eb03f99
style: :art:
Nimrais da3277c
test(fix): remove M from DistanceOverGradients constructor
Nimrais 40cd58c
fix: clamp 0
Nimrais f30b2cc
test(fix): remove magic constant
Nimrais 46465c5
fix: remove @show
Nimrais ec3ed83
docs: fix grammar in rtol comment
Nimrais 5b09abf
test: get last stepsize tests
Nimrais 8af6351
fix: style :art:
Nimrais 823b972
test: add Hyperbolic optimization test for DoG
Nimrais ed415de
test: add repr test for DoG
Nimrais 77ee0c5
test(fix): remove hand crafted projections
Nimrais 5755db7
docs: update changelog
Nimrais b941227
style: :art:
Nimrais 2682813
test: add stupid test for get_initial_stepsize
Nimrais c0b3252
test: fix update get_initial_stepsize
Nimrais 46104f6
Update src/plans/stepsize.jl
Nimrais 3e79b81
Update src/plans/stepsize.jl
Nimrais 9b6a8ec
fix: remove untested numerical trick
Nimrais 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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.