-
Notifications
You must be signed in to change notification settings - Fork 88
RINS heuristic #527
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
Open
aliceb-nv
wants to merge
92
commits into
NVIDIA:main
Choose a base branch
from
aliceb-nv:RINS
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
RINS heuristic #527
Changes from 66 commits
Commits
Show all changes
92 commits
Select commit
Hold shift + click to select a range
90dc7d1
initial
aliceb-nv 73189ca
tweaks
aliceb-nv 8a2b914
added rins class and callback
aliceb-nv 22764d8
initial working
aliceb-nv a6e3381
objective cut
aliceb-nv eed48a5
take from external queue
aliceb-nv b91c057
assert moved
aliceb-nv 0cea762
tuning tweaks
aliceb-nv af84d2f
fix incorrect node counting in RINS
aliceb-nv 0a6e7d9
rins fjcpu thread and crash fix
aliceb-nv deebc2c
looser optimality gap tolerance to solve submips more quickly
aliceb-nv fd3aa5f
protect population vector access w/ mutex
aliceb-nv 721f22b
fix empty pop crash
aliceb-nv 141d6f2
add missing cudaSetDevice call and further guards
aliceb-nv f6e73f3
streamline population locks
aliceb-nv 2215477
bump 1
aliceb-nv 5069666
bump 2
aliceb-nv 80dd8bd
contention tweaks
aliceb-nv e4f2eab
bump
aliceb-nv 4ad54bf
remove excessive locks, fix bnb bug
aliceb-nv 87c6b2f
more RINS threads
aliceb-nv b016849
node limit
aliceb-nv 2028250
random shuffle
aliceb-nv 427cc84
tweaks
aliceb-nv f2ec2d7
more threads
aliceb-nv 4c1ba90
no objectve cut
aliceb-nv 2734212
multireference rins
aliceb-nv b612ef8
reduced fixing rates
aliceb-nv 390ca44
scratch fj restart
aliceb-nv e2059b5
restoring tuning parameters
aliceb-nv a9250d4
restoring
aliceb-nv 2504de8
restoring
aliceb-nv 15e8217
no restart
aliceb-nv 686ad39
full restore
aliceb-nv 1704631
bump 1
aliceb-nv 3cf1c09
bump 2
aliceb-nv b956793
bump 3
aliceb-nv 72e0605
deadlock fix
aliceb-nv 3c90ce6
bump 1
aliceb-nv 44a8549
bump2
aliceb-nv 7ba4e0b
bump3
aliceb-nv bbb0d79
Revert "restoring"
aliceb-nv 0934775
Revert "restoring"
aliceb-nv 7b19151
tmp
aliceb-nv d104899
Merge branch 'main' into RINS
aliceb-nv c9ff269
fix cpufj sol queue bug
aliceb-nv badbdd2
cleanup
aliceb-nv 43a71d5
bump
aliceb-nv 5831e6d
bump 2
aliceb-nv e6d9bab
bump 3
aliceb-nv ab210a0
minor cleanup
aliceb-nv 8198b44
address review comments
aliceb-nv 4ffa79a
fix typo
aliceb-nv 07ee172
node limit
aliceb-nv c4c89d3
more threads
aliceb-nv 3c03846
restore
aliceb-nv d1862fe
Merge branch 'main' into RINS
rgsl888prabhu a7d18cf
Update pyproject.toml
rgsl888prabhu 50ab8dc
fix b&b assert
aliceb-nv e438989
fix unneeded mutex call
aliceb-nv 55ec54e
Merge branch 'main' into RINS
aliceb-nv 1e8043d
w/ stable3
aliceb-nv 2d1571a
bump 1
aliceb-nv 8df41b4
bump 2
aliceb-nv bb74f5a
bump 3
aliceb-nv 95b0eb9
RINS on separate stream
aliceb-nv da9a2c0
bump 1
aliceb-nv dab3534
bump 2
aliceb-nv 7971a8a
bump 3
aliceb-nv 5630d85
baseline 1
aliceb-nv 678fb7c
Merge branch 'main' into RINS
aliceb-nv 93e1ec9
bump 2
aliceb-nv 34df2af
bump 3
aliceb-nv 9036ed7
review comments
aliceb-nv 994621d
fix problem copy
aliceb-nv 122fb22
bump 1
aliceb-nv 1e53e2b
restore
aliceb-nv 63a19c2
fix cpu worker destructor crash
aliceb-nv 0a17d9d
fix leftovers and typo
aliceb-nv fd22484
tentative fix
aliceb-nv a683ad4
bump
aliceb-nv f4862b8
Fix crashed on var flags w/ free vars
aliceb-nv 9c89559
bump
aliceb-nv 97afc8b
remove log_prefix from args
aliceb-nv 9ddca08
fix context BnB pointer
aliceb-nv 285b4c7
Update pyproject.toml
aliceb-nv 5c71aab
fix crash
aliceb-nv 78e6479
Merge branch 'main' into RINS
aliceb-nv 6e05ca1
fix crash due to solution_t allocation during graph capture, added mo…
aliceb-nv e60338b
bump
aliceb-nv 54136ae
bump 2
aliceb-nv 0c76574
fix crash on early external solution add
aliceb-nv 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
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.
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.