Skip to content
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

Fix bugs in A* implementation. #84

Merged
merged 2 commits into from
Feb 16, 2017
Merged

Fix bugs in A* implementation. #84

merged 2 commits into from
Feb 16, 2017

Conversation

tessellator
Copy link
Contributor

This pull request addresses two bugs in the A* implementation.

The explored values were not properly removed from successors to be expanded, so some nodes were revisited during the search. Also, the heuristic function was applied to the incorrect targets as pointed out in #82.

Fixes #82 and incorporates #81.

austinhaas and others added 2 commits April 14, 2016 22:27
This commit fixes two small bugs in the A* implementation. The explored
values were not properly removed from successors to be expanded, so some
nodes were revisited during the search. Also, the heuristic function was
applied to the incorrect targets as pointed out in #82.

Fixes #82 and incorporates #81.
@aysylu aysylu merged commit c7e9eb2 into aysylu:master Feb 16, 2017
@aysylu
Copy link
Owner

aysylu commented Feb 16, 2017

Thanks to @austinhaas and @tessellator for catching and fixing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants