advantages: can follow gradients in search space; also o(1) space disadvantages: no guarantee of...

16
Advantages: Can follow gradients in search space; also O(1) space Disadvantages: no guarantee of completeness or optimality

Post on 20-Dec-2015

217 views

Category:

Documents


3 download

TRANSCRIPT

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 1Code running. This is because the recorded version is quiteLow 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

Used while discussing A* alg

Invoking the code with the simple 8-puzzleConfiguration (the one which is one move away from Goal)

Tracing puz-expand and puz-goal-p on the simple problem

Tracing puz-f1-val to showHow f values get set in mycode

Tracing find-path to try and see why we areNot getting the entire path printed

Debugging find path

Wrong version

After change

Showing that it works..

Example of a larger problem being solved