EightPuzzleGoalState.java in eightpuzzle.zip


eight puzzle using RBFS and A* search and manhattan distance heuristic function...Original Link
    Sponsored links

			
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

/**
 *
 * @author samiQ
 */
public class EightPuzzleGoalState implements GoalTest {

    public boolean testGoalState(Node node) {
        			

			...
			...
			... to be continued.

  This is a preview. To get the complete source file, 
  please click here to download the whole source code package.

			
			


Project Files

    Sponsored links
NameSizeDate
 AstarSearch.java10.52 kB10-07-09 03:03
 Comparison39.50 kB10-07-09 02:59
 EightPuzzle.java3.33 kB10-07-09 00:03
 EightPuzzleGoalState.java475.00 B10-03-09 21:14
 FifoNodeStore.java1.83 kB10-06-09 13:43
 GoalTest.java208.00 B10-03-09 21:16
 Heuristic.java303.00 B10-03-09 01:30
 ManhattanDistance.java4.67 kB10-07-09 03:07
 MisplacedTiles.java1.04 kB10-06-09 14:20
 Node.java2.15 kB10-07-09 03:03
 NodeStore.java274.00 B10-03-09 01:37
 OtherHeuristic.java764.00 B10-06-09 22:58
 RBFS.java10.43 kB10-07-09 03:12
 Search.java334.00 B10-06-09 23:12
 SuccessorState.java3.50 kB10-07-09 03:15
 Summary.txt988.00 B10-07-09 03:35
...

Related Items

    Sponsored links