-
Notifications
You must be signed in to change notification settings - Fork 22
lazied_dicg #532
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
lazied_dicg #532
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
08e2412
added is_inface_feasible function
WenjieXiao-2022 f72e008
filtered in-face vertex in precomputed set
WenjieXiao-2022 67172a2
format
WenjieXiao-2022 9e66dbb
added lazification for blended
WenjieXiao-2022 bad0595
lazified blended DICG
WenjieXiao-2022 c48c319
formatted
WenjieXiao-2022 da58370
tols changed for inface check
WenjieXiao-2022 8192bb9
removed tabs
WenjieXiao-2022 720531b
renamed arguments
WenjieXiao-2022 8ed9db6
removed duplicate code in lazy_dicg_step
WenjieXiao-2022 ab3b818
format
WenjieXiao-2022 b2d3cf0
added tol for gamma_max comput and inface away vertex
WenjieXiao-2022 888af8a
rename
WenjieXiao-2022 a3d0768
vectorize x
WenjieXiao-2022 2e4aaaa
Merge branch 'ZIB-IOL:master' into dicg
WenjieXiao-2022 c4361d3
in-face checked for pre_computed_set
WenjieXiao-2022 d309e92
Merge branch 'ZIB-IOL:master' into dicg
WenjieXiao-2022 282566b
removed the second in-face function and formatted
WenjieXiao-2022 2a2f078
formatted
WenjieXiao-2022 fa891ca
check if extra vertex storage empty for lazification
WenjieXiao-2022 4cd7fc4
move computed dirction
WenjieXiao-2022 1111ae7
formatted
WenjieXiao-2022 85547df
added inface feasibility check for ZeroOne cube
WenjieXiao-2022 0c05deb
added inface feasibility check for the Birkhoff Polytope
WenjieXiao-2022 10af11b
added inface feasibility check functions
WenjieXiao-2022 cf7286a
typo
WenjieXiao-2022 ea9d743
added lazification functions
WenjieXiao-2022 498da61
Update dicg.jl
WenjieXiao-2022 7bdd294
updated strong lazification parameter
WenjieXiao-2022 7b98755
Update dicg.jl
WenjieXiao-2022 d12c92e
resolved conflicts
WenjieXiao-2022 74eaa23
renamed
WenjieXiao-2022 16e013e
Merge branch 'master' into dicg
WenjieXiao-2022 a67e820
added some note
WenjieXiao-2022 d2f1bbc
changed to !=
WenjieXiao-2022 c96021b
removed indent
WenjieXiao-2022 0fa245c
removed indent
WenjieXiao-2022 deec99d
Update dicg.jl
WenjieXiao-2022 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
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.
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.
How is your convention here? Is a step lazy as soon as one of the vertices was computed lazily?
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.
Yes, as long as one of vertices is lazifized, it is called lazy here