160 likes | 247 Views
Advantages: Can follow gradients in search space; also O(1) space Disadvantages: no guarantee of completeness or optimality. I am including a set of screen dumps from the project 1 Code running. This is because the recorded version is quite
E N D
Advantages: Can follow gradients in search space; also O(1) space Disadvantages: no guarantee of completeness or optimality
I am including a set of screen dumps from the project 1 Code running. This is because the recorded version is quite Low resolution and you may have trouble making out Some of the details. If you look at the printout of the Corresponding screendump, you should be okay --Rao
Invoking the code with the simple 8-puzzle Configuration (the one which is one move away from Goal)
Tracing puz-f1-val to show How f values get set in my code
Tracing find-path to try and see why we are Not getting the entire path printed
Debugging find path After change Wrong version Showing that it works..