- 1 3 4 0 Knight S Tour Problem Fill Out The Below Table Start State Is 7 And Goal State Is 8 Choose The First Rule In 1 (88.18 KiB) Viewed 28 times
1 3 4 0 Knight's Tour Problem. Fill out the below table. Start state is 7 and goal state is 8. Choose the first rule in
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
1 3 4 0 Knight's Tour Problem. Fill out the below table. Start state is 7 and goal state is 8. Choose the first rule in
1 3 4 0 Knight's Tour Problem. Fill out the below table. Start state is 7 and goal state is 8. Choose the first rule in the conflict set to fire unless it leads to a revisit, in that case choose the next in order from left to right that does not cause revisit. RULE # CONDITION ACTION move(1,8) move(6,1) knight on square 1 move knight to square 8 move(1,6) move(6,7) 1 2 3 2 knight on square 1 move knight to square 6 move(2,9) move(7,2) knight on square 2 move knight to square 9 move(2,7) move(7,6) knight on square 2 4 move knight to square 7 5 move(3,4) move(8,3) 5 knight on square 3 move knight to square 4 move(3.8) move(8.1) knight on square 3 → move knight to square 8 move(4,9) move(9,2) 7 9 knight on Square 4 → move knight to square 9 move(4,3) move(9.4) knight on square 4 move knight to square 3 knight on square 6 move knight to square 1 knight on square 6 move knight to square 7 knight on square 7 move knight to square 2 knight on square 7 move knight to square 6 13 knight on square 8 move knight to square 3 knight on square 8 → move knight to square 1 knight on square 9 → move knight to square 2 16 knight on square 9 move knight to square 4 6 8 7 8 9 10 12 i 2 35 G † † † † † † † 14 15 Iteration # Conflict set (rule #s) Fire Rule Working Memory Current Square Goal Square