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

Incorrect implementation of misplaced tile heuristic #73

Closed
GoogleCodeExporter opened this issue Mar 12, 2015 · 2 comments
Closed

Incorrect implementation of misplaced tile heuristic #73

GoogleCodeExporter opened this issue Mar 12, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

The admissible version of the "the number of misplaced tiles heuristic" should 
not count the blank tile. The MisplacedTilleHeuristicFunction implementation is 
incorrect.

(Consider 1,0,2;3,4,5;6,7,8. The solution is one step away, but your 
implementation counts it as 2).

What version of the product are you using? On what operating system?

1.6.0



Original issue reported on code.google.com by mbil...@iit.edu on 12 Sep 2012 at 4:47

@GoogleCodeExporter
Copy link
Author

Original comment by ctjoreilly@gmail.com on 12 Sep 2012 at 5:20

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Fix applied Subversion revision=1055.

Original comment by ctjoreilly@gmail.com on 7 Oct 2012 at 8:41

  • Changed state: Fixed

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

No branches or pull requests

1 participant