-
Notifications
You must be signed in to change notification settings - Fork 19
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
try add astar in classic_solvers.py; add some functions in utils.py to support NetworkX and GraphML formats #63
Merged
Merged
Changes from 14 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
5bb6004
try add a_star
heatingma 06df3a5
Removed a_ Star.tar.gz, modified to compile before testing
heatingma b16ece1
change tests to test
heatingma afe1158
add python3
heatingma 39a5f91
fix the path problem
heatingma 9887843
add cython
heatingma b7cc17a
from a_star import a_star
heatingma 1a72cb2
change A_star to a_star
heatingma 816670e
add a_star
heatingma efa3ad2
Modified input parameters, added channel and use_net
heatingma 1f61b36
delete the parameter "histogram","diffpool"
heatingma bedcd26
delete the parameter "histogram","diffpool"
heatingma faf8961
Add an empty line at the file ending.
heatingma 5f1a518
add test_astar
heatingma aa226c2
Modified a_star related parameters
heatingma 7cd3511
To quickly detect a_star, after the detection is completed, it needs …
heatingma 5d5d0ea
add beam_width, trustfact, no_pred_size,
heatingma 54d60b9
change a_star to astar
heatingma 0f89a53
Restore all tests
heatingma 0157fea
Update test_classic_solvers.py
heatingma 41e2376
restore all tests in classic solvers
heatingma 7e8f982
Delete auto_examples_jupyter.zip
heatingma 83ed709
Delete auto_examples_python.zip
heatingma 5841866
add non-batch input test
heatingma 0862a05
Restore to the original index.rst
heatingma 50e509b
Modified the Astar document
heatingma 421de06
delete pdb
heatingma 5479db9
add graph1.graphml as example
heatingma 5dbbc9c
add graph2.graphml as example
heatingma e3ebf1d
add some functions to support NetworkX and GraphML formats
heatingma f0610f3
delete some unused notes
heatingma 895ddd1
change images to graphs and delete some blank rows
heatingma 378deb3
Revised some formatting issues
heatingma 2ffb0ba
Added testing for new functions like to_networkx
heatingma 5fd2f7b
Revised some code specification issues
heatingma 674f871
add to_networkx and to_graphml
heatingma e4c7703
Moved the position of the test function to test_classic_solvers
heatingma 8a0992b
Add test functions for graphml and networkx
heatingma d78fbe7
change from_numpy to to_numpy
heatingma 4d5fb28
add networkx==2.8.8
heatingma c066dec
mindspore is not included in the test
heatingma f766626
only test pytorch
heatingma 3bfd3ec
test_graphml and test_networkx for numpy and pytorch
heatingma 4efffb1
update metadata of A-star
rogerwwww aef3599
rm typo
rogerwwww 9010f12
add test_genn_astar
heatingma 83efa9f
update test_astar
heatingma 05e476f
Divide the astar into astar and genn_astar, add _load_part_model
heatingma ad95ff2
add blank row in the end
heatingma f22906f
add genn_astar
heatingma a50e670
add astar
heatingma ff01a0f
add genn_astar
heatingma 2e24be0
try to solve the network issues during Google Drive file download
heatingma 4f5786c
delete unused tqdm
heatingma 15a6380
update astar_pretrain_path
heatingma d36e3b8
only test_genn_astar
heatingma 37ac30c
add all tests
heatingma c47f6ab
change the astar_pretrain_path
heatingma 08c86cd
add a_star.tar.gz
heatingma 95f8eeb
change lib to astar and delete some unuseful codes
heatingma 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 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
Binary file not shown.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Plz revert commits on this file. |
Binary file not shown.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Plz revert commits on this file. |
This file contains 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 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.
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.
Plz revert commits on this file.