We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: Set weight=0 has no effect.
Steps To Reproduce:
Expected result: Ratio of e_B is 100%, and ratio of e_A is 0%.
More information: weight=0.00 has the same issue. weight=-0 has the same issue. weight=-0.00 has the same issue. weight=0.01 is work as expected.
Attach file (graphs): Please comment here and I'll send to you via email.
Sorry for my english!
The text was updated successfully, but these errors were encountered:
Thanx for the report. RandomPathGenerator.getWeightedEdge need a code review.
Sorry, something went wrong.
No branches or pull requests
Description:
Set weight=0 has no effect.
Steps To Reproduce:
e_A {new line}
weight=0
e_B
java -jar graphwalker.jar offline -g RANDOM -f ./weight_AB.graphml -s TEST_LENGTH:100 -w
Expected result:
Ratio of e_B is 100%, and ratio of e_A is 0%.
More information:
weight=0.00 has the same issue.
weight=-0 has the same issue.
weight=-0.00 has the same issue.
weight=0.01 is work as expected.
Attach file (graphs):
Please comment here and I'll send to you via email.
Sorry for my english!
The text was updated successfully, but these errors were encountered: