1 / 16

Advantages: Can follow gradients in search space; also O(1) space

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

Télécharger la présentation

Advantages: Can follow gradients in search space; also O(1) space

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. 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

  3. Used while discussing A* alg

  4. Invoking the code with the simple 8-puzzle Configuration (the one which is one move away from Goal)

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

  6. Tracing puz-f1-val to show How f values get set in my code

  7. Tracing find-path to try and see why we are Not getting the entire path printed

  8. Debugging find path After change Wrong version Showing that it works..

  9. Example of a larger problem being solved

More Related